chore: include pre-built dist for github install
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
import type { OhMyOpenCodeConfig } from "../config/schema";
|
||||
export { McpNameSchema, type McpName } from "./types";
|
||||
type RemoteMcpConfig = {
|
||||
type: "remote";
|
||||
url: string;
|
||||
enabled: boolean;
|
||||
headers?: Record<string, string>;
|
||||
oauth?: false;
|
||||
};
|
||||
export declare function createBuiltinMcps(disabledMcps?: string[], config?: OhMyOpenCodeConfig): Record<string, RemoteMcpConfig>;
|
||||
Reference in New Issue
Block a user