Docs: Revamp extensions site (#1260)

Co-authored-by: Nahiyan Khan <nahiyan@squareup.com>
This commit is contained in:
Adewale Abati
2025-03-24 14:56:40 +01:00
committed by GitHub
parent eb9b7fa5ee
commit bf760fd630
56 changed files with 2019 additions and 1029 deletions

View File

@@ -0,0 +1,5 @@
import type { MCPServer } from "../types/server";
export function getGooseInstallLink(server: MCPServer): string {
return `goose://install/${encodeURIComponent(server.command)}`;
}