Add Xquik remote MCP server#491
Conversation
|
@kriptoburak is attempting to deploy a commit to the Archestra projects Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds the Xquik remote MCP server to the MCP catalog and introduces its evaluation metadata so it can be discovered and configured.
Changes:
- Added
https://xquik.com/mcpto the catalog server list - Added a new evaluation JSON describing the Xquik remote MCP server, including user configuration requirements and server URLs
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| app/app/mcp-catalog/data/mcp-servers.json | Adds the Xquik MCP endpoint to the list of known MCP servers |
| app/app/mcp-catalog/data/mcp-evaluations/xquik__remote-mcp.json | Introduces evaluation metadata and configuration details for the Xquik remote server |
|
Addressed the Copilot note by making the config mapping explicit.
Validation:
|
6baa9d1 to
8e32e82
Compare
|
Rebased this branch onto current Validation:
No code change beyond the existing catalog entry; the visible Vercel preview failure still appears to be target-side authorization. |
Summary
Validation
jq empty app/app/mcp-catalog/data/mcp-servers.json app/app/mcp-catalog/data/mcp-evaluations/xquik__remote-mcp.jsonpnpm exec prettier --check app/mcp-catalog/data/mcp-servers.json app/mcp-catalog/data/mcp-evaluations/xquik__remote-mcp.jsonpnpm catalog:validateSource Checks
https://xquik.com/mcpwith requiredx-api-keyheader.https://docs.xquik.com/mcp/overviewreturns 200.https://xquik.com/mcpreturns 401, matching an API-key protected remote MCP endpoint.