Files
oh-my-opencode/dist/cli/doctor/checks/tools-mcp.d.ts
T

4 lines
168 B
TypeScript
Raw Normal View History

import type { McpServerInfo } from "../types";
export declare function getBuiltinMcpInfo(): McpServerInfo[];
export declare function getUserMcpInfo(): McpServerInfo[];