fix: add installMcpServer stub to http.ts
This commit is contained in:
parent
7c5021fa91
commit
0fa9964799
|
|
@ -1477,6 +1477,10 @@ export async function checkMcpServerStatus(): Promise<import("./tauri").McpServe
|
|||
};
|
||||
}
|
||||
|
||||
export async function installMcpServer(): Promise<string> {
|
||||
throw new Error("MCP Server installation is only available in the desktop app.");
|
||||
}
|
||||
|
||||
export async function getSystemProxyUrl(): Promise<string | null> {
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue