-
Notifications
You must be signed in to change notification settings - Fork 2.5k
recipes: add mcp server #6552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recipes: add mcp server #6552
Conversation
|
🔍 Recipe Security Scan Results ✅ Status: APPROVED - All recipes passed security scan 📊 Scan Summary:
📋 Individual Recipe Results: 🔗 View detailed scan results in the workflow artifacts. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR introduces a new recipe that helps external contributors add their MCP servers to the goose documentation. The recipe guides users through creating properly formatted servers.json entries and tutorial files, with validation to catch common mistakes before submission.
Changes:
- Adds a comprehensive "Add MCP Server" recipe with step-by-step instructions for creating documentation
- Implements "message:" activity type support to display rich markdown welcome messages in recipe cards
- Updates template file to reference the new recipe
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
documentation/src/pages/recipes/data/recipes/add-mcp-server.yaml |
New recipe providing guided workflow for adding MCP servers to documentation with validation rules |
documentation/src/pages/recipes/detail.tsx |
Adds ReactMarkdown rendering for "message:" activities in info boxes and filters them from pill display |
documentation/src/components/recipe-card.tsx |
Filters out "message:" activities from index card pill display |
documentation/docs/mcp/_template_.mdx |
Adds comment mentioning the new recipe for contributor convenience |
angiejones
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
* main: increase worker threads for ci (#6614) docs: todo tutorial update (#6613) Added goose doc map md file for goose agent to find relevant doc easily. (#6598) add back goose branding to home (#6617) fix: actually set the working dir for extensions from session (#6612) Multi chat (#6428) Lifei/fixed accumulated token count (#6587) Dont show MCP UI/Apps until tool is approved (#6492) docs: max tokens config (#6596) User configurable templates (#6420) docs: http proxy environment variables (#6594) feat: exclude subagent tool from code_execution filtering (#6531) Fix path for global agent skills (#6591) recipes: add mcp server (#6552) feat(gcp-vertex): add model list with org policy filtering (#6393) chore: encourage extension searching (#6582) blog: mobile apps consolidation and roadmap (#6580) chore: remove unused dependencies in cargo.toml (#6561) resolved all the extensions to load in cli (#6464)
* main: (41 commits) chore: tweak release docs (#6571) fix(goose): propagate session_id across providers and MCP (#6584) increase worker threads for ci (#6614) docs: todo tutorial update (#6613) Added goose doc map md file for goose agent to find relevant doc easily. (#6598) add back goose branding to home (#6617) fix: actually set the working dir for extensions from session (#6612) Multi chat (#6428) Lifei/fixed accumulated token count (#6587) Dont show MCP UI/Apps until tool is approved (#6492) docs: max tokens config (#6596) User configurable templates (#6420) docs: http proxy environment variables (#6594) feat: exclude subagent tool from code_execution filtering (#6531) Fix path for global agent skills (#6591) recipes: add mcp server (#6552) feat(gcp-vertex): add model list with org policy filtering (#6393) chore: encourage extension searching (#6582) blog: mobile apps consolidation and roadmap (#6580) chore: remove unused dependencies in cargo.toml (#6561) ...
Signed-off-by: fbalicchia <fbalicchia@cuebiq.com>
Summary
This PR adds a recipe to help external contributors add their MCP server to the goose documentation. Has knowledge needed to help create/review the
servers.jsonentry and tutorial file.What it does
servers.jsonentries and draft tutorial file with components (basic template)Testing
Changes
documentation/src/pages/recipes/data/recipes/add-mcp-server.yamldocumentation/docs/mcp/_template_.mdxdocumentation/src/components/recipe-card.tsxanddocumentation/src/pages/recipes/detail.tsx:Type of Change
AI Assistance
Testing
Manual testing