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:
parent
b964d349fc
commit
c3beb921f3
1 changed files with 5 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue