Any idea why or how to resolve, Cursor AI tells me everthing is correct
Unfortunately, the documentation doesn’t provide detailed troubleshooting steps for your specific error, but it does validate that your approach and configuration format are correct.
is this fixed? i’m getting this and not able to resolve it.
2025-05-09 16:26:31.465 [error] gent: Client error for command SSE error: Invalid content type, expected “text/event-stream”
my mcp events api response also looks correct..
This is when i’m runnning with this url config :
{
“mcpServers”: {
“jira-agent”: {
“url”: “http://localhost:8001”
}
}
}
when i try with command, I get,
2025-05-09 16:11:25.111 [error] gent: Error in MCP: Unexpected non-whitespace character after JSON at position 4 (line 1 column 5)
2025-05-09 16:11:25.111 [error] gent: Client error for command Unexpected non-whitespace character after JSON at position 4 (line 1 column 5)
2025-05-09 16:11:25.112 [error] gent: Error in MCP: Unexpected non-whitespace character after JSON at position 4 (line 1 column 5)
2025-05-09 16:11:25.112 [error] gent: Client error for command Unexpected non-whitespace character after JSON at position 4 (line 1 column 5)
Looks like something is wrong with the response of the events api but not able to fix it. Please help