Replies: 1 comment
-
I think you might need to specify the mcpServers:
- name: reportportal-mcp-server
command: "D:\\MCP-Server\\ReportPortal\\reportportal-mcp-server.exe"
type: stdio
env:
RP_API_TOKEN: [REDACTED]
RP_HOST: "[REDACTED]"
RP_PROJECT: [REDACTED]
MCP_PORT: "4389" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone! 👋
I'm having massive problems getting MCP servers to work with Continue, and I think it's related to the configuration format differences. 99.99% of all MCP server documentation shows setup using JSON format, but nobody explains how to properly convert this to the YAML format that Continue uses - and it seems like it's not a 1:1 translation.
I've been struggling for hours trying to get the ReportPortal MCP Server running with Continue.
Setup Note: I'm running on Windows and due to licensing restrictions, I can't use the Docker version, so I'm using the binary (.exe) version of the MCP server.
With Claude Desktop (JSON) - Works perfectly out of the box:
With Continue (YAML) - Server shows green but data retrieval fails:
The MCP server shows as green/connected in Continue, but when I try to use it, the calls fail:
❌ Continue tried to use the reportportal-mcp-server get_launches tool
All my environment variables are absolutely correct (since they work with Claude Desktop), but something about the YAML configuration isn't translating properly.
Has anyone successfully converted JSON MCP server configs to YAML for Continue? Are there specific gotchas or differences I should be aware of?
Any help would be greatly appreciated! This seems like a common issue that many people might face when trying to migrate MCP servers from Claude Desktop to Continue.
Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions