6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
|
import { websearch_exa } from "./websearch-exa"
|
||
|
|
|
||
|
|
export const builtinMcps = {
|
||
|
|
websearch_exa,
|
||
|
|
}
|