mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
feat(mcp): add --type alias for --transport flag in gemini mcp add (#14503)
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user