/** * context7 builtin MCP server definition. */ import type { McpServerConfig } from "../config.js"; export const CONTEXT7_BUILTIN: Omit = { name: "context7", url: "https://mcp.context7.com/mcp", enabled: true, };