-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.tool_cache.json
More file actions
82 lines (82 loc) · 3.39 KB
/
.tool_cache.json
File metadata and controls
82 lines (82 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"version": "1.0",
"tools": {
"calculator.add": {
"description": "calculator add: Add two numbers together.",
"hash": "66d8fc874bad31be2711efff87759d77",
"path": "/Users/d065243/code-execution-mcp/servers/calculator/add.py",
"server": "calculator",
"tool": "add"
},
"calculator.calculate": {
"description": "calculator calculate: Evaluate a mathematical expression.",
"hash": "d2f9bc0ec81d0eb3dfb85b6267d0d3b9",
"path": "/Users/d065243/code-execution-mcp/servers/calculator/calculate.py",
"server": "calculator",
"tool": "calculate"
},
"calculator.multiply": {
"description": "calculator multiply: Multiply two numbers.\n\nArgs:\n a: First number\n b: Second number\n \nReturns:\n Product of a and b",
"hash": "ba07871bc270f2928894a5900d53847c",
"path": "/Users/d065243/Downloads/AgentKernel/servers/calculator/multiply.py",
"server": "calculator",
"tool": "multiply"
},
"database.execute": {
"description": "database execute: Execute a SQL statement (INSERT, UPDATE, DELETE) on the database.",
"hash": "ac4a9a1cd82daf63cef6abc89dffdc45",
"path": "/Users/d065243/code-execution-mcp/servers/database/execute.py",
"server": "database",
"tool": "execute"
},
"database.list_tables": {
"description": "database list_tables: List all tables in the database.",
"hash": "a8c701f0a8f16217afeadc2e32176530",
"path": "/Users/d065243/code-execution-mcp/servers/database/list_tables.py",
"server": "database",
"tool": "list_tables"
},
"database.query": {
"description": "database query: Execute a SQL query on the database.",
"hash": "8688535ca550bd65dafb6bec2bd9b53f",
"path": "/Users/d065243/code-execution-mcp/servers/database/query.py",
"server": "database",
"tool": "query"
},
"filesystem.list_directory": {
"description": "filesystem list_directory: List the contents of a directory.",
"hash": "e82f96724aa3588dde04c159ab95b9e3",
"path": "/Users/d065243/code-execution-mcp/servers/filesystem/list_directory.py",
"server": "filesystem",
"tool": "list_directory"
},
"filesystem.read_file": {
"description": "filesystem read_file: Read the contents of a file.",
"hash": "54759957fac8f025c87b2ff4bb5a3ce5",
"path": "/Users/d065243/code-execution-mcp/servers/filesystem/read_file.py",
"server": "filesystem",
"tool": "read_file"
},
"filesystem.write_file": {
"description": "filesystem write_file: Write content to a file.",
"hash": "0bffc7efbef21b1d16707a7965389937",
"path": "/Users/d065243/code-execution-mcp/servers/filesystem/write_file.py",
"server": "filesystem",
"tool": "write_file"
},
"weather.get_forecast": {
"description": "weather get_forecast: Get weather forecast for a location.",
"hash": "386fdacac16dd38c691afa3bcf9b2f5d",
"path": "/Users/d065243/code-execution-mcp/servers/weather/get_forecast.py",
"server": "weather",
"tool": "get_forecast"
},
"weather.get_weather": {
"description": "weather get_weather: Get current weather information for a location.",
"hash": "cf8d3317811186048b129eb4a95fcd38",
"path": "/Users/d065243/code-execution-mcp/servers/weather/get_weather.py",
"server": "weather",
"tool": "get_weather"
}
}
}