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