feat(mcp): add --type alias for --transport flag in gemini mcp add (#14503)

This commit is contained in:
Jack Wotherspoon
2025-12-04 10:45:03 -05:00
committed by GitHub
parent 48e8c12476
commit 0a2971f9d3
2 changed files with 33 additions and 1 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ export const addCommand: CommandModule = {
choices: ['user', 'project'],
})
.option('transport', {
alias: 't',
alias: ['t', 'type'],
describe: 'Transport type (stdio, sse, http)',
type: 'string',
default: 'stdio',