Skip to content

Commit b5e8847

Browse files
committed
fix: correct URL for mcp-sse
1 parent 273cc7c commit b5e8847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ export default async function runServer(sse: boolean) {
220220

221221
const port = process.env.PORT || 8080
222222
app.listen(port, () => {
223-
console.log(`Server is running on port http://localhost:${port}`)
223+
console.log(`Server is running on port http://localhost:${port}/sse`)
224224
})
225225
} else {
226226
const transport = new StdioServerTransport()

0 commit comments

Comments
 (0)