-
Notifications
You must be signed in to change notification settings - Fork 4
Toolkits section --> MCP Servers Section #455
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.
|
.prettierrc
Outdated
@@ -0,0 +1,3 @@ | |||
{ | |||
"printWidth": 99999 |
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.
We are using Biome, so there is no need for the .prettierrc file.
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.
fair! I need to tell my IDE to not use prettier then when the project uses biome... it was messing up some of the in-markdown tags in a way that broke rendering :/
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.
Looks good to me! I will remove the examples from the public folder in one of my next PRs, but this is good until I ensure it won't break anything.
Replaces #450
Generally moves "toolkits" to "mcp-servers" in the docs. Does not change all the refernces to toolkits (yet) in the main part of the docs site
Also removes the old MCP overview page, and moves MCP Clients to be "frameworks"