Skip to content

Commit e32c407

Browse files
committed
update json config
1 parent a44f2ae commit e32c407

File tree

2 files changed

+14
-42
lines changed

2 files changed

+14
-42
lines changed

README-zh.md

Lines changed: 6 additions & 20 deletions
Original file line numberDiff line numberDiff 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
}

README.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,23 +23,16 @@ Available MCP Servers (SSE and Streamable HTTP):
2323

2424
Transport: SSE
2525

26-
URL: https://mcp.wtsolutions.cn/sse
26+
URL: https://mcp.wtsolutions.cn/excel-to-json-mcp-sse
2727

2828
Server 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

5043
Transport: Streamable HTTP
5144

52-
URL: https://mcp.wtsolutions.cn/mcp
45+
URL: https://mcp.wtsolutions.cn/excel-to-json-mcp-shttp
5346

5447
Server 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
}

0 commit comments

Comments
 (0)