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 0a2ed3b commit 7c2125dCopy full SHA for 7c2125d
src/mcp/client/transport_session.py
@@ -80,16 +80,6 @@ async def call_tool(
80
"""Send a tools/call request with optional progress callback support."""
81
raise NotImplementedError
82
83
- @abstractmethod
84
- async def _validate_tool_result(
85
- self,
86
- name: str,
87
- result: types.CallToolResult,
88
- ) -> None:
89
- """Validate the structured content of a tool result against its output
90
- schema."""
91
- raise NotImplementedError
92
-
93
@abstractmethod
94
async def list_prompts(
95
self,
0 commit comments