docs: add streamable_http install links (#4130)

This commit is contained in:
dianed-square
2025-08-15 22:10:01 -07:00
committed by GitHub
parent b000911783
commit 28228d8b0b
6 changed files with 66 additions and 45 deletions
+2
View File
@@ -14,6 +14,8 @@ export function getGooseInstallLink(server: MCPServer): string {
// Handle the case where the command is a URL
if (server.url) {
const queryParams = [
// Map the type to the expected format for the deep link
...(server.type === "streamable-http" ? [`type=streamable_http`] : []),
`url=${encodeURIComponent(server.url)}`,
`id=${encodeURIComponent(server.id)}`,
`name=${encodeURIComponent(server.name)}`,