fix: cli reference format in MCP server configuration page - #774
fix: cli reference format in MCP server configuration page#774pratik-naik003 wants to merge 1 commit into
Conversation
|
@pratik-naik003: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
I dont think this would be need. Both format are fine. /close |
|
@jaiakash: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What this PR does
Fixes the CLI reference code block in
docs/source/mcp-server/configuration.rstto match the format used in the upstream MCP server README.Before (inline comments on each flag)
After (descriptive comment block above the command)
Why
The website and the README should present the CLI reference consistently. The inline-comment format made lines unnecessarily long and differed from the upstream source of truth.
Fixes #773