File tree Expand file tree Collapse file tree 2 files changed +14
-42
lines changed
Expand file tree Collapse file tree 2 files changed +14
-42
lines changed Original file line number Diff line number Diff line change @@ -30,16 +30,9 @@ URL:https://mcp.wtsolutions.cn/sse
3030``` json
3131{
3232 "mcpServers" : {
33- "excel2json" : {
34- "args" : [
35- " mcp-remote" ,
36- " https://mcp.wtsolutions.cn/sse"
37- ],
38- "command" : " npx" ,
39- "tools" : [
40- " excel_to_json_mcp_from_data" ,
41- " excel_to_json_mcp_from_url"
42- ]
33+ "excel2jsonsse" : {
34+ "type" : " sse" ,
35+ "url" : " https://mcp.wtsolutions.cn/sse"
4336 }
4437 }
4538}
@@ -56,16 +49,9 @@ URL:https://mcp.wtsolutions.cn/mcp
5649``` json
5750{
5851 "mcpServers" : {
59- "excel2json" : {
60- "args" : [
61- " mcp-remote" ,
62- " https://mcp.wtsolutions.cn/mcp"
63- ],
64- "command" : " npx" ,
65- "tools" : [
66- " excel_to_json_mcp_from_data" ,
67- " excel_to_json_mcp_from_url"
68- ]
52+ "excel2jsonmcp" : {
53+ "type" : " streamableHttp" ,
54+ "url" : " https://mcp.wtsolutions.cn/mcp"
6955 }
7056 }
7157}
Original file line number Diff line number Diff line change @@ -23,23 +23,16 @@ Available MCP Servers (SSE and Streamable HTTP):
2323
2424Transport: SSE
2525
26- URL: https://mcp.wtsolutions.cn/sse
26+ URL: https://mcp.wtsolutions.cn/excel-to-json-mcp- sse
2727
2828Server Config JSON:
2929
3030``` json
3131{
3232 "mcpServers" : {
33- "excel2json" : {
34- "args" : [
35- " mcp-remote" ,
36- " https://mcp.wtsolutions.cn/sse"
37- ],
38- "command" : " npx" ,
39- "tools" : [
40- " excel_to_json_mcp_from_data" ,
41- " excel_to_json_mcp_from_url"
42- ]
33+ "excel2jsonsse" : {
34+ "type" : " sse" ,
35+ "url" : " https://mcp.wtsolutions.cn/sse"
4336 }
4437 }
4538}
@@ -49,23 +42,16 @@ Server Config JSON:
4942
5043Transport: Streamable HTTP
5144
52- URL: https://mcp.wtsolutions.cn/mcp
45+ URL: https://mcp.wtsolutions.cn/excel-to-json- mcp-shttp
5346
5447Server Config JSON:
5548
5649``` json
5750{
5851 "mcpServers" : {
59- "excel2json" : {
60- "args" : [
61- " mcp-remote" ,
62- " https://mcp.wtsolutions.cn/mcp"
63- ],
64- "command" : " npx" ,
65- "tools" : [
66- " excel_to_json_mcp_from_data" ,
67- " excel_to_json_mcp_from_url"
68- ]
52+ "excel2jsonmcp" : {
53+ "type" : " streamableHttp" ,
54+ "url" : " https://mcp.wtsolutions.cn/mcp"
6955 }
7056 }
7157}
You can’t perform that action at this time.
0 commit comments