Release @microsoft/learn-cli 1.0.0 - #196
Merged
Pieter de Bruin (pdebruin) merged 3 commits intoSep 4, 2026
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are straightforward release/version metadata updates with no functional behavior changes beyond updated client version reporting.
Pull request overview
This PR prepares the Microsoft Learn MCP Server repo’s CLI package for the @microsoft/learn-cli 1.0.0 release by updating version metadata and removing “preview” labeling from user-facing documentation.
Changes:
- Bump
@microsoft/learn-cliversion from0.1.0to1.0.0incli/package.jsonandcli/package-lock.json. - Align the default (fallback) MCP SDK client metadata version to
1.0.0. - Remove the product-facing
previewlabel from the CLI headings in the root and CLI READMEs.
File summaries
| File | Description |
|---|---|
| README.md | Removes preview from the root README’s “Microsoft Learn CLI” section heading. |
| cli/src/mcp/client.ts | Updates the fallback MCP SDK client metadata version to 1.0.0. |
| cli/README.md | Removes preview from the CLI README title. |
| cli/package.json | Bumps the published CLI package version to 1.0.0. |
| cli/package-lock.json | Updates the lockfile’s package version fields to 1.0.0. |
Review details
Files not reviewed (1)
- cli/package-lock.json: Generated file
- Files reviewed: 4/5 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
275
to
278
| { | ||
| name: this.options.clientName ?? DEFAULT_CLIENT_NAME, | ||
| version: this.options.clientVersion ?? '0.1.0', | ||
| version: this.options.clientVersion ?? '1.0.0', | ||
| }, |
Contributor
|
LGTM |
Pieter de Bruin (pdebruin)
approved these changes
Sep 4, 2026
Pieter de Bruin (pdebruin)
left a comment
Collaborator
There was a problem hiding this comment.
Version bump to 1.0.0 and preview label removal. 6 lines across 5 files. CI green.
Pieter de Bruin (pdebruin)
merged commit Sep 4, 2026
90e1837
into
MicrosoftDocs:main
3 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@microsoft/learn-clifrom 0.1.0 to 1.0.0 incli/package.jsonandcli/package-lock.jsonpreviewlabels from the CLI headings in the root and CLI READMEs