MCPClientOptions
Defined in: mcp.ts:487
Properties
Section titled “Properties”context7?
Section titled “context7?”
optionalcontext7:boolean
Defined in: mcp.ts:503
Enable Context7 documentation lookup (PREVENTS HALLUCINATIONS!)
filesystem?
Section titled “filesystem?”
optionalfilesystem:string|boolean
Defined in: mcp.ts:489
Enable filesystem access (required for most tasks)
github?
Section titled “github?”
optionalgithub:boolean
Defined in: mcp.ts:492
Enable GitHub API access
graphql?
Section titled “graphql?”
optionalgraphql:boolean
Defined in: mcp.ts:514
Enable GitHub GraphQL API access via mcp-graphql
playwright?
Section titled “playwright?”
optionalplaywright:boolean| {browser?:"chromium"|"firefox"|"webkit";headless?:boolean; }
Defined in: mcp.ts:495
Enable Playwright browser automation
viteReact?
Section titled “viteReact?”
optionalviteReact:boolean| {port?:number;url?:string; }
Defined in: mcp.ts:506
Enable Vite React component debugging