Skip to content

Commit fe31a7e

Browse files
committed
add streamable http config
1 parent 43a1fbc commit fe31a7e

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1214
Transport: SSE
15+
1316
URL: https://mcp.wtsolutions.cn/excel-to-json-mcp-sse
1417

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

0 commit comments

Comments
 (0)