File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ The Excel to JSON MCP (Model Context Protocol) provides a standardized interface
99
1010## Server Config
1111
12+ ### Using SSE
13+
1214Transport: SSE
15+
1316URL: https://mcp.wtsolutions.cn/excel-to-json-mcp-sse
1417
1518Server Config JSON:
@@ -31,8 +34,31 @@ Server Config JSON:
3134}
3235
3336```
37+ ### Using Streamable HTTP
38+
39+ Transport: Streamable HTTP
3440
41+ URL: https://mcp.wtsolutions.cn/excel-to-json-mcp-shttp
3542
43+ Server Config JSON:
44+
45+ ``` json
46+ {
47+ "mcpServers" : {
48+ "excel_to_json_by_WTSolutions" : {
49+ "args" : [
50+ " mcp-remote" ,
51+ " https://mcp.wtsolutions.cn/excel-to-json-mcp-shttp"
52+ ],
53+ "command" : " npx" ,
54+ "tools" : [
55+ " excel_to_json_mcp_from_data" ,
56+ " excel_to_json_mcp_from_url"
57+ ]
58+ }
59+ }
60+ }
61+ ```
3662
3763## MCP Tools
3864
You can’t perform that action at this time.
0 commit comments