GitHub user DaanHoogland added a comment to the discussion: CloudStack MCP Server
looks promising @phantosmax , but i get some issues. After figuring out it expected input on stdin, I entered my config which looks pretty miuch like the .env file I also created. feeding it to stdin leeds to ``` [MCP Error] ZodError: [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_literal", "expected": "2.0", "path": [ "jsonrpc" ], "message": "Invalid literal value, expected \"2.0\"" }, { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "id" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "id" ], "message": "Required" } ], "name": "ZodError" } ], "path": [ "id" ], "message": "Invalid input" }, { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "method" ], "message": "Required" }, { "code": "unrecognized_keys", "keys": [ "mcpServers" ], "path": [], "message": "Unrecognized key(s) in object: 'mcpServers'" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_literal", "expected": "2.0", "path": [ "jsonrpc" ], "message": "Invalid literal value, expected \"2.0\"" }, { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "method" ], "message": "Required" }, { "code": "unrecognized_keys", "keys": [ "mcpServers" ], "path": [], "message": "Unrecognized key(s) in object: 'mcpServers'" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_literal", "expected": "2.0", "path": [ "jsonrpc" ], "message": "Invalid literal value, expected \"2.0\"" }, { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "id" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "id" ], "message": "Required" } ], "name": "ZodError" } ], "path": [ "id" ], "message": "Invalid input" }, { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "result" ], "message": "Required" }, { "code": "unrecognized_keys", "keys": [ "mcpServers" ], "path": [], "message": "Unrecognized key(s) in object: 'mcpServers'" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_literal", "expected": "2.0", "path": [ "jsonrpc" ], "message": "Invalid literal value, expected \"2.0\"" }, { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "id" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "id" ], "message": "Required" } ], "name": "ZodError" } ], "path": [ "id" ], "message": "Invalid input" }, { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "error" ], "message": "Required" }, { "code": "unrecognized_keys", "keys": [ "mcpServers" ], "path": [], "message": "Unrecognized key(s) in object: 'mcpServers'" } ], "name": "ZodError" } ], "path": [], "message": "Invalid input" } ] ``` Any obvious thing I forgot? GitHub link: https://github.com/apache/cloudstack/discussions/11031#discussioncomment-13483699 ---- This is an automatically sent email for users@cloudstack.apache.org. To unsubscribe, please send an email to: users-unsubscr...@cloudstack.apache.org