Add "Spice as an MCP gateway" example - #1763
Open
krinart wants to merge 2 commits into
Open
Conversation
Contributor
✅ Pull with Spice PassedPassing checks:
|
Contributor
|
🚀 deployed to https://5e7d61a2.spiceai-org-website.pages.dev |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR extends the MCP feature documentation by adding an end-to-end example that positions Spice as a single MCP endpoint aggregating built-in tools plus proxied third-party MCP servers (GitHub and Jira), and links to an external cookbook for a runnable setup.
Changes:
- Adds a new “Spice as an MCP gateway for GitHub and Jira” section with a full Spicepod configuration example.
- Documents expected combined tool catalog contents and a Claude Code connection command.
- Links to the
mcp-servercookbook for a complete runnable example.
Comments suppressed due to low confidence (2)
website/docs/features/large-language-models/mcp.md:182
- This sentence implies the header shown below is always required, but API key auth is optional. Consider clarifying that the header is only needed when
runtime.auth.api-keyis enabled.
Connect Claude Code to this gateway with a single command:
website/docs/features/large-language-models/mcp.md:185
- The docs use
X-API-Keyas the canonical HTTP API key header name. Using a different casing here is inconsistent and makes copy/paste harder.
claude mcp add --transport http spice http://localhost:8090/v1/mcp --header "X-API-KEY: <key>"
Contributor
|
🚀 deployed to https://52dd94c8.spiceai-org-website.pages.dev |
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.
🗣 Description
Add
Spice as an MCP gatewaysection toMCPpage with a link tomcp_servercookbook.