docs(cli): add mcpservers reference and refresh the command list - #5261
Conversation
`dapr mcpservers` ships in CLI v1.18.0 but has no page under the CLI reference, and the overview's pasted `dapr --help` output predates it. `scheduler` and `workflow` have pages that the overview never links to either. Add the mcpservers page in the shape the other command pages use, with the flags, defaults and examples taken from `dapr mcpservers --help` on v1.18.0, and bring the overview back in sync with that release: the three missing commands, the `--runtime-path` global flag, the `dapr [flags]` usage line, and the reworded `upgrade` description. Signed-off-by: ihopenre-eng <247072151+ihopenre-eng@users.noreply.github.com>
|
The CI workflows on this PR are queued at Could a maintainer approve the workflow runs when convenient? Happy to rebase if anything has drifted in the meantime. |
|
@holopin-bot @ihopenre-eng docs-badge Thank you! Here's a digital badge as a small token of appreciation. |
|
Congratulations @ihopenre-eng, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmsczhuo60007jj04mdfcidol This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
Description
dapr mcpserversships in CLI v1.18.0, but the CLI reference has no page for it, while every other command has one. The overview page's pasteddapr --helpoutput also predates several v1.18 changes, andschedulerandworkflowhave pages that the overview never links to.Verified against a
daprbinary built from the v1.18.0 tag of dapr/cli:This PR:
dapr-mcpservers.md, following the layout of the other command pages. Flags, defaults and examples come fromdapr mcpservers --helpon v1.18.0, with the defaults cross-checked against the flag registrations incmd/mcpservers.go.cli-overview.md: themcpservers,schedulerandworkflowentries, the--runtime-pathglobal flag, thedapr [flags]usage line, and the rewordedupgradedescription.mcpservers,schedulerandworkflowfrom the command reference list.The new page links to the existing [MCPServer spec]({{% ref mcpserver-schema.md %}}) and [MCP how-to]({{% ref howto-use-mcpserver.md %}}) pages; both
reftargets resolve to a single file.Issue reference
N/A, documentation gap found by diffing the CLI reference against
dapr --helpon v1.18.0.Checklist