Skip to content
New issue

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

Support Prompt protocol #5

Open
adhikasp opened this issue Dec 25, 2024 · 0 comments
Open

Support Prompt protocol #5

adhikasp opened this issue Dec 25, 2024 · 0 comments

Comments

@adhikasp
Copy link
Owner

Implement the prompt as per described in protocol https://modelcontextprotocol.io/docs/concepts/prompts

Usage

$ llm --list-prompts

<return list of prompts from all active MCP servers>
mcp server name description arguments
mcp-youtube summarize summarize a youtube url in a concise but informative manner youtube_url

Then we can use it with p keyword

$ 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant