@@ -65,7 +65,7 @@ make fresh
65
65
66
66
After a short moment, the application will offer:
67
67
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 )
69
69
- [ http://localhost:8081 ] ( http://localhost:8081 ) : application core dashboard
70
70
- [ http://localhost:6274 ] ( http://localhost:6274 ) : MCP inspector
71
71
- [ http://localhost:16686 ] ( http://localhost:16686 ) : jaeger UI
@@ -78,8 +78,8 @@ You can use the provided [MCP Inspector](https://modelcontextprotocol.io/docs/to
78
78
79
79
To connect to the MCP server, use:
80
80
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
83
83
84
84
Then simply click ` Connect ` : from there, you will be able to interact with the resources, prompts and tools of the application.
85
85
@@ -91,7 +91,7 @@ If you use MCP compatible applications like [Cursor](https://www.cursor.com/), o
91
91
{
92
92
"mcpServers" : {
93
93
"mcp-demo-app" : {
94
- "url" : " http://localhost:8080/sse "
94
+ "url" : " http://localhost:8080/mcp "
95
95
}
96
96
}
97
97
}
@@ -104,7 +104,7 @@ Note, if you client does not support remote MCP servers, you can use a [local pr
104
104
"mcpServers" : {
105
105
"mcp-demo-app" : {
106
106
"command" : " npx" ,
107
- "args" : [" mcp-remote" , " http://localhost:8080/sse " ]
107
+ "args" : [" mcp-remote" , " http://localhost:8080/mcp " ]
108
108
}
109
109
}
110
110
}
0 commit comments