add official datasets
Browse files- Official/Amap.json +263 -0
- Official/context7-mcp.json +57 -0
- Official/everything.json +234 -0
- Official/fetch.json +51 -0
- Official/fileststem.json +315 -0
- Official/git.json +337 -0
- Official/memory.json +271 -0
- Official/sequentialthinking.json +65 -0
- Official/time.json +55 -0
Official/Amap.json
ADDED
|
@@ -0,0 +1,263 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"command": "npx",
|
| 3 |
+
"args": [
|
| 4 |
+
"-y",
|
| 5 |
+
"@amap/amap-maps-mcp-server"
|
| 6 |
+
],
|
| 7 |
+
"env": {
|
| 8 |
+
"AMAP_MAPS_API_KEY": "d32adbffd30245b48e62cbbf7c4d808b"
|
| 9 |
+
},
|
| 10 |
+
"tools": [
|
| 11 |
+
{
|
| 12 |
+
"name": "maps_regeocode",
|
| 13 |
+
"description": "将一个高德经纬度坐标转换为行政区划地址信息",
|
| 14 |
+
"inputSchema": {
|
| 15 |
+
"type": "object",
|
| 16 |
+
"properties": {
|
| 17 |
+
"location": {
|
| 18 |
+
"type": "string",
|
| 19 |
+
"description": "经纬度"
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"required": [
|
| 23 |
+
"location"
|
| 24 |
+
]
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "maps_geo",
|
| 29 |
+
"description": "将详细的结构化地址转换为经纬度坐标。支持对地标性名胜景区、建筑物名称解析为经纬度坐标",
|
| 30 |
+
"inputSchema": {
|
| 31 |
+
"type": "object",
|
| 32 |
+
"properties": {
|
| 33 |
+
"address": {
|
| 34 |
+
"type": "string",
|
| 35 |
+
"description": "待解析的结构化地址信息"
|
| 36 |
+
},
|
| 37 |
+
"city": {
|
| 38 |
+
"type": "string",
|
| 39 |
+
"description": "指定查询的城市"
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"required": [
|
| 43 |
+
"address"
|
| 44 |
+
]
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"name": "maps_ip_location",
|
| 49 |
+
"description": "IP 定位根据用户输入的 IP 地址,定位 IP 的所在位置",
|
| 50 |
+
"inputSchema": {
|
| 51 |
+
"type": "object",
|
| 52 |
+
"properties": {
|
| 53 |
+
"ip": {
|
| 54 |
+
"type": "string",
|
| 55 |
+
"description": "IP地址"
|
| 56 |
+
}
|
| 57 |
+
},
|
| 58 |
+
"required": [
|
| 59 |
+
"ip"
|
| 60 |
+
]
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"name": "maps_weather",
|
| 65 |
+
"description": "根据城市名称或者标准adcode查询指定城市的天气",
|
| 66 |
+
"inputSchema": {
|
| 67 |
+
"type": "object",
|
| 68 |
+
"properties": {
|
| 69 |
+
"city": {
|
| 70 |
+
"type": "string",
|
| 71 |
+
"description": "城市名称或者adcode"
|
| 72 |
+
}
|
| 73 |
+
},
|
| 74 |
+
"required": [
|
| 75 |
+
"city"
|
| 76 |
+
]
|
| 77 |
+
}
|
| 78 |
+
},
|
| 79 |
+
{
|
| 80 |
+
"name": "maps_search_detail",
|
| 81 |
+
"description": "查询关键词搜或者周边搜获取到的POI ID的详细信息",
|
| 82 |
+
"inputSchema": {
|
| 83 |
+
"type": "object",
|
| 84 |
+
"properties": {
|
| 85 |
+
"id": {
|
| 86 |
+
"type": "string",
|
| 87 |
+
"description": "关键词搜或者周边搜获取到的POI ID"
|
| 88 |
+
}
|
| 89 |
+
},
|
| 90 |
+
"required": [
|
| 91 |
+
"id"
|
| 92 |
+
]
|
| 93 |
+
}
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"name": "maps_bicycling",
|
| 97 |
+
"description": "骑行路径规划用于规划骑行通勤方案,规划时会考虑天桥、单行线、封路等情况。最大支持 500km 的骑行路线规划",
|
| 98 |
+
"inputSchema": {
|
| 99 |
+
"type": "object",
|
| 100 |
+
"properties": {
|
| 101 |
+
"origin": {
|
| 102 |
+
"type": "string",
|
| 103 |
+
"description": "出发点经纬度,坐标格式为:经度,纬度"
|
| 104 |
+
},
|
| 105 |
+
"destination": {
|
| 106 |
+
"type": "string",
|
| 107 |
+
"description": "目的地经纬度,坐标格式为:经度,纬度"
|
| 108 |
+
}
|
| 109 |
+
},
|
| 110 |
+
"required": [
|
| 111 |
+
"origin",
|
| 112 |
+
"destination"
|
| 113 |
+
]
|
| 114 |
+
}
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"name": "maps_direction_walking",
|
| 118 |
+
"description": "步行路径规划 API 可以根据输入起点终点经纬度坐标规划100km 以内的步行通勤方案,并且返回通勤方案的数据",
|
| 119 |
+
"inputSchema": {
|
| 120 |
+
"type": "object",
|
| 121 |
+
"properties": {
|
| 122 |
+
"origin": {
|
| 123 |
+
"type": "string",
|
| 124 |
+
"description": "出发点经度,纬度,坐标格式为:经度,纬度"
|
| 125 |
+
},
|
| 126 |
+
"destination": {
|
| 127 |
+
"type": "string",
|
| 128 |
+
"description": "目的地经度,纬度,坐标格式为:经度,纬度"
|
| 129 |
+
}
|
| 130 |
+
},
|
| 131 |
+
"required": [
|
| 132 |
+
"origin",
|
| 133 |
+
"destination"
|
| 134 |
+
]
|
| 135 |
+
}
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"name": "maps_direction_driving",
|
| 139 |
+
"description": "驾车路径规划 API 可以根据用户起终点经纬度坐标规划以小客车、轿车通勤出行的方案,并且返回通勤方案的数据。",
|
| 140 |
+
"inputSchema": {
|
| 141 |
+
"type": "object",
|
| 142 |
+
"properties": {
|
| 143 |
+
"origin": {
|
| 144 |
+
"type": "string",
|
| 145 |
+
"description": "出发点经度,纬度,坐标格式为:经度,纬度"
|
| 146 |
+
},
|
| 147 |
+
"destination": {
|
| 148 |
+
"type": "string",
|
| 149 |
+
"description": "目的地经度,纬度,坐标格式为:经度,纬度"
|
| 150 |
+
}
|
| 151 |
+
},
|
| 152 |
+
"required": [
|
| 153 |
+
"origin",
|
| 154 |
+
"destination"
|
| 155 |
+
]
|
| 156 |
+
}
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"name": "maps_direction_transit_integrated",
|
| 160 |
+
"description": "公交路径规划 API 可以根据用户起终点经纬度坐标规划综合各类公共(火车、公交、地铁)交通方式的通勤方案,并且返回通勤方案的数据,跨城场景下必须传起点城市与终点城市",
|
| 161 |
+
"inputSchema": {
|
| 162 |
+
"type": "object",
|
| 163 |
+
"properties": {
|
| 164 |
+
"origin": {
|
| 165 |
+
"type": "string",
|
| 166 |
+
"description": "出发点经度,纬度,坐标格式为:经度,纬度"
|
| 167 |
+
},
|
| 168 |
+
"destination": {
|
| 169 |
+
"type": "string",
|
| 170 |
+
"description": "目的地经度,纬度,坐标格式为:经度,纬度"
|
| 171 |
+
},
|
| 172 |
+
"city": {
|
| 173 |
+
"type": "string",
|
| 174 |
+
"description": "公共交通规划起点城市"
|
| 175 |
+
},
|
| 176 |
+
"cityd": {
|
| 177 |
+
"type": "string",
|
| 178 |
+
"description": "公共交通规划终点城市"
|
| 179 |
+
}
|
| 180 |
+
},
|
| 181 |
+
"required": [
|
| 182 |
+
"origin",
|
| 183 |
+
"destination",
|
| 184 |
+
"city",
|
| 185 |
+
"cityd"
|
| 186 |
+
]
|
| 187 |
+
}
|
| 188 |
+
},
|
| 189 |
+
{
|
| 190 |
+
"name": "maps_distance",
|
| 191 |
+
"description": "距离测量 API 可以测量两个经纬度坐标之间的距离,支持驾车、步行以及球面距离测量",
|
| 192 |
+
"inputSchema": {
|
| 193 |
+
"type": "object",
|
| 194 |
+
"properties": {
|
| 195 |
+
"origins": {
|
| 196 |
+
"type": "string",
|
| 197 |
+
"description": "起点经度,纬度,可以传多个坐标,使用竖线隔离,比如120,30|120,31,坐标格式为:经度,纬度"
|
| 198 |
+
},
|
| 199 |
+
"destination": {
|
| 200 |
+
"type": "string",
|
| 201 |
+
"description": "终点经度,纬度,坐标格式为:经度,纬度"
|
| 202 |
+
},
|
| 203 |
+
"type": {
|
| 204 |
+
"type": "string",
|
| 205 |
+
"description": "距离测量类型,1代表驾车距离测量,0代表直线距离测量,3步行距离测量"
|
| 206 |
+
}
|
| 207 |
+
},
|
| 208 |
+
"required": [
|
| 209 |
+
"origins",
|
| 210 |
+
"destination"
|
| 211 |
+
]
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"name": "maps_text_search",
|
| 216 |
+
"description": "关键词搜,根据用户传入关键词,搜索出相关的POI",
|
| 217 |
+
"inputSchema": {
|
| 218 |
+
"type": "object",
|
| 219 |
+
"properties": {
|
| 220 |
+
"keywords": {
|
| 221 |
+
"type": "string",
|
| 222 |
+
"description": "搜索关键词"
|
| 223 |
+
},
|
| 224 |
+
"city": {
|
| 225 |
+
"type": "string",
|
| 226 |
+
"description": "查询城市"
|
| 227 |
+
},
|
| 228 |
+
"types": {
|
| 229 |
+
"type": "string",
|
| 230 |
+
"description": "POI类型,比如加油站"
|
| 231 |
+
}
|
| 232 |
+
},
|
| 233 |
+
"required": [
|
| 234 |
+
"keywords"
|
| 235 |
+
]
|
| 236 |
+
}
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"name": "maps_around_search",
|
| 240 |
+
"description": "周边搜,根据用户传入关键词以及坐标location,搜索出radius半径范围的POI",
|
| 241 |
+
"inputSchema": {
|
| 242 |
+
"type": "object",
|
| 243 |
+
"properties": {
|
| 244 |
+
"keywords": {
|
| 245 |
+
"type": "string",
|
| 246 |
+
"description": "搜索关键词"
|
| 247 |
+
},
|
| 248 |
+
"location": {
|
| 249 |
+
"type": "string",
|
| 250 |
+
"description": "中心点经度纬度"
|
| 251 |
+
},
|
| 252 |
+
"radius": {
|
| 253 |
+
"type": "string",
|
| 254 |
+
"description": "搜索半径"
|
| 255 |
+
}
|
| 256 |
+
},
|
| 257 |
+
"required": [
|
| 258 |
+
"location"
|
| 259 |
+
]
|
| 260 |
+
}
|
| 261 |
+
}
|
| 262 |
+
]
|
| 263 |
+
}
|
Official/context7-mcp.json
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"server":"github.com/upstash/context7-mcp",
|
| 3 |
+
"type": "stdio",
|
| 4 |
+
"command": "npx",
|
| 5 |
+
"args": [
|
| 6 |
+
"-y",
|
| 7 |
+
"@upstash/context7-mcp"
|
| 8 |
+
],
|
| 9 |
+
"tools": [
|
| 10 |
+
{
|
| 11 |
+
"name": "resolve-library-id",
|
| 12 |
+
"title": "Resolve Context7 Library ID",
|
| 13 |
+
"description": "Resolves a package/product name to a Context7-compatible library ID and returns a list of matching libraries.\n\nYou MUST call this function before 'get-library-docs' to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.\n\nSelection Process:\n1. Analyze the query to understand what library/package the user is looking for\n2. Return the most relevant match based on:\n- Name similarity to the query (exact matches prioritized)\n- Description relevance to the query's intent\n- Documentation coverage (prioritize libraries with higher Code Snippet counts)\n- Trust score (consider libraries with scores of 7-10 more authoritative)\n\nResponse Format:\n- Return the selected library ID in a clearly marked section\n- Provide a brief explanation for why this library was chosen\n- If multiple good matches exist, acknowledge this but proceed with the most relevant one\n- If no good matches exist, clearly state this and suggest query refinements\n\nFor ambiguous queries, request clarification before proceeding with a best-guess match.",
|
| 14 |
+
"inputSchema": {
|
| 15 |
+
"type": "object",
|
| 16 |
+
"properties": {
|
| 17 |
+
"libraryName": {
|
| 18 |
+
"type": "string",
|
| 19 |
+
"description": "Library name to search for and retrieve a Context7-compatible library ID."
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"required": [
|
| 23 |
+
"libraryName"
|
| 24 |
+
],
|
| 25 |
+
"additionalProperties": false,
|
| 26 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 27 |
+
}
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"name": "get-library-docs",
|
| 31 |
+
"title": "Get Library Docs",
|
| 32 |
+
"description": "Fetches up-to-date documentation for a library. You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.",
|
| 33 |
+
"inputSchema": {
|
| 34 |
+
"type": "object",
|
| 35 |
+
"properties": {
|
| 36 |
+
"context7CompatibleLibraryID": {
|
| 37 |
+
"type": "string",
|
| 38 |
+
"description": "Exact Context7-compatible library ID (e.g., '/mongodb/docs', '/vercel/next.js', '/supabase/supabase', '/vercel/next.js/v14.3.0-canary.87') retrieved from 'resolve-library-id' or directly from user query in the format '/org/project' or '/org/project/version'."
|
| 39 |
+
},
|
| 40 |
+
"topic": {
|
| 41 |
+
"type": "string",
|
| 42 |
+
"description": "Topic to focus documentation on (e.g., 'hooks', 'routing')."
|
| 43 |
+
},
|
| 44 |
+
"tokens": {
|
| 45 |
+
"type": "number",
|
| 46 |
+
"description": "Maximum number of tokens of documentation to retrieve (default: 5000). Higher values provide more context but consume more tokens."
|
| 47 |
+
}
|
| 48 |
+
},
|
| 49 |
+
"required": [
|
| 50 |
+
"context7CompatibleLibraryID"
|
| 51 |
+
],
|
| 52 |
+
"additionalProperties": false,
|
| 53 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 54 |
+
}
|
| 55 |
+
}
|
| 56 |
+
]
|
| 57 |
+
}
|
Official/everything.json
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "npx",
|
| 4 |
+
"args": [
|
| 5 |
+
"-y",
|
| 6 |
+
"@modelcontextprotocol/server-everything"
|
| 7 |
+
],
|
| 8 |
+
"tools": [
|
| 9 |
+
{
|
| 10 |
+
"name": "echo",
|
| 11 |
+
"description": "Echoes back the input",
|
| 12 |
+
"inputSchema": {
|
| 13 |
+
"type": "object",
|
| 14 |
+
"properties": {
|
| 15 |
+
"message": {
|
| 16 |
+
"type": "string",
|
| 17 |
+
"description": "Message to echo"
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"required": [
|
| 21 |
+
"message"
|
| 22 |
+
],
|
| 23 |
+
"additionalProperties": false,
|
| 24 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "add",
|
| 29 |
+
"description": "Adds two numbers",
|
| 30 |
+
"inputSchema": {
|
| 31 |
+
"type": "object",
|
| 32 |
+
"properties": {
|
| 33 |
+
"a": {
|
| 34 |
+
"type": "number",
|
| 35 |
+
"description": "First number"
|
| 36 |
+
},
|
| 37 |
+
"b": {
|
| 38 |
+
"type": "number",
|
| 39 |
+
"description": "Second number"
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"required": [
|
| 43 |
+
"a",
|
| 44 |
+
"b"
|
| 45 |
+
],
|
| 46 |
+
"additionalProperties": false,
|
| 47 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 48 |
+
}
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"name": "longRunningOperation",
|
| 52 |
+
"description": "Demonstrates a long running operation with progress updates",
|
| 53 |
+
"inputSchema": {
|
| 54 |
+
"type": "object",
|
| 55 |
+
"properties": {
|
| 56 |
+
"duration": {
|
| 57 |
+
"type": "number",
|
| 58 |
+
"default": 10,
|
| 59 |
+
"description": "Duration of the operation in seconds"
|
| 60 |
+
},
|
| 61 |
+
"steps": {
|
| 62 |
+
"type": "number",
|
| 63 |
+
"default": 5,
|
| 64 |
+
"description": "Number of steps in the operation"
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
+
"additionalProperties": false,
|
| 68 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 69 |
+
}
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"name": "printEnv",
|
| 73 |
+
"description": "Prints all environment variables, helpful for debugging MCP server configuration",
|
| 74 |
+
"inputSchema": {
|
| 75 |
+
"type": "object",
|
| 76 |
+
"properties": {},
|
| 77 |
+
"additionalProperties": false,
|
| 78 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"name": "sampleLLM",
|
| 83 |
+
"description": "Samples from an LLM using MCP's sampling feature",
|
| 84 |
+
"inputSchema": {
|
| 85 |
+
"type": "object",
|
| 86 |
+
"properties": {
|
| 87 |
+
"prompt": {
|
| 88 |
+
"type": "string",
|
| 89 |
+
"description": "The prompt to send to the LLM"
|
| 90 |
+
},
|
| 91 |
+
"maxTokens": {
|
| 92 |
+
"type": "number",
|
| 93 |
+
"default": 100,
|
| 94 |
+
"description": "Maximum number of tokens to generate"
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
"required": [
|
| 98 |
+
"prompt"
|
| 99 |
+
],
|
| 100 |
+
"additionalProperties": false,
|
| 101 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 102 |
+
}
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"name": "getTinyImage",
|
| 106 |
+
"description": "Returns the MCP_TINY_IMAGE",
|
| 107 |
+
"inputSchema": {
|
| 108 |
+
"type": "object",
|
| 109 |
+
"properties": {},
|
| 110 |
+
"additionalProperties": false,
|
| 111 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 112 |
+
}
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"name": "annotatedMessage",
|
| 116 |
+
"description": "Demonstrates how annotations can be used to provide metadata about content",
|
| 117 |
+
"inputSchema": {
|
| 118 |
+
"type": "object",
|
| 119 |
+
"properties": {
|
| 120 |
+
"messageType": {
|
| 121 |
+
"type": "string",
|
| 122 |
+
"enum": [
|
| 123 |
+
"error",
|
| 124 |
+
"success",
|
| 125 |
+
"debug"
|
| 126 |
+
],
|
| 127 |
+
"description": "Type of message to demonstrate different annotation patterns"
|
| 128 |
+
},
|
| 129 |
+
"includeImage": {
|
| 130 |
+
"type": "boolean",
|
| 131 |
+
"default": false,
|
| 132 |
+
"description": "Whether to include an example image"
|
| 133 |
+
}
|
| 134 |
+
},
|
| 135 |
+
"required": [
|
| 136 |
+
"messageType"
|
| 137 |
+
],
|
| 138 |
+
"additionalProperties": false,
|
| 139 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 140 |
+
}
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"name": "getResourceReference",
|
| 144 |
+
"description": "Returns a resource reference that can be used by MCP clients",
|
| 145 |
+
"inputSchema": {
|
| 146 |
+
"type": "object",
|
| 147 |
+
"properties": {
|
| 148 |
+
"resourceId": {
|
| 149 |
+
"type": "number",
|
| 150 |
+
"minimum": 1,
|
| 151 |
+
"maximum": 100,
|
| 152 |
+
"description": "ID of the resource to reference (1-100)"
|
| 153 |
+
}
|
| 154 |
+
},
|
| 155 |
+
"required": [
|
| 156 |
+
"resourceId"
|
| 157 |
+
],
|
| 158 |
+
"additionalProperties": false,
|
| 159 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 160 |
+
}
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"name": "getResourceLinks",
|
| 164 |
+
"description": "Returns multiple resource links that reference different types of resources",
|
| 165 |
+
"inputSchema": {
|
| 166 |
+
"type": "object",
|
| 167 |
+
"properties": {
|
| 168 |
+
"count": {
|
| 169 |
+
"type": "number",
|
| 170 |
+
"minimum": 1,
|
| 171 |
+
"maximum": 10,
|
| 172 |
+
"default": 3,
|
| 173 |
+
"description": "Number of resource links to return (1-10)"
|
| 174 |
+
}
|
| 175 |
+
},
|
| 176 |
+
"additionalProperties": false,
|
| 177 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 178 |
+
}
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"name": "structuredContent",
|
| 182 |
+
"description": "Returns structured content along with an output schema for client data validation",
|
| 183 |
+
"inputSchema": {
|
| 184 |
+
"type": "object",
|
| 185 |
+
"properties": {
|
| 186 |
+
"location": {
|
| 187 |
+
"type": "string",
|
| 188 |
+
"minLength": 1,
|
| 189 |
+
"description": "City name or zip code"
|
| 190 |
+
}
|
| 191 |
+
},
|
| 192 |
+
"required": [
|
| 193 |
+
"location"
|
| 194 |
+
],
|
| 195 |
+
"additionalProperties": false,
|
| 196 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 197 |
+
},
|
| 198 |
+
"outputSchema": {
|
| 199 |
+
"type": "object",
|
| 200 |
+
"properties": {
|
| 201 |
+
"temperature": {
|
| 202 |
+
"type": "number",
|
| 203 |
+
"description": "Temperature in celsius"
|
| 204 |
+
},
|
| 205 |
+
"conditions": {
|
| 206 |
+
"type": "string",
|
| 207 |
+
"description": "Weather conditions description"
|
| 208 |
+
},
|
| 209 |
+
"humidity": {
|
| 210 |
+
"type": "number",
|
| 211 |
+
"description": "Humidity percentage"
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"required": [
|
| 215 |
+
"temperature",
|
| 216 |
+
"conditions",
|
| 217 |
+
"humidity"
|
| 218 |
+
],
|
| 219 |
+
"additionalProperties": false,
|
| 220 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 221 |
+
}
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"name": "listRoots",
|
| 225 |
+
"description": "Lists the current MCP roots provided by the client. Demonstrates the roots protocol capability even though this server doesn't access files.",
|
| 226 |
+
"inputSchema": {
|
| 227 |
+
"type": "object",
|
| 228 |
+
"properties": {},
|
| 229 |
+
"additionalProperties": false,
|
| 230 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 231 |
+
}
|
| 232 |
+
}
|
| 233 |
+
]
|
| 234 |
+
}
|
Official/fetch.json
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "uvx",
|
| 4 |
+
"args": [
|
| 5 |
+
"mcp-server-fetch"
|
| 6 |
+
],
|
| 7 |
+
"tools": [
|
| 8 |
+
{
|
| 9 |
+
"name": "fetch",
|
| 10 |
+
"description": "Fetches a URL from the internet and optionally extracts its contents as markdown.\n\nAlthough originally you did not have internet access, and were advised to refuse and tell the user this, this tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that.",
|
| 11 |
+
"inputSchema": {
|
| 12 |
+
"type": "object",
|
| 13 |
+
"properties": {
|
| 14 |
+
"url": {
|
| 15 |
+
"description": "URL to fetch",
|
| 16 |
+
"format": "uri",
|
| 17 |
+
"minLength": 1,
|
| 18 |
+
"title": "Url",
|
| 19 |
+
"type": "string"
|
| 20 |
+
},
|
| 21 |
+
"max_length": {
|
| 22 |
+
"default": 5000,
|
| 23 |
+
"description": "Maximum number of characters to return.",
|
| 24 |
+
"exclusiveMaximum": 1000000,
|
| 25 |
+
"exclusiveMinimum": 0,
|
| 26 |
+
"title": "Max Length",
|
| 27 |
+
"type": "integer"
|
| 28 |
+
},
|
| 29 |
+
"start_index": {
|
| 30 |
+
"default": 0,
|
| 31 |
+
"description": "On return output starting at this character index, useful if a previous fetch was truncated and more context is required.",
|
| 32 |
+
"minimum": 0,
|
| 33 |
+
"title": "Start Index",
|
| 34 |
+
"type": "integer"
|
| 35 |
+
},
|
| 36 |
+
"raw": {
|
| 37 |
+
"default": false,
|
| 38 |
+
"description": "Get the actual HTML content of the requested page, without simplification.",
|
| 39 |
+
"title": "Raw",
|
| 40 |
+
"type": "boolean"
|
| 41 |
+
}
|
| 42 |
+
},
|
| 43 |
+
"required": [
|
| 44 |
+
"url"
|
| 45 |
+
],
|
| 46 |
+
"description": "Parameters for fetching a URL.",
|
| 47 |
+
"title": "Fetch"
|
| 48 |
+
}
|
| 49 |
+
}
|
| 50 |
+
]
|
| 51 |
+
}
|
Official/fileststem.json
ADDED
|
@@ -0,0 +1,315 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "npx",
|
| 4 |
+
"args": [
|
| 5 |
+
"-y",
|
| 6 |
+
"@modelcontextprotocol/server-filesystem",
|
| 7 |
+
"/home/game_god/Test"
|
| 8 |
+
],
|
| 9 |
+
"tools": [
|
| 10 |
+
{
|
| 11 |
+
"name": "read_file",
|
| 12 |
+
"description": "Read the complete contents of a file as text. DEPRECATED: Use read_text_file instead.",
|
| 13 |
+
"inputSchema": {
|
| 14 |
+
"type": "object",
|
| 15 |
+
"properties": {
|
| 16 |
+
"path": {
|
| 17 |
+
"type": "string"
|
| 18 |
+
},
|
| 19 |
+
"tail": {
|
| 20 |
+
"type": "number",
|
| 21 |
+
"description": "If provided, returns only the last N lines of the file"
|
| 22 |
+
},
|
| 23 |
+
"head": {
|
| 24 |
+
"type": "number",
|
| 25 |
+
"description": "If provided, returns only the first N lines of the file"
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"required": [
|
| 29 |
+
"path"
|
| 30 |
+
],
|
| 31 |
+
"additionalProperties": false,
|
| 32 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 33 |
+
}
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"name": "read_text_file",
|
| 37 |
+
"description": "Read the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Use the 'head' parameter to read only the first N lines of a file, or the 'tail' parameter to read only the last N lines of a file. Operates on the file as text regardless of extension. Only works within allowed directories.",
|
| 38 |
+
"inputSchema": {
|
| 39 |
+
"type": "object",
|
| 40 |
+
"properties": {
|
| 41 |
+
"path": {
|
| 42 |
+
"type": "string"
|
| 43 |
+
},
|
| 44 |
+
"tail": {
|
| 45 |
+
"type": "number",
|
| 46 |
+
"description": "If provided, returns only the last N lines of the file"
|
| 47 |
+
},
|
| 48 |
+
"head": {
|
| 49 |
+
"type": "number",
|
| 50 |
+
"description": "If provided, returns only the first N lines of the file"
|
| 51 |
+
}
|
| 52 |
+
},
|
| 53 |
+
"required": [
|
| 54 |
+
"path"
|
| 55 |
+
],
|
| 56 |
+
"additionalProperties": false,
|
| 57 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 58 |
+
}
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"name": "read_media_file",
|
| 62 |
+
"description": "Read an image or audio file. Returns the base64 encoded data and MIME type. Only works within allowed directories.",
|
| 63 |
+
"inputSchema": {
|
| 64 |
+
"type": "object",
|
| 65 |
+
"properties": {
|
| 66 |
+
"path": {
|
| 67 |
+
"type": "string"
|
| 68 |
+
}
|
| 69 |
+
},
|
| 70 |
+
"required": [
|
| 71 |
+
"path"
|
| 72 |
+
],
|
| 73 |
+
"additionalProperties": false,
|
| 74 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 75 |
+
}
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"name": "read_multiple_files",
|
| 79 |
+
"description": "Read the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works within allowed directories.",
|
| 80 |
+
"inputSchema": {
|
| 81 |
+
"type": "object",
|
| 82 |
+
"properties": {
|
| 83 |
+
"paths": {
|
| 84 |
+
"type": "array",
|
| 85 |
+
"items": {
|
| 86 |
+
"type": "string"
|
| 87 |
+
}
|
| 88 |
+
}
|
| 89 |
+
},
|
| 90 |
+
"required": [
|
| 91 |
+
"paths"
|
| 92 |
+
],
|
| 93 |
+
"additionalProperties": false,
|
| 94 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 95 |
+
}
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"name": "write_file",
|
| 99 |
+
"description": "Create a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.",
|
| 100 |
+
"inputSchema": {
|
| 101 |
+
"type": "object",
|
| 102 |
+
"properties": {
|
| 103 |
+
"path": {
|
| 104 |
+
"type": "string"
|
| 105 |
+
},
|
| 106 |
+
"content": {
|
| 107 |
+
"type": "string"
|
| 108 |
+
}
|
| 109 |
+
},
|
| 110 |
+
"required": [
|
| 111 |
+
"path",
|
| 112 |
+
"content"
|
| 113 |
+
],
|
| 114 |
+
"additionalProperties": false,
|
| 115 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"name": "edit_file",
|
| 120 |
+
"description": "Make line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories.",
|
| 121 |
+
"inputSchema": {
|
| 122 |
+
"type": "object",
|
| 123 |
+
"properties": {
|
| 124 |
+
"path": {
|
| 125 |
+
"type": "string"
|
| 126 |
+
},
|
| 127 |
+
"edits": {
|
| 128 |
+
"type": "array",
|
| 129 |
+
"items": {
|
| 130 |
+
"type": "object",
|
| 131 |
+
"properties": {
|
| 132 |
+
"oldText": {
|
| 133 |
+
"type": "string",
|
| 134 |
+
"description": "Text to search for - must match exactly"
|
| 135 |
+
},
|
| 136 |
+
"newText": {
|
| 137 |
+
"type": "string",
|
| 138 |
+
"description": "Text to replace with"
|
| 139 |
+
}
|
| 140 |
+
},
|
| 141 |
+
"required": [
|
| 142 |
+
"oldText",
|
| 143 |
+
"newText"
|
| 144 |
+
],
|
| 145 |
+
"additionalProperties": false
|
| 146 |
+
}
|
| 147 |
+
},
|
| 148 |
+
"dryRun": {
|
| 149 |
+
"type": "boolean",
|
| 150 |
+
"default": false,
|
| 151 |
+
"description": "Preview changes using git-style diff format"
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
"required": [
|
| 155 |
+
"path",
|
| 156 |
+
"edits"
|
| 157 |
+
],
|
| 158 |
+
"additionalProperties": false,
|
| 159 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 160 |
+
}
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"name": "create_directory",
|
| 164 |
+
"description": "Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed directories.",
|
| 165 |
+
"inputSchema": {
|
| 166 |
+
"type": "object",
|
| 167 |
+
"properties": {
|
| 168 |
+
"path": {
|
| 169 |
+
"type": "string"
|
| 170 |
+
}
|
| 171 |
+
},
|
| 172 |
+
"required": [
|
| 173 |
+
"path"
|
| 174 |
+
],
|
| 175 |
+
"additionalProperties": false,
|
| 176 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 177 |
+
}
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"name": "list_directory",
|
| 181 |
+
"description": "Get a detailed listing of all files and directories in a specified path. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within allowed directories.",
|
| 182 |
+
"inputSchema": {
|
| 183 |
+
"type": "object",
|
| 184 |
+
"properties": {
|
| 185 |
+
"path": {
|
| 186 |
+
"type": "string"
|
| 187 |
+
}
|
| 188 |
+
},
|
| 189 |
+
"required": [
|
| 190 |
+
"path"
|
| 191 |
+
],
|
| 192 |
+
"additionalProperties": false,
|
| 193 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 194 |
+
}
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"name": "list_directory_with_sizes",
|
| 198 |
+
"description": "Get a detailed listing of all files and directories in a specified path, including sizes. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is useful for understanding directory structure and finding specific files within a directory. Only works within allowed directories.",
|
| 199 |
+
"inputSchema": {
|
| 200 |
+
"type": "object",
|
| 201 |
+
"properties": {
|
| 202 |
+
"path": {
|
| 203 |
+
"type": "string"
|
| 204 |
+
},
|
| 205 |
+
"sortBy": {
|
| 206 |
+
"type": "string",
|
| 207 |
+
"enum": [
|
| 208 |
+
"name",
|
| 209 |
+
"size"
|
| 210 |
+
],
|
| 211 |
+
"default": "name",
|
| 212 |
+
"description": "Sort entries by name or size"
|
| 213 |
+
}
|
| 214 |
+
},
|
| 215 |
+
"required": [
|
| 216 |
+
"path"
|
| 217 |
+
],
|
| 218 |
+
"additionalProperties": false,
|
| 219 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 220 |
+
}
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"name": "directory_tree",
|
| 224 |
+
"description": "Get a recursive tree view of files and directories as a JSON structure. Each entry includes 'name', 'type' (file/directory), and 'children' for directories. Files have no children array, while directories always have a children array (which may be empty). The output is formatted with 2-space indentation for readability. Only works within allowed directories.",
|
| 225 |
+
"inputSchema": {
|
| 226 |
+
"type": "object",
|
| 227 |
+
"properties": {
|
| 228 |
+
"path": {
|
| 229 |
+
"type": "string"
|
| 230 |
+
}
|
| 231 |
+
},
|
| 232 |
+
"required": [
|
| 233 |
+
"path"
|
| 234 |
+
],
|
| 235 |
+
"additionalProperties": false,
|
| 236 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 237 |
+
}
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"name": "move_file",
|
| 241 |
+
"description": "Move or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail. Works across different directories and can be used for simple renaming within the same directory. Both source and destination must be within allowed directories.",
|
| 242 |
+
"inputSchema": {
|
| 243 |
+
"type": "object",
|
| 244 |
+
"properties": {
|
| 245 |
+
"source": {
|
| 246 |
+
"type": "string"
|
| 247 |
+
},
|
| 248 |
+
"destination": {
|
| 249 |
+
"type": "string"
|
| 250 |
+
}
|
| 251 |
+
},
|
| 252 |
+
"required": [
|
| 253 |
+
"source",
|
| 254 |
+
"destination"
|
| 255 |
+
],
|
| 256 |
+
"additionalProperties": false,
|
| 257 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 258 |
+
}
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"name": "search_files",
|
| 262 |
+
"description": "Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. The search is case-insensitive and matches partial names. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only searches within allowed directories.",
|
| 263 |
+
"inputSchema": {
|
| 264 |
+
"type": "object",
|
| 265 |
+
"properties": {
|
| 266 |
+
"path": {
|
| 267 |
+
"type": "string"
|
| 268 |
+
},
|
| 269 |
+
"pattern": {
|
| 270 |
+
"type": "string"
|
| 271 |
+
},
|
| 272 |
+
"excludePatterns": {
|
| 273 |
+
"type": "array",
|
| 274 |
+
"items": {
|
| 275 |
+
"type": "string"
|
| 276 |
+
},
|
| 277 |
+
"default": []
|
| 278 |
+
}
|
| 279 |
+
},
|
| 280 |
+
"required": [
|
| 281 |
+
"path",
|
| 282 |
+
"pattern"
|
| 283 |
+
],
|
| 284 |
+
"additionalProperties": false,
|
| 285 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 286 |
+
}
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"name": "get_file_info",
|
| 290 |
+
"description": "Retrieve detailed metadata about a file or directory. Returns comprehensive information including size, creation time, last modified time, permissions, and type. This tool is perfect for understanding file characteristics without reading the actual content. Only works within allowed directories.",
|
| 291 |
+
"inputSchema": {
|
| 292 |
+
"type": "object",
|
| 293 |
+
"properties": {
|
| 294 |
+
"path": {
|
| 295 |
+
"type": "string"
|
| 296 |
+
}
|
| 297 |
+
},
|
| 298 |
+
"required": [
|
| 299 |
+
"path"
|
| 300 |
+
],
|
| 301 |
+
"additionalProperties": false,
|
| 302 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 303 |
+
}
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"name": "list_allowed_directories",
|
| 307 |
+
"description": "Returns the list of directories that this server is allowed to access. Subdirectories within these allowed directories are also accessible. Use this to understand which directories and their nested paths are available before trying to access files.",
|
| 308 |
+
"inputSchema": {
|
| 309 |
+
"type": "object",
|
| 310 |
+
"properties": {},
|
| 311 |
+
"required": []
|
| 312 |
+
}
|
| 313 |
+
}
|
| 314 |
+
]
|
| 315 |
+
}
|
Official/git.json
ADDED
|
@@ -0,0 +1,337 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "uvx",
|
| 4 |
+
"args": [
|
| 5 |
+
"mcp-server-git"
|
| 6 |
+
],
|
| 7 |
+
"tools": [
|
| 8 |
+
{
|
| 9 |
+
"name": "git_status",
|
| 10 |
+
"description": "Shows the working tree status",
|
| 11 |
+
"inputSchema": {
|
| 12 |
+
"type": "object",
|
| 13 |
+
"properties": {
|
| 14 |
+
"repo_path": {
|
| 15 |
+
"title": "Repo Path",
|
| 16 |
+
"type": "string"
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"required": [
|
| 20 |
+
"repo_path"
|
| 21 |
+
],
|
| 22 |
+
"title": "GitStatus"
|
| 23 |
+
}
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"name": "git_diff_unstaged",
|
| 27 |
+
"description": "Shows changes in the working directory that are not yet staged",
|
| 28 |
+
"inputSchema": {
|
| 29 |
+
"type": "object",
|
| 30 |
+
"properties": {
|
| 31 |
+
"repo_path": {
|
| 32 |
+
"title": "Repo Path",
|
| 33 |
+
"type": "string"
|
| 34 |
+
},
|
| 35 |
+
"context_lines": {
|
| 36 |
+
"default": 3,
|
| 37 |
+
"title": "Context Lines",
|
| 38 |
+
"type": "integer"
|
| 39 |
+
}
|
| 40 |
+
},
|
| 41 |
+
"required": [
|
| 42 |
+
"repo_path"
|
| 43 |
+
],
|
| 44 |
+
"title": "GitDiffUnstaged"
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"name": "git_diff_staged",
|
| 49 |
+
"description": "Shows changes that are staged for commit",
|
| 50 |
+
"inputSchema": {
|
| 51 |
+
"type": "object",
|
| 52 |
+
"properties": {
|
| 53 |
+
"repo_path": {
|
| 54 |
+
"title": "Repo Path",
|
| 55 |
+
"type": "string"
|
| 56 |
+
},
|
| 57 |
+
"context_lines": {
|
| 58 |
+
"default": 3,
|
| 59 |
+
"title": "Context Lines",
|
| 60 |
+
"type": "integer"
|
| 61 |
+
}
|
| 62 |
+
},
|
| 63 |
+
"required": [
|
| 64 |
+
"repo_path"
|
| 65 |
+
],
|
| 66 |
+
"title": "GitDiffStaged"
|
| 67 |
+
}
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"name": "git_diff",
|
| 71 |
+
"description": "Shows differences between branches or commits",
|
| 72 |
+
"inputSchema": {
|
| 73 |
+
"type": "object",
|
| 74 |
+
"properties": {
|
| 75 |
+
"repo_path": {
|
| 76 |
+
"title": "Repo Path",
|
| 77 |
+
"type": "string"
|
| 78 |
+
},
|
| 79 |
+
"target": {
|
| 80 |
+
"title": "Target",
|
| 81 |
+
"type": "string"
|
| 82 |
+
},
|
| 83 |
+
"context_lines": {
|
| 84 |
+
"default": 3,
|
| 85 |
+
"title": "Context Lines",
|
| 86 |
+
"type": "integer"
|
| 87 |
+
}
|
| 88 |
+
},
|
| 89 |
+
"required": [
|
| 90 |
+
"repo_path",
|
| 91 |
+
"target"
|
| 92 |
+
],
|
| 93 |
+
"title": "GitDiff"
|
| 94 |
+
}
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"name": "git_commit",
|
| 98 |
+
"description": "Records changes to the repository",
|
| 99 |
+
"inputSchema": {
|
| 100 |
+
"type": "object",
|
| 101 |
+
"properties": {
|
| 102 |
+
"repo_path": {
|
| 103 |
+
"title": "Repo Path",
|
| 104 |
+
"type": "string"
|
| 105 |
+
},
|
| 106 |
+
"message": {
|
| 107 |
+
"title": "Message",
|
| 108 |
+
"type": "string"
|
| 109 |
+
}
|
| 110 |
+
},
|
| 111 |
+
"required": [
|
| 112 |
+
"repo_path",
|
| 113 |
+
"message"
|
| 114 |
+
],
|
| 115 |
+
"title": "GitCommit"
|
| 116 |
+
}
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"name": "git_add",
|
| 120 |
+
"description": "Adds file contents to the staging area",
|
| 121 |
+
"inputSchema": {
|
| 122 |
+
"type": "object",
|
| 123 |
+
"properties": {
|
| 124 |
+
"repo_path": {
|
| 125 |
+
"title": "Repo Path",
|
| 126 |
+
"type": "string"
|
| 127 |
+
},
|
| 128 |
+
"files": {
|
| 129 |
+
"items": {
|
| 130 |
+
"type": "string"
|
| 131 |
+
},
|
| 132 |
+
"title": "Files",
|
| 133 |
+
"type": "array"
|
| 134 |
+
}
|
| 135 |
+
},
|
| 136 |
+
"required": [
|
| 137 |
+
"repo_path",
|
| 138 |
+
"files"
|
| 139 |
+
],
|
| 140 |
+
"title": "GitAdd"
|
| 141 |
+
}
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"name": "git_reset",
|
| 145 |
+
"description": "Unstages all staged changes",
|
| 146 |
+
"inputSchema": {
|
| 147 |
+
"type": "object",
|
| 148 |
+
"properties": {
|
| 149 |
+
"repo_path": {
|
| 150 |
+
"title": "Repo Path",
|
| 151 |
+
"type": "string"
|
| 152 |
+
}
|
| 153 |
+
},
|
| 154 |
+
"required": [
|
| 155 |
+
"repo_path"
|
| 156 |
+
],
|
| 157 |
+
"title": "GitReset"
|
| 158 |
+
}
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"name": "git_log",
|
| 162 |
+
"description": "Shows the commit logs",
|
| 163 |
+
"inputSchema": {
|
| 164 |
+
"type": "object",
|
| 165 |
+
"properties": {
|
| 166 |
+
"repo_path": {
|
| 167 |
+
"title": "Repo Path",
|
| 168 |
+
"type": "string"
|
| 169 |
+
},
|
| 170 |
+
"max_count": {
|
| 171 |
+
"default": 10,
|
| 172 |
+
"title": "Max Count",
|
| 173 |
+
"type": "integer"
|
| 174 |
+
},
|
| 175 |
+
"start_timestamp": {
|
| 176 |
+
"anyOf": [
|
| 177 |
+
{
|
| 178 |
+
"type": "string"
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"type": "null"
|
| 182 |
+
}
|
| 183 |
+
],
|
| 184 |
+
"default": null,
|
| 185 |
+
"description": "Start timestamp for filtering commits. Accepts: ISO 8601 format (e.g., '2024-01-15T14:30:25'), relative dates (e.g., '2 weeks ago', 'yesterday'), or absolute dates (e.g., '2024-01-15', 'Jan 15 2024')",
|
| 186 |
+
"title": "Start Timestamp"
|
| 187 |
+
},
|
| 188 |
+
"end_timestamp": {
|
| 189 |
+
"anyOf": [
|
| 190 |
+
{
|
| 191 |
+
"type": "string"
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"type": "null"
|
| 195 |
+
}
|
| 196 |
+
],
|
| 197 |
+
"default": null,
|
| 198 |
+
"description": "End timestamp for filtering commits. Accepts: ISO 8601 format (e.g., '2024-01-15T14:30:25'), relative dates (e.g., '2 weeks ago', 'yesterday'), or absolute dates (e.g., '2024-01-15', 'Jan 15 2024')",
|
| 199 |
+
"title": "End Timestamp"
|
| 200 |
+
}
|
| 201 |
+
},
|
| 202 |
+
"required": [
|
| 203 |
+
"repo_path"
|
| 204 |
+
],
|
| 205 |
+
"title": "GitLog"
|
| 206 |
+
}
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"name": "git_create_branch",
|
| 210 |
+
"description": "Creates a new branch from an optional base branch",
|
| 211 |
+
"inputSchema": {
|
| 212 |
+
"type": "object",
|
| 213 |
+
"properties": {
|
| 214 |
+
"repo_path": {
|
| 215 |
+
"title": "Repo Path",
|
| 216 |
+
"type": "string"
|
| 217 |
+
},
|
| 218 |
+
"branch_name": {
|
| 219 |
+
"title": "Branch Name",
|
| 220 |
+
"type": "string"
|
| 221 |
+
},
|
| 222 |
+
"base_branch": {
|
| 223 |
+
"anyOf": [
|
| 224 |
+
{
|
| 225 |
+
"type": "string"
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"type": "null"
|
| 229 |
+
}
|
| 230 |
+
],
|
| 231 |
+
"default": null,
|
| 232 |
+
"title": "Base Branch"
|
| 233 |
+
}
|
| 234 |
+
},
|
| 235 |
+
"required": [
|
| 236 |
+
"repo_path",
|
| 237 |
+
"branch_name"
|
| 238 |
+
],
|
| 239 |
+
"title": "GitCreateBranch"
|
| 240 |
+
}
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"name": "git_checkout",
|
| 244 |
+
"description": "Switches branches",
|
| 245 |
+
"inputSchema": {
|
| 246 |
+
"type": "object",
|
| 247 |
+
"properties": {
|
| 248 |
+
"repo_path": {
|
| 249 |
+
"title": "Repo Path",
|
| 250 |
+
"type": "string"
|
| 251 |
+
},
|
| 252 |
+
"branch_name": {
|
| 253 |
+
"title": "Branch Name",
|
| 254 |
+
"type": "string"
|
| 255 |
+
}
|
| 256 |
+
},
|
| 257 |
+
"required": [
|
| 258 |
+
"repo_path",
|
| 259 |
+
"branch_name"
|
| 260 |
+
],
|
| 261 |
+
"title": "GitCheckout"
|
| 262 |
+
}
|
| 263 |
+
},
|
| 264 |
+
{
|
| 265 |
+
"name": "git_show",
|
| 266 |
+
"description": "Shows the contents of a commit",
|
| 267 |
+
"inputSchema": {
|
| 268 |
+
"type": "object",
|
| 269 |
+
"properties": {
|
| 270 |
+
"repo_path": {
|
| 271 |
+
"title": "Repo Path",
|
| 272 |
+
"type": "string"
|
| 273 |
+
},
|
| 274 |
+
"revision": {
|
| 275 |
+
"title": "Revision",
|
| 276 |
+
"type": "string"
|
| 277 |
+
}
|
| 278 |
+
},
|
| 279 |
+
"required": [
|
| 280 |
+
"repo_path",
|
| 281 |
+
"revision"
|
| 282 |
+
],
|
| 283 |
+
"title": "GitShow"
|
| 284 |
+
}
|
| 285 |
+
},
|
| 286 |
+
{
|
| 287 |
+
"name": "git_branch",
|
| 288 |
+
"description": "List Git branches",
|
| 289 |
+
"inputSchema": {
|
| 290 |
+
"type": "object",
|
| 291 |
+
"properties": {
|
| 292 |
+
"repo_path": {
|
| 293 |
+
"description": "The path to the Git repository.",
|
| 294 |
+
"title": "Repo Path",
|
| 295 |
+
"type": "string"
|
| 296 |
+
},
|
| 297 |
+
"branch_type": {
|
| 298 |
+
"description": "Whether to list local branches ('local'), remote branches ('remote') or all branches('all').",
|
| 299 |
+
"title": "Branch Type",
|
| 300 |
+
"type": "string"
|
| 301 |
+
},
|
| 302 |
+
"contains": {
|
| 303 |
+
"anyOf": [
|
| 304 |
+
{
|
| 305 |
+
"type": "string"
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"type": "null"
|
| 309 |
+
}
|
| 310 |
+
],
|
| 311 |
+
"default": null,
|
| 312 |
+
"description": "The commit sha that branch should contain. Do not pass anything to this param if no commit sha is specified",
|
| 313 |
+
"title": "Contains"
|
| 314 |
+
},
|
| 315 |
+
"not_contains": {
|
| 316 |
+
"anyOf": [
|
| 317 |
+
{
|
| 318 |
+
"type": "string"
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"type": "null"
|
| 322 |
+
}
|
| 323 |
+
],
|
| 324 |
+
"default": null,
|
| 325 |
+
"description": "The commit sha that branch should NOT contain. Do not pass anything to this param if no commit sha is specified",
|
| 326 |
+
"title": "Not Contains"
|
| 327 |
+
}
|
| 328 |
+
},
|
| 329 |
+
"required": [
|
| 330 |
+
"repo_path",
|
| 331 |
+
"branch_type"
|
| 332 |
+
],
|
| 333 |
+
"title": "GitBranch"
|
| 334 |
+
}
|
| 335 |
+
}
|
| 336 |
+
]
|
| 337 |
+
}
|
Official/memory.json
ADDED
|
@@ -0,0 +1,271 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "npx",
|
| 4 |
+
"args": [
|
| 5 |
+
"-y",
|
| 6 |
+
"@modelcontextprotocol/server-memory"
|
| 7 |
+
],
|
| 8 |
+
"tools": [
|
| 9 |
+
{
|
| 10 |
+
"name": "create_entities",
|
| 11 |
+
"description": "Create multiple new entities in the knowledge graph",
|
| 12 |
+
"inputSchema": {
|
| 13 |
+
"type": "object",
|
| 14 |
+
"properties": {
|
| 15 |
+
"entities": {
|
| 16 |
+
"type": "array",
|
| 17 |
+
"items": {
|
| 18 |
+
"type": "object",
|
| 19 |
+
"properties": {
|
| 20 |
+
"name": {
|
| 21 |
+
"type": "string",
|
| 22 |
+
"description": "The name of the entity"
|
| 23 |
+
},
|
| 24 |
+
"entityType": {
|
| 25 |
+
"type": "string",
|
| 26 |
+
"description": "The type of the entity"
|
| 27 |
+
},
|
| 28 |
+
"observations": {
|
| 29 |
+
"type": "array",
|
| 30 |
+
"items": {
|
| 31 |
+
"type": "string"
|
| 32 |
+
},
|
| 33 |
+
"description": "An array of observation contents associated with the entity"
|
| 34 |
+
}
|
| 35 |
+
},
|
| 36 |
+
"required": [
|
| 37 |
+
"name",
|
| 38 |
+
"entityType",
|
| 39 |
+
"observations"
|
| 40 |
+
],
|
| 41 |
+
"additionalProperties": false
|
| 42 |
+
}
|
| 43 |
+
}
|
| 44 |
+
},
|
| 45 |
+
"required": [
|
| 46 |
+
"entities"
|
| 47 |
+
],
|
| 48 |
+
"additionalProperties": false
|
| 49 |
+
}
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"name": "create_relations",
|
| 53 |
+
"description": "Create multiple new relations between entities in the knowledge graph. Relations should be in active voice",
|
| 54 |
+
"inputSchema": {
|
| 55 |
+
"type": "object",
|
| 56 |
+
"properties": {
|
| 57 |
+
"relations": {
|
| 58 |
+
"type": "array",
|
| 59 |
+
"items": {
|
| 60 |
+
"type": "object",
|
| 61 |
+
"properties": {
|
| 62 |
+
"from": {
|
| 63 |
+
"type": "string",
|
| 64 |
+
"description": "The name of the entity where the relation starts"
|
| 65 |
+
},
|
| 66 |
+
"to": {
|
| 67 |
+
"type": "string",
|
| 68 |
+
"description": "The name of the entity where the relation ends"
|
| 69 |
+
},
|
| 70 |
+
"relationType": {
|
| 71 |
+
"type": "string",
|
| 72 |
+
"description": "The type of the relation"
|
| 73 |
+
}
|
| 74 |
+
},
|
| 75 |
+
"required": [
|
| 76 |
+
"from",
|
| 77 |
+
"to",
|
| 78 |
+
"relationType"
|
| 79 |
+
],
|
| 80 |
+
"additionalProperties": false
|
| 81 |
+
}
|
| 82 |
+
}
|
| 83 |
+
},
|
| 84 |
+
"required": [
|
| 85 |
+
"relations"
|
| 86 |
+
],
|
| 87 |
+
"additionalProperties": false
|
| 88 |
+
}
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"name": "add_observations",
|
| 92 |
+
"description": "Add new observations to existing entities in the knowledge graph",
|
| 93 |
+
"inputSchema": {
|
| 94 |
+
"type": "object",
|
| 95 |
+
"properties": {
|
| 96 |
+
"observations": {
|
| 97 |
+
"type": "array",
|
| 98 |
+
"items": {
|
| 99 |
+
"type": "object",
|
| 100 |
+
"properties": {
|
| 101 |
+
"entityName": {
|
| 102 |
+
"type": "string",
|
| 103 |
+
"description": "The name of the entity to add the observations to"
|
| 104 |
+
},
|
| 105 |
+
"contents": {
|
| 106 |
+
"type": "array",
|
| 107 |
+
"items": {
|
| 108 |
+
"type": "string"
|
| 109 |
+
},
|
| 110 |
+
"description": "An array of observation contents to add"
|
| 111 |
+
}
|
| 112 |
+
},
|
| 113 |
+
"required": [
|
| 114 |
+
"entityName",
|
| 115 |
+
"contents"
|
| 116 |
+
],
|
| 117 |
+
"additionalProperties": false
|
| 118 |
+
}
|
| 119 |
+
}
|
| 120 |
+
},
|
| 121 |
+
"required": [
|
| 122 |
+
"observations"
|
| 123 |
+
],
|
| 124 |
+
"additionalProperties": false
|
| 125 |
+
}
|
| 126 |
+
},
|
| 127 |
+
{
|
| 128 |
+
"name": "delete_entities",
|
| 129 |
+
"description": "Delete multiple entities and their associated relations from the knowledge graph",
|
| 130 |
+
"inputSchema": {
|
| 131 |
+
"type": "object",
|
| 132 |
+
"properties": {
|
| 133 |
+
"entityNames": {
|
| 134 |
+
"type": "array",
|
| 135 |
+
"items": {
|
| 136 |
+
"type": "string"
|
| 137 |
+
},
|
| 138 |
+
"description": "An array of entity names to delete"
|
| 139 |
+
}
|
| 140 |
+
},
|
| 141 |
+
"required": [
|
| 142 |
+
"entityNames"
|
| 143 |
+
],
|
| 144 |
+
"additionalProperties": false
|
| 145 |
+
}
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"name": "delete_observations",
|
| 149 |
+
"description": "Delete specific observations from entities in the knowledge graph",
|
| 150 |
+
"inputSchema": {
|
| 151 |
+
"type": "object",
|
| 152 |
+
"properties": {
|
| 153 |
+
"deletions": {
|
| 154 |
+
"type": "array",
|
| 155 |
+
"items": {
|
| 156 |
+
"type": "object",
|
| 157 |
+
"properties": {
|
| 158 |
+
"entityName": {
|
| 159 |
+
"type": "string",
|
| 160 |
+
"description": "The name of the entity containing the observations"
|
| 161 |
+
},
|
| 162 |
+
"observations": {
|
| 163 |
+
"type": "array",
|
| 164 |
+
"items": {
|
| 165 |
+
"type": "string"
|
| 166 |
+
},
|
| 167 |
+
"description": "An array of observations to delete"
|
| 168 |
+
}
|
| 169 |
+
},
|
| 170 |
+
"required": [
|
| 171 |
+
"entityName",
|
| 172 |
+
"observations"
|
| 173 |
+
],
|
| 174 |
+
"additionalProperties": false
|
| 175 |
+
}
|
| 176 |
+
}
|
| 177 |
+
},
|
| 178 |
+
"required": [
|
| 179 |
+
"deletions"
|
| 180 |
+
],
|
| 181 |
+
"additionalProperties": false
|
| 182 |
+
}
|
| 183 |
+
},
|
| 184 |
+
{
|
| 185 |
+
"name": "delete_relations",
|
| 186 |
+
"description": "Delete multiple relations from the knowledge graph",
|
| 187 |
+
"inputSchema": {
|
| 188 |
+
"type": "object",
|
| 189 |
+
"properties": {
|
| 190 |
+
"relations": {
|
| 191 |
+
"type": "array",
|
| 192 |
+
"items": {
|
| 193 |
+
"type": "object",
|
| 194 |
+
"properties": {
|
| 195 |
+
"from": {
|
| 196 |
+
"type": "string",
|
| 197 |
+
"description": "The name of the entity where the relation starts"
|
| 198 |
+
},
|
| 199 |
+
"to": {
|
| 200 |
+
"type": "string",
|
| 201 |
+
"description": "The name of the entity where the relation ends"
|
| 202 |
+
},
|
| 203 |
+
"relationType": {
|
| 204 |
+
"type": "string",
|
| 205 |
+
"description": "The type of the relation"
|
| 206 |
+
}
|
| 207 |
+
},
|
| 208 |
+
"required": [
|
| 209 |
+
"from",
|
| 210 |
+
"to",
|
| 211 |
+
"relationType"
|
| 212 |
+
],
|
| 213 |
+
"additionalProperties": false
|
| 214 |
+
},
|
| 215 |
+
"description": "An array of relations to delete"
|
| 216 |
+
}
|
| 217 |
+
},
|
| 218 |
+
"required": [
|
| 219 |
+
"relations"
|
| 220 |
+
],
|
| 221 |
+
"additionalProperties": false
|
| 222 |
+
}
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"name": "read_graph",
|
| 226 |
+
"description": "Read the entire knowledge graph",
|
| 227 |
+
"inputSchema": {
|
| 228 |
+
"type": "object",
|
| 229 |
+
"properties": {},
|
| 230 |
+
"additionalProperties": false
|
| 231 |
+
}
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"name": "search_nodes",
|
| 235 |
+
"description": "Search for nodes in the knowledge graph based on a query",
|
| 236 |
+
"inputSchema": {
|
| 237 |
+
"type": "object",
|
| 238 |
+
"properties": {
|
| 239 |
+
"query": {
|
| 240 |
+
"type": "string",
|
| 241 |
+
"description": "The search query to match against entity names, types, and observation content"
|
| 242 |
+
}
|
| 243 |
+
},
|
| 244 |
+
"required": [
|
| 245 |
+
"query"
|
| 246 |
+
],
|
| 247 |
+
"additionalProperties": false
|
| 248 |
+
}
|
| 249 |
+
},
|
| 250 |
+
{
|
| 251 |
+
"name": "open_nodes",
|
| 252 |
+
"description": "Open specific nodes in the knowledge graph by their names",
|
| 253 |
+
"inputSchema": {
|
| 254 |
+
"type": "object",
|
| 255 |
+
"properties": {
|
| 256 |
+
"names": {
|
| 257 |
+
"type": "array",
|
| 258 |
+
"items": {
|
| 259 |
+
"type": "string"
|
| 260 |
+
},
|
| 261 |
+
"description": "An array of entity names to retrieve"
|
| 262 |
+
}
|
| 263 |
+
},
|
| 264 |
+
"required": [
|
| 265 |
+
"names"
|
| 266 |
+
],
|
| 267 |
+
"additionalProperties": false
|
| 268 |
+
}
|
| 269 |
+
}
|
| 270 |
+
]
|
| 271 |
+
}
|
Official/sequentialthinking.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "npx",
|
| 4 |
+
"args": [
|
| 5 |
+
"-y",
|
| 6 |
+
"@modelcontextprotocol/server-sequentialthinking"
|
| 7 |
+
],
|
| 8 |
+
"tools": [
|
| 9 |
+
{
|
| 10 |
+
"name": "sequentialthinking",
|
| 11 |
+
"description": "A detailed tool for dynamic and reflective problem-solving through thoughts.\nThis tool helps analyze problems through a flexible thinking process that can adapt and evolve.\nEach thought can build on, question, or revise previous insights as understanding deepens.\n\nWhen to use this tool:\n- Breaking down complex problems into steps\n- Planning and design with room for revision\n- Analysis that might need course correction\n- Problems where the full scope might not be clear initially\n- Problems that require a multi-step solution\n- Tasks that need to maintain context over multiple steps\n- Situations where irrelevant information needs to be filtered out\n\nKey features:\n- You can adjust total_thoughts up or down as you progress\n- You can question or revise previous thoughts\n- You can add more thoughts even after reaching what seemed like the end\n- You can express uncertainty and explore alternative approaches\n- Not every thought needs to build linearly - you can branch or backtrack\n- Generates a solution hypothesis\n- Verifies the hypothesis based on the Chain of Thought steps\n- Repeats the process until satisfied\n- Provides a correct answer\n\nParameters explained:\n- thought: Your current thinking step, which can include:\n* Regular analytical steps\n* Revisions of previous thoughts\n* Questions about previous decisions\n* Realizations about needing more analysis\n* Changes in approach\n* Hypothesis generation\n* Hypothesis verification\n- next_thought_needed: True if you need more thinking, even if at what seemed like the end\n- thought_number: Current number in sequence (can go beyond initial total if needed)\n- total_thoughts: Current estimate of thoughts needed (can be adjusted up/down)\n- is_revision: A boolean indicating if this thought revises previous thinking\n- revises_thought: If is_revision is true, which thought number is being reconsidered\n- branch_from_thought: If branching, which thought number is the branching point\n- branch_id: Identifier for the current branch (if any)\n- needs_more_thoughts: If reaching end but realizing more thoughts needed\n\nYou should:\n1. Start with an initial estimate of needed thoughts, but be ready to adjust\n2. Feel free to question or revise previous thoughts\n3. Don't hesitate to add more thoughts if needed, even at the \"end\"\n4. Express uncertainty when present\n5. Mark thoughts that revise previous thinking or branch into new paths\n6. Ignore information that is irrelevant to the current step\n7. Generate a solution hypothesis when appropriate\n8. Verify the hypothesis based on the Chain of Thought steps\n9. Repeat the process until satisfied with the solution\n10. Provide a single, ideally correct answer as the final output\n11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached",
|
| 12 |
+
"inputSchema": {
|
| 13 |
+
"type": "object",
|
| 14 |
+
"properties": {
|
| 15 |
+
"thought": {
|
| 16 |
+
"type": "string",
|
| 17 |
+
"description": "Your current thinking step"
|
| 18 |
+
},
|
| 19 |
+
"nextThoughtNeeded": {
|
| 20 |
+
"type": "boolean",
|
| 21 |
+
"description": "Whether another thought step is needed"
|
| 22 |
+
},
|
| 23 |
+
"thoughtNumber": {
|
| 24 |
+
"type": "integer",
|
| 25 |
+
"description": "Current thought number",
|
| 26 |
+
"minimum": 1
|
| 27 |
+
},
|
| 28 |
+
"totalThoughts": {
|
| 29 |
+
"type": "integer",
|
| 30 |
+
"description": "Estimated total thoughts needed",
|
| 31 |
+
"minimum": 1
|
| 32 |
+
},
|
| 33 |
+
"isRevision": {
|
| 34 |
+
"type": "boolean",
|
| 35 |
+
"description": "Whether this revises previous thinking"
|
| 36 |
+
},
|
| 37 |
+
"revisesThought": {
|
| 38 |
+
"type": "integer",
|
| 39 |
+
"description": "Which thought is being reconsidered",
|
| 40 |
+
"minimum": 1
|
| 41 |
+
},
|
| 42 |
+
"branchFromThought": {
|
| 43 |
+
"type": "integer",
|
| 44 |
+
"description": "Branching point thought number",
|
| 45 |
+
"minimum": 1
|
| 46 |
+
},
|
| 47 |
+
"branchId": {
|
| 48 |
+
"type": "string",
|
| 49 |
+
"description": "Branch identifier"
|
| 50 |
+
},
|
| 51 |
+
"needsMoreThoughts": {
|
| 52 |
+
"type": "boolean",
|
| 53 |
+
"description": "If more thoughts are needed"
|
| 54 |
+
}
|
| 55 |
+
},
|
| 56 |
+
"required": [
|
| 57 |
+
"thought",
|
| 58 |
+
"nextThoughtNeeded",
|
| 59 |
+
"thoughtNumber",
|
| 60 |
+
"totalThoughts"
|
| 61 |
+
]
|
| 62 |
+
}
|
| 63 |
+
}
|
| 64 |
+
]
|
| 65 |
+
}
|
Official/time.json
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "stdio",
|
| 3 |
+
"command": "uvx",
|
| 4 |
+
"args": [
|
| 5 |
+
"mcp-server-time"
|
| 6 |
+
],
|
| 7 |
+
"tools": [
|
| 8 |
+
{
|
| 9 |
+
"name": "resolve-library-id",
|
| 10 |
+
"title": "Resolve Context7 Library ID",
|
| 11 |
+
"description": "Resolves a package/product name to a Context7-compatible library ID and returns a list of matching libraries.\n\nYou MUST call this function before 'get-library-docs' to obtain a valid Context7-compatible library ID UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.\n\nSelection Process:\n1. Analyze the query to understand what library/package the user is looking for\n2. Return the most relevant match based on:\n- Name similarity to the query (exact matches prioritized)\n- Description relevance to the query's intent\n- Documentation coverage (prioritize libraries with higher Code Snippet counts)\n- Trust score (consider libraries with scores of 7-10 more authoritative)\n\nResponse Format:\n- Return the selected library ID in a clearly marked section\n- Provide a brief explanation for why this library was chosen\n- If multiple good matches exist, acknowledge this but proceed with the most relevant one\n- If no good matches exist, clearly state this and suggest query refinements\n\nFor ambiguous queries, request clarification before proceeding with a best-guess match.",
|
| 12 |
+
"inputSchema": {
|
| 13 |
+
"type": "object",
|
| 14 |
+
"properties": {
|
| 15 |
+
"libraryName": {
|
| 16 |
+
"type": "string",
|
| 17 |
+
"description": "Library name to search for and retrieve a Context7-compatible library ID."
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"required": [
|
| 21 |
+
"libraryName"
|
| 22 |
+
],
|
| 23 |
+
"additionalProperties": false,
|
| 24 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
{
|
| 28 |
+
"name": "get-library-docs",
|
| 29 |
+
"title": "Get Library Docs",
|
| 30 |
+
"description": "Fetches up-to-date documentation for a library. You must call 'resolve-library-id' first to obtain the exact Context7-compatible library ID required to use this tool, UNLESS the user explicitly provides a library ID in the format '/org/project' or '/org/project/version' in their query.",
|
| 31 |
+
"inputSchema": {
|
| 32 |
+
"type": "object",
|
| 33 |
+
"properties": {
|
| 34 |
+
"context7CompatibleLibraryID": {
|
| 35 |
+
"type": "string",
|
| 36 |
+
"description": "Exact Context7-compatible library ID (e.g., '/mongodb/docs', '/vercel/next.js', '/supabase/supabase', '/vercel/next.js/v14.3.0-canary.87') retrieved from 'resolve-library-id' or directly from user query in the format '/org/project' or '/org/project/version'."
|
| 37 |
+
},
|
| 38 |
+
"topic": {
|
| 39 |
+
"type": "string",
|
| 40 |
+
"description": "Topic to focus documentation on (e.g., 'hooks', 'routing')."
|
| 41 |
+
},
|
| 42 |
+
"tokens": {
|
| 43 |
+
"type": "number",
|
| 44 |
+
"description": "Maximum number of tokens of documentation to retrieve (default: 5000). Higher values provide more context but consume more tokens."
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"required": [
|
| 48 |
+
"context7CompatibleLibraryID"
|
| 49 |
+
],
|
| 50 |
+
"additionalProperties": false,
|
| 51 |
+
"$schema": "http://json-schema.org/draft-07/schema#"
|
| 52 |
+
}
|
| 53 |
+
}
|
| 54 |
+
]
|
| 55 |
+
}
|