dave
03/28/2025, 5:51 PMGopal S Akshintala
04/06/2025, 12:06 PMmcpHttpStreaming
and ran it via the main method; however, it started the server in jsonrpc
protocol
I had to change my mcp config to this to make it work. Am I missing something?
"MyMcpServer": {
"command": "http4k-mcp-desktop",
"args": [
"--url",
"<http://localhost:3001/mcp>",
"--transport",
"jsonrpc"
]
}
dave
04/06/2025, 12:24 PMdave
04/06/2025, 12:25 PMdave
04/06/2025, 4:39 PM"MyMcpServer": {
"command": "http4k-mcp-desktop",
"args": [
"--url",
"<http://localhost:3001/mcp>",
"--transport",
"http-stream"
]
}
and without the transport set (it's the default)dave
04/06/2025, 4:39 PMdave
04/06/2025, 4:54 PMhttp-nonstream
for now and we'll dig in to why this is. 🙂dave
04/06/2025, 5:54 PMdave
04/06/2025, 6:57 PM