Tools now return CallToolResult directly instead of Content arrays, preventing the MCP SDK from auto-generating structuredContent as a JSON array (which Claude Code rejects — expects a JSON object/record). Also adds Accept header to test helpers and SSE response parsing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"mcpServers": {
|
|
"inventory": {
|
|
"type": "http",
|
|
"url": "http://inventory.malio-dev.fr/_mcp",
|
|
"headers": {
|
|
"X-Profile-Id": "admin-default-profile",
|
|
"X-Profile-Password": "A123"
|
|
}
|
|
}
|
|
}
|
|
}
|