We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e02fe commit cf0f152Copy full SHA for cf0f152
1 file changed
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