We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4659e commit e329486Copy full SHA for e329486
1 file changed
crates/rmcp/src/model.rs
@@ -2855,10 +2855,7 @@ impl CallToolResult {
2855
/// right choice for almost every "the tool ran and didn't work" case.**
2856
///
2857
/// - **Protocol error** — `Err(ErrorData)` with a JSON-RPC code.
2858
- /// The server cannot route the request at all: the tool name is
2859
- /// unknown ([`ErrorCode::METHOD_NOT_FOUND`]), the parameters cannot
2860
- /// be parsed or fail schema validation
2861
- /// ([`ErrorCode::INVALID_PARAMS`], `-32602`), or an infrastructure
+ /// The server cannot route the request at all, or an infrastructure
2862
/// error makes the server itself unusable
2863
/// ([`ErrorCode::INTERNAL_ERROR`], `-32603`). MCP clients typically
2864
/// render protocol errors opaquely (e.g. "Tool result missing due to
0 commit comments