mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
chore: Add docker to allowed deeplink commands (#2509)
This commit is contained in:
@@ -29,7 +29,7 @@ export function getGooseInstallLink(server: MCPServer): string {
|
||||
}
|
||||
|
||||
const parts = server.command.split(" ");
|
||||
const baseCmd = parts[0]; // jbang, npx or uvx
|
||||
const baseCmd = parts[0]; // docker, jbang, npx or uvx
|
||||
const args = parts.slice(1); // remaining arguments
|
||||
|
||||
const queryParams = [
|
||||
|
||||
Reference in New Issue
Block a user