3ae287f3
“wangming”
项目初始化,准备开始开发
|
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
|
]
},
"my-api-spec": {
"command": "npx",
"args": [
"--yes",
"@ivotoby/openapi-mcp-server",
"--openapi-spec",
"http://localhost:19001/swagger/Default/swagger.json",
"--api-base-url",
"http://localhost:19001"
]
},
"filesystem": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-filesystem",
"."
]
},
"excel-reader": {
"command": "npx",
"args": [
"--yes",
"@negokaz/excel-mcp-server"
]
|
9e371380
“wangming”
把打印机的联通了
|
35
36
37
38
39
40
41
42
|
},
"word": {
"command": "uvx",
"args": [
"--from",
"office-word-mcp-server",
"word_mcp_server"
]
|