We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement the prompt as per described in protocol https://modelcontextprotocol.io/docs/concepts/prompts
$ llm --list-prompts <return list of prompts from all active MCP servers>
Then we can use it with p keyword
p
$ llm p summarize https://www.youtube.com/watch?v=Fz1oMAMisgE
Trying to call undefined prompt or with not enough arguments should throw an error
If there is duplicated prompt name across mcp servers, throw ambiguous error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Implement the prompt as per described in protocol https://modelcontextprotocol.io/docs/concepts/prompts
Usage
Then we can use it with
p
keywordTrying to call undefined prompt or with not enough arguments should throw an error
If there is duplicated prompt name across mcp servers, throw ambiguous error
The text was updated successfully, but these errors were encountered: