Skip to content

Commit 9e24793

Browse files
authored
doc(fxmcpserver): Updated documentation (#360)
1 parent eaa80e2 commit 9e24793

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/demos/mcp-application.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ make fresh
6565

6666
After a short moment, the application will offer:
6767

68-
- [http://localhost:8080/sse](http://localhost:8080/sse): application MCP server (SSE)
68+
- [http://localhost:8080/mcp](http://localhost:8080/mcp): application MCP server (Streamable HTTP)
6969
- [http://localhost:8081](http://localhost:8081): application core dashboard
7070
- [http://localhost:6274](http://localhost:6274): MCP inspector
7171
- [http://localhost:16686](http://localhost:16686): jaeger UI
@@ -78,8 +78,8 @@ You can use the provided [MCP Inspector](https://modelcontextprotocol.io/docs/to
7878

7979
To connect to the MCP server, use:
8080

81-
- `SSE` as transport type
82-
- `http://mcp-demo-app:8080/sse` as URL
81+
- `Streamable HTTP` as transport type
82+
- `http://mcp-demo-app:8080/mcp` as URL
8383

8484
Then simply click `Connect`: from there, you will be able to interact with the resources, prompts and tools of the application.
8585

@@ -91,7 +91,7 @@ If you use MCP compatible applications like [Cursor](https://www.cursor.com/), o
9191
{
9292
"mcpServers": {
9393
"mcp-demo-app": {
94-
"url": "http://localhost:8080/sse"
94+
"url": "http://localhost:8080/mcp"
9595
}
9696
}
9797
}
@@ -104,7 +104,7 @@ Note, if you client does not support remote MCP servers, you can use a [local pr
104104
"mcpServers": {
105105
"mcp-demo-app": {
106106
"command": "npx",
107-
"args": ["mcp-remote", "http://localhost:8080/sse"]
107+
"args": ["mcp-remote", "http://localhost:8080/mcp"]
108108
}
109109
}
110110
}

0 commit comments

Comments
 (0)