Add Xquik remote MCP server#491
Open
kriptoburak wants to merge 2 commits into
Open
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. |
Contributor
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 |
Comment on lines
+5
to
+14
| "instructions": "Connect to the remote streamable HTTP endpoint and send the Xquik API key in the x-api-key header.", | ||
| "user_config": { | ||
| "api_key": { | ||
| "type": "string", | ||
| "title": "Xquik API Key", | ||
| "description": "Xquik API key from the dashboard account page.", | ||
| "sensitive": true, | ||
| "required": true | ||
| } | ||
| }, |
Author
|
Addressed the Copilot note by making the config mapping explicit.
Validation:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.