File size: 1,988 Bytes
cce8120
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
./.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)