File tree Expand file tree Collapse file tree 2 files changed +49
-2
lines changed
Expand file tree Collapse file tree 2 files changed +49
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,31 @@ Excel to JSON MCP是WTSolutions的Excel to JSON系列的一部分:
1717
1818## 服务器配置
1919
20- 可用的MCP服务器(SSE和流式HTTP):
20+ 可用的MCP服务器:
21+
22+ ### 使用Stdio(NPX)
23+
24+ 服务器配置 JSON:
25+
26+ ``` json
27+ {
28+ "mcpServers" : {
29+ "excel2json" : {
30+ "args" : [
31+ " mcp-remote" ,
32+ " https://mcp.wtsolutions.cn/sse" ,
33+ " --transport" ,
34+ " sse-only"
35+ ],
36+ "command" : " npx" ,
37+ "tools" : [
38+ " excel_to_json_mcp_from_data" ,
39+ " excel_to_json_mcp_from_url"
40+ ]
41+ }
42+ }
43+ }
44+ ```
2145
2246### 使用SSE
2347
Original file line number Diff line number Diff line change @@ -17,7 +17,30 @@ Excel to JSON MCP is part of Excel to JSON by WTSolutions:
1717
1818## Server Config
1919
20- Available MCP Servers (SSE and Streamable HTTP):
20+ Available MCP Servers :
21+
22+ ### Using Stdio(NPX)
23+
24+ Server Config JSON:
25+ ``` json
26+ {
27+ "mcpServers" : {
28+ "excel2json" : {
29+ "args" : [
30+ " mcp-remote" ,
31+ " https://mcp.wtsolutions.cn/sse" ,
32+ " --transport" ,
33+ " sse-only"
34+ ],
35+ "command" : " npx" ,
36+ "tools" : [
37+ " excel_to_json_mcp_from_data" ,
38+ " excel_to_json_mcp_from_url"
39+ ]
40+ }
41+ }
42+ }
43+ ```
2144
2245### Using SSE
2346
You can’t perform that action at this time.
0 commit comments