I'm using the mcp/perplexity-ai container together with Claude. The container log periodically reports an "error":{"code":-32601,"message":"Method not found"}} error. I get a feeling it is related to repeated (idle) health-check calls, but with limited information I'm not sure. I've logged into the container but couldn't find anything else than what's reported above. A sample complete error looks like this:
2025-04-03 09:37:31 {"jsonrpc":"2.0","id":223,"error":{"code":-32601,"message":"Method not found"}}
The frequency varies quite a lot so I can definitely say it's not periodic!
Are my assumptions correct or does the error indicate something more serious?