Spaces:
Running
Running
| import type { MCPServerConfig } from "../types/mcp"; | |
| export const MCP_SERVERS: MCPServerConfig[] = [ | |
| { | |
| id: "hf-transformers-demo-gitmcp", | |
| name: "HuggingFace Transformers.js Documentation", | |
| url: "https://gitmcp.io/huggingface/transformers.js", | |
| enabled: true, | |
| transport: "streamable-http", | |
| }, | |
| { | |
| id: "mcp-servers-docs", | |
| name: "MCP Documentation", | |
| url: "https://gitmcp.io/modelcontextprotocol/modelcontextprotocol", | |
| enabled: true, | |
| transport: "streamable-http", | |
| }, | |
| ]; | |