Skip to content

Commit f93ed83

Browse files
doc: update
1 parent 5a73b27 commit f93ed83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/mcp_server.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
```
175175
{
176176
"sqlbot_mcp": {
177-
"uri": "http://<SQLBot_MCP_IP>:8001/mcp",
177+
"url": "http://<SQLBot_MCP_IP>:8001/mcp",
178178
"transport": "sse"
179179
}
180180
}
@@ -205,7 +205,7 @@
205205
```
206206
{
207207
"sqlbot_mcp": {
208-
"uri": "http://<SQLBot_MCP_IP>:8001/mcp",
208+
"url": "http://<SQLBot_MCP_IP>:8001/mcp",
209209
"transport": "sse"
210210
}
211211
}
@@ -249,7 +249,7 @@
249249
```
250250
{
251251
"sqlbot_mcp": {
252-
"uri": "http://<SQLBot_MCP_IP>:8001/mcp",
252+
"url": "http://<SQLBot_MCP_IP>:8001/mcp",
253253
"transport": "sse"
254254
}
255255
}
@@ -295,7 +295,7 @@
295295
```
296296
{
297297
"sqlbot_mcp": {
298-
"uri": "http://<SQLBot_MCP_IP>:8001/mcp",
298+
"url": "http://<SQLBot_MCP_IP>:8001/mcp",
299299
"transport": "sse"
300300
}
301301
}

0 commit comments

Comments
 (0)