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.
CallToolResult.isError
1 parent 5587c02 commit 405fb3eCopy full SHA for 405fb3e
mcp_python/types.py
@@ -641,7 +641,7 @@ class CallToolResult(Result):
641
"""The server's response to a tool call."""
642
643
content: list[TextContent | ImageContent | EmbeddedResource]
644
- isError: bool
+ isError: bool = False
645
646
647
class ToolListChangedNotification(Notification):
0 commit comments