-
Notifications
You must be signed in to change notification settings - Fork 4
Toolkits section --> MCP Servers Section #450
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
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
I'd like to get past the 'release candidate' phase before publishing the This is mainly because a lot of the setup documentation won't work unless they add in various pre-release flags, etc. |
- [ ] I have added the toolkit to the `src/components/custom/Toolkits/toolkits-config.ts` file. For the toolkit's image, | ||
- [ ] I create a new file located at `pages/mcp-servers/<category>/my-toolkit-name.mdx` that uses the [Community Toolkit Template](https://github.com/ArcadeAI/docs/blob/main/pages/mcp-servers/community-toolkit-template.mdx) | ||
- [ ] I have added the toolkit to the `pages/mcp-servers/<category>/_meta.ts` file | ||
- [ ] I have added the toolkit to the `src/components/custom/mcp-servers/toolkits-config.ts` file. For the toolkit's image, |
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.
Bug: PR Template Links to Incorrect File Paths
The PR template's path updates are inconsistent with the codebase. It links to a non-existent community-toolkit-template.mdx
file under pages/mcp-servers/
and incorrectly references src/components/custom/mcp-servers/
for toolkits-config.ts
instead of src/components/custom/Toolkits/
. This results in broken links and misleading instructions for contributors.
Note
Rebrands “Toolkits” to “MCP Servers” across docs and UI, updating links/labels, fixing the logo link, and aligning examples and references.
toolkits/...
tomcp-servers/...
across pages (e.g., X, Zoom), reference content, andpublic/llms*
indices./mcp-servers
./home
.Written by Cursor Bugbot for commit cdbe995. This will update automatically on new commits. Configure here.