From c3beb921f3213369f9fb3ea3a6bfa97475bb5d4d Mon Sep 17 00:00:00 2001 From: Michael Han <107991372+shimmyshimmer@users.noreply.github.com> Date: Wed, 24 Jun 2026 04:22:31 -0700 Subject: [PATCH] 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. --- studio/frontend/src/features/chat/mcp-composer-button.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/studio/frontend/src/features/chat/mcp-composer-button.tsx b/studio/frontend/src/features/chat/mcp-composer-button.tsx index 15b8b1db0b..7c1ecc79c1 100644 --- a/studio/frontend/src/features/chat/mcp-composer-button.tsx +++ b/studio/frontend/src/features/chat/mcp-composer-button.tsx @@ -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",