Skip to content

MCPClientOptions

Defined in: mcp.ts:487

optional context7: boolean

Defined in: mcp.ts:503

Enable Context7 documentation lookup (PREVENTS HALLUCINATIONS!)


optional filesystem: string | boolean

Defined in: mcp.ts:489

Enable filesystem access (required for most tasks)


optional github: boolean

Defined in: mcp.ts:492

Enable GitHub API access


optional graphql: boolean

Defined in: mcp.ts:514

Enable GitHub GraphQL API access via mcp-graphql


optional playwright: boolean | { browser?: "chromium" | "firefox" | "webkit"; headless?: boolean; }

Defined in: mcp.ts:495

Enable Playwright browser automation


optional viteReact: boolean | { port?: number; url?: string; }

Defined in: mcp.ts:506

Enable Vite React component debugging