Skip to content

Commit 5239a80

Browse files
committed
remove print
1 parent ac8b739 commit 5239a80

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eval_protocol/mcp/client/connection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,6 @@ async def call_tool(self, session: MCPSession, tool_name: str, arguments: Dict)
440440
mcp_session = session._mcp_session
441441

442442
# 1. Execute the tool call via MCP protocol (DATA PLANE)
443-
print("session.session_id", session._mcp_session)
444-
print(session._mcp_session._write_stream._closed)
445443
tool_result = await mcp_session.call_tool(tool_name, arguments)
446444

447445
# Extract data plane results (observation only)

0 commit comments

Comments
 (0)