-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Add get_prompt and list_prompts to MCPServer #1013
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
Conversation
@rh-openai overall, this pull request looks good to me, but let me know if you have some thoughts on this feature addition. |
#1010 is aiming to resolve the same issue and the PR has unit tests and document changes. If you don't mind, could you collaborate with the PR author to discuss the best solution for this? I don't have further time to be online today but am happy to check again later this week. |
I took a look at #1010 and that seemed good so merged it - lmk if there are further additions you need! |
Enable prompts listing and fetching from MCP servers.
Resolves #1011