Replies: 1 comment
-
|
hey! this is being implemented in #967 thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background & Motivation
Crush is an excellent agent tool with great potential. To enhance its capabilities further, I believe adding comprehensive MCP (Model Context Protocol) feature support would be valuable, particularly MCP Notifications handling.
Current Work & Implementation
I've been working on implementing MCP Notification support in my fork: https://github.com/linw1995/crush/tree/feat/mcp_notifications
The goal is to handle tools/list_changed notifications, which would allow:
Issues Encountered
During implementation, I've encountered several challenges that I'd like to discuss with the community:
tools/listrequest will block indefinitely when initiated during the Tool Calling procedure.mcpToolsfield in the agent struct has been updated, but the Tool Calling procedure still returns "Tool not found".Questions for Discussion
Beta Was this translation helpful? Give feedback.
All reactions