Skip to content

Release @microsoft/learn-cli 1.0.0 - #196

Merged
Pieter de Bruin (pdebruin) merged 3 commits into
MicrosoftDocs:mainfrom
zx000097:zanebong-microsoft-release-learn-cli-1-0-0
Sep 4, 2026
Merged

Release @microsoft/learn-cli 1.0.0#196
Pieter de Bruin (pdebruin) merged 3 commits into
MicrosoftDocs:mainfrom
zx000097:zanebong-microsoft-release-learn-cli-1-0-0

Conversation

@zx000097

@zx000097 zx000097 commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

  • bump @microsoft/learn-cli from 0.1.0 to 1.0.0 in cli/package.json and cli/package-lock.json
  • align the fallback MCP client metadata version to 1.0.0
  • remove the product-facing preview labels from the CLI headings in the root and CLI READMEs

Zane Bong and others added 3 commits September 3, 2026 14:14
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>
@zx000097
zx000097 marked this pull request as ready for review September 3, 2026 09:52
Copilot AI lite review requested due to automatic review settings September 3, 2026 09:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 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-cli version from 0.1.0 to 1.0.0 in cli/package.json and cli/package-lock.json.
  • Align the default (fallback) MCP SDK client metadata version to 1.0.0.
  • Remove the product-facing preview label 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 thread cli/src/mcp/client.ts
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',
},
@Eimasogi

Copy link
Copy Markdown
Contributor

LGTM

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump to 1.0.0 and preview label removal. 6 lines across 5 files. CI green.

@pdebruin
Pieter de Bruin (pdebruin) merged commit 90e1837 into MicrosoftDocs:main Sep 4, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants