Daisuke Matsumoto

Results 3 comments of Daisuke Matsumoto

@deviantony Thanks for following up on this topic. The overall changes in this PR make sense to me, and I appreciate the effort to standardize error handling and clarify usage...

I don't know the history, but according to the MCP protocol, it states that tool-generated errors and protocol-level errors should be separated. https://github.com/modelcontextprotocol/modelcontextprotocol/blob/main/schema/2025-03-26/schema.ts#L686-L697 ``` /** * The server's response to...

Thanks, adding such an example to the README sounds like a great idea. MCP states: > * However, any errors in _finding_ the tool, an error indicating that the >...