You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Fix test failures after prefix filtering implementation
This commit fixes all test failures that occurred after implementing
consistent prefix-based filtering across tools, prompts, and resources.
Changes:
- Add required URI fields to all Tool instances in tests
- Update all list_tools handlers to accept request parameter
- Fix client session to use ListRequestParams for all list methods
- Update test handlers in streamable_http, SSE, and WS tests
The tests were failing because:
1. Tool objects now require a URI field
2. Low-level server list_tools handlers expect a request parameter
3. Client session was using old RequestParams class names
All tests now pass except for one unrelated connection error.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments