You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(cli): update CLI reference for parameter naming changes
Update CLIReference.md and MCPHostConfiguration.md to reflect
renamed parameters:
- --headers → --header
- --inputs → --input
Changes:
- Updated syntax examples in CLIReference.md
- Updated parameter table in CLIReference.md
- Updated configuration type descriptions in MCPHostConfiguration.md
- Updated example commands to use new parameter names
**Important**: Each server must be configured as either local (using `--command`) or remote (using `--url`), but not both. These options are mutually exclusive:
88
88
89
89
-**Local servers**: Use `--command` and optionally `--args` and `--env`
90
-
-**Remote servers**: Use `--url` and optionally `--headers`
90
+
-**Remote servers**: Use `--url` and optionally `--header`
91
91
92
92
Attempting to use both `--command` and `--url` will result in an error.
0 commit comments