We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273cc7c commit b5e8847Copy full SHA for b5e8847
src/mcp.ts
@@ -220,7 +220,7 @@ export default async function runServer(sse: boolean) {
220
221
const port = process.env.PORT || 8080
222
app.listen(port, () => {
223
- console.log(`Server is running on port http://localhost:${port}`)
+ console.log(`Server is running on port http://localhost:${port}/sse`)
224
})
225
} else {
226
const transport = new StdioServerTransport()
0 commit comments