Hi,
I am running the MCP server as a Docker container so that I can access the MCP container remotely via HTTP/SSE. When I try to access the MCP server via an AI agent, in my case via n8n, some queries result in an error.
- list_indices works
- get_shards works
- get_mapping returns the following error message
"Failed to execute tool ‘get_mappings’
MCP error -32603: error decoding response body"
- esql works
- search: the agent encounters a problem
Received tool input did not match expected schema
What do the error numbers mean and how can I fix this? I would be grateful for any help.
Regards,
Uwe
Hi,
I am running the MCP server as a Docker container so that I can access the MCP container remotely via HTTP/SSE. When I try to access the MCP server via an AI agent, in my case via n8n, some queries result in an error.
"Failed to execute tool ‘get_mappings’
MCP error -32603: error decoding response body"
Received tool input did not match expected schema
What do the error numbers mean and how can I fix this? I would be grateful for any help.
Regards,
Uwe