Studio: add Unsloth Docs to the MCP server presets (#6633)

Adds Unsloth's GitBook docs MCP endpoint as a keyless preset in the
composer MCP menu, alongside Context7, Exa and Hugging Face.
This commit is contained in:
Michael Han 2026-06-24 04:22:31 -07:00 committed by GitHub
commit c3beb921f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,6 +60,11 @@ type McpPreset = {
// Keyless remote MCP presets (rate-limited free tiers, no API key).
// Hugging Face runs anonymously; add a token via "Manage MCP servers".
const MCP_PRESETS: readonly McpPreset[] = [
{
id: "unsloth-docs",
displayName: "Unsloth Docs",
url: "https://unsloth.ai/docs/~gitbook/mcp",
},
{
id: "context7",
displayName: "Context7",