| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The ClientSession._received_notification method silently dropped ToolListChangedNotification, ResourceListChangedNotification, and PromptListChangedNotification. Add optional callback parameters following the existing logging_callback pattern so clients can react when the server signals that its tool, resource, or prompt lists have changed. Github-Issue: modelcontextprotocol#2107
…hods These methods are now exercised by the new list_changed callback tests, so the strict-no-cover CI check rejects the pragma. Github-Issue: modelcontextprotocol#2107
| Back | FazBrowse Home | New Git URL |
Fixes #2107.
ClientSession._received_notification silently dropped ToolListChangedNotification, ResourceListChangedNotification, and PromptListChangedNotification via a catch-all pass. This adds optional callback parameters (tools_list_changed_callback, resources_list_changed_callback, prompts_list_changed_callback) following the existing logging_callback pattern, so clients can react when the server signals that its tool, resource, or prompt lists have changed.
Changes: