Skip to content

Commit 7c2125d

Browse files
committed
removed client a thin interface
1 parent 0a2ed3b commit 7c2125d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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)