- Issue created by @cosmicdreams
When the configuration is not quite right, and you try to connect to the mcp, you are greeted with an error that isn't helpful or explains what needs to be done to fix. You get:
ERROR: SyntaxError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON
Which likely is received because the app is expecting to receive JSON and not HTML. This is a difficult error to recover from because it isn't clear what the next steps should be:
Please advise and improve error handling.
Active
1.0
Code