Files
oh-my-opencode/src/mcp/index.ts
T

6 lines
97 B
TypeScript
Raw Normal View History

import { websearch_exa } from "./websearch-exa"
export const builtinMcps = {
websearch_exa,
}