context7.ts 247 B

12345678910
  1. import type { RemoteMcpConfig } from "./types";
  2. /**
  3. * Context7 - official documentation lookup for libraries
  4. * @see https://context7.com
  5. */
  6. export const context7: RemoteMcpConfig = {
  7. type: "remote",
  8. url: "https://mcp.context7.com/mcp",
  9. };