docs: add streamable_http install links (#4130)
This commit is contained in:
@@ -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)}`,
|
||||
|
||||
Reference in New Issue
Block a user