mirror of
https://git.openapi.site/https://github.com/desirecore/registry.git
synced 2026-02-28 10:38:10 +08:00
refactor: 分散式目录结构 — 每个条目独立 <id>/index.json
This commit is contained in:
41
mcp/fs-mcp/index.json
Normal file
41
mcp/fs-mcp/index.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"id": "fs-mcp",
|
||||
"name": "Filesystem MCP",
|
||||
"description": "本地文件系统操作,支持读写、搜索、监控文件变化",
|
||||
"protocol": "mcp",
|
||||
"status": "offline",
|
||||
"origin": "registry",
|
||||
"transport": "stdio",
|
||||
"capabilities": [
|
||||
"file_read",
|
||||
"file_write",
|
||||
"file_search",
|
||||
"file_watch"
|
||||
],
|
||||
"toolCount": 11,
|
||||
"version": "1.2.0",
|
||||
"author": "Anthropic",
|
||||
"tags": [
|
||||
"文件系统",
|
||||
"本地"
|
||||
],
|
||||
"install": {
|
||||
"method": "npx",
|
||||
"packageName": "@modelcontextprotocol/server-filesystem",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"/path/to/allowed/dir"
|
||||
]
|
||||
},
|
||||
"connection": {
|
||||
"transport": "stdio",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"/path/to/allowed/dir"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user