| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Document all available flags for `mcp run`, `mcp dev`, and `mcp install` subcommands, including the `-t/--transport` flag for `mcp run` which was previously undocumented. Fixes modelcontextprotocol#457
|
Hi — just a gentle bump on this. Happy to make any changes if needed! |
Sorry, something went wrong.
|
Thanks for the PR. This has since landed via #2978. Closing as part of a general backlog cleanup following the v2 release. If this is still relevant against v2, feel free to reopen. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
Adds a "CLI Command Flags" reference section to README.v2.md, documenting all available flags for the mcp run, mcp dev, and mcp install subcommands.
Fixes #457
Problem
The -t/--transport flag for mcp run (and other CLI flags) were not documented in the README, making it difficult for users and LLMs to discover them without reading the source code.
Changes