Skip to content

Commit cf0f152

Browse files
committed
removed client a thin interface
1 parent 53e02fe commit cf0f152

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/mcp/client/transport_session.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -80,16 +80,6 @@ async def call_tool(
8080
"""Send a tools/call request with optional progress callback support."""
8181
raise NotImplementedError
8282

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-
9383
@abstractmethod
9484
async def list_prompts(
9585
self,

0 commit comments

Comments
 (0)