| 12345678910 |
- import type { RemoteMcpConfig } from "./types";
- /**
- * Context7 - official documentation lookup for libraries
- * @see https://context7.com
- */
- export const context7: RemoteMcpConfig = {
- type: "remote",
- url: "https://mcp.context7.com/mcp",
- };
|