- 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
6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
export const context7 = {
|
|
type: "remote" as const,
|
|
url: "https://mcp.context7.com/mcp",
|
|
enabled: true,
|
|
}
|