mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
Docs: Revamp extensions site (#1260)
Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
This commit is contained in:
5
documentation/src/utils/install-links.ts
Normal file
5
documentation/src/utils/install-links.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import type { MCPServer } from "../types/server";
|
||||
|
||||
export function getGooseInstallLink(server: MCPServer): string {
|
||||
return `goose://install/${encodeURIComponent(server.command)}`;
|
||||
}
|
||||
Reference in New Issue
Block a user