David Prince
fix: add all missing local module stubs (remote_mcp_registry, mcp_auth, mcp_transport, etc)
cce8120
Raw
History Blame Contribute Delete
1.99 kB
./.venv311/lib/python3.11/site-packages/mcp/types.py:623: For example, a tools/call task would return the CallToolResult structure.
./.venv311/lib/python3.11/site-packages/mcp/types.py:1356:class CallToolRequest(Request[CallToolRequestParams, Literal["tools/call"]]):
./.venv311/lib/python3.11/site-packages/mcp/types.py:1359: method: Literal["tools/call"] = "tools/call"
./.venv311/lib/python3.11/site-packages/mcp/client/session.py:395: """Send a tools/call request with optional progress callback support."""
./.venv311/lib/python3.11/site-packages/mcp/client/experimental/tasks.py:138: - tools/call tasks return CallToolResult
./.venv311/lib64/python3.11/site-packages/mcp/types.py:623: For example, a tools/call task would return the CallToolResult structure.
./.venv311/lib64/python3.11/site-packages/mcp/types.py:1356:class CallToolRequest(Request[CallToolRequestParams, Literal["tools/call"]]):
./.venv311/lib64/python3.11/site-packages/mcp/types.py:1359: method: Literal["tools/call"] = "tools/call"
./.venv311/lib64/python3.11/site-packages/mcp/client/session.py:395: """Send a tools/call request with optional progress callback support."""
./.venv311/lib64/python3.11/site-packages/mcp/client/experimental/tasks.py:138: - tools/call tasks return CallToolResult
./mcp_routes.py:374: if method == "tools/call":
./tests/test_backend_run_tests.py:30: "method": "tools/call",
./tests/test_backend_run_tests.py:63: "method": "tools/call",
./tests/test_backend_run_tests.py:89: "method": "tools/call",
./tests/test_backend_generate_api.py:19: "method": "tools/call",
./tests/test_backend_modify_code.py:19: "method": "tools/call",
./backend/api/routes/mcp.py:7:- tools/call
./backend/api/routes/mcp.py:139: if method == "tools/call":
./backend/main.py:107: if method == "tools/call":
./backend/integration/unified_orchestrator.py:205: 4. Invoke tool calling mechanism (tools/call)