-
Notifications
You must be signed in to change notification settings - Fork 3
Add server filtering to agent_tools() method
#31
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
- Add optional servers parameter to filter tools by server name - Support single server, multiple servers, or all servers (default) - Silently skip non-existent servers for graceful handling - Add comprehensive unit tests for all filtering scenarios - Update README with usage examples - Maintains full backward compatibility
WalkthroughUpdates the Changes
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro 📒 Files selected for processing (3)
🧰 Additional context used🧬 Code graph analysis (1)tests/unit/test_mcpd_client.py (2)
🔇 Additional comments (4)
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. Comment |
daavoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comment but otherwise lgtm
Summary by CodeRabbit
Release Notes
New Features
Documentation