-
Notifications
You must be signed in to change notification settings - Fork 694
feat: add missing SetPrompts, DeleteResources, and SetResources methods #445
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
feat: add missing SetPrompts, DeleteResources, and SetResources methods #445
Conversation
""" WalkthroughThis change adds batch management methods to MCPServer for resources and prompts, including deleting multiple resources, replacing all resources, and replacing all prompts. It also sends notifications to active sessions when resource or prompt lists change. Comprehensive tests for these new behaviors are included. Changes
Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧠 Learnings (1)server/server_test.go (3)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hi @ezynda3, @pottekkat, |
05a784f
to
2eaf2b3
Compare
Complete method parity across Tools, Prompts, and Resources: - SetPrompts/SetResources atomically replace all existing items - DeleteResources removes multiple resources by URI - Add comprehensive tests following existing patterns
2eaf2b3
to
af97501
Compare
Description
Adds missing methods to achieve complete API parity across Tools, Prompts, and Resources in MCPServer:
Type of Change
Checklist
Summary by CodeRabbit