Files
oh-my-opencode-free-fork/src/mcp/context7.ts
YeonGyu-Kim 6220fcddcf feat(mcp): add context7 MCP and disabled_mcps config support
- Add context7 MCP for library documentation lookup
- Add oh-my-opencode.json config file support for per-project settings
- Support disabled_mcps array to selectively disable built-in MCPs
- Update documentation with Configuration section
2025-12-05 02:23:34 +09:00

6 lines
111 B
TypeScript

export const context7 = {
type: "remote" as const,
url: "https://mcp.context7.com/mcp",
enabled: true,
}