Skip to content

feat(cd): adding MCP Publisher step to npm-publish - #1764

Merged
kdinev merged 7 commits into
masterfrom
mcp-publisher-workflow
Aug 4, 2026
Merged

feat(cd): adding MCP Publisher step to npm-publish#1764
kdinev merged 7 commits into
masterfrom
mcp-publisher-workflow

Conversation

@kdinev

@kdinev kdinev commented Aug 3, 2026

Copy link
Copy Markdown
Member

Description

Related Issue

Closes #

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring / code cleanup
  • Build / CI configuration change

Affected Packages

  • igniteui-cli (packages/cli)
  • @igniteui/cli-core (packages/core)
  • @igniteui/angular-templates (packages/igx-templates)
  • @igniteui/angular-schematics (packages/ng-schematics)
  • @igniteui/mcp-server (packages/igniteui-mcp)

Checklist

  • I have tested my changes locally (npm run test)
  • I have built the project successfully (npm run build)
  • I have run the linter (npm run lint)
  • I have added/updated tests as needed
  • My changes do not introduce new warnings or errors

Additional Context

Copilot AI review requested due to automatic review settings August 3, 2026 17:05

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.

Pull request overview

This PR updates the npm publish GitHub Actions workflow to additionally publish the MCP server package to the Model Context Protocol Registry as part of the release pipeline.

Changes:

  • Adds a workflow step to download the mcp-publisher binary.
  • Adds a workflow step to authenticate via GitHub OIDC and publish to the MCP Registry.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/npm-publish.yml Outdated
Comment thread .github/workflows/npm-publish.yml Outdated
Comment thread .github/workflows/npm-publish.yml Outdated
@coveralls

coveralls commented Aug 3, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 87.816%. remained the same — mcp-publisher-workflow into master

kdinev and others added 4 commits August 4, 2026 10:56
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@kdinev
kdinev requested a review from Copilot August 4, 2026 07:57
Copilot stopped reviewing on behalf of kdinev due to an error August 4, 2026 08:18

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.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Suppressed comments (2)

.github/workflows/npm-publish.yml:51

  • The workflow downloads and executes a binary from a latest release URL without pinning a version or verifying integrity. This is a supply-chain risk and makes releases non-reproducible. Prefer pinning to a specific version tag and validating a provided SHA256 (or using a trusted action that verifies provenance) before executing the binary.
curl -fsSL "https://github.com/modelcontextprotocol/registry/releases/download/latest/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar -xz -f - mcp-publisher; chmod +x mcp-publisher

packages/igniteui-mcp/igniteui-doc-mcp/README.md:199

  • There appears to be a stray/duplicated section starting at "Or provide the URL via environment variable:" after the Links section, and the fenced code block is opened but not closed in the shown content. This will break Markdown rendering and is also confusing because remote-mode env var usage is already documented earlier. Remove this trailing fragment or move it into the Remote mode section and ensure code fences are properly closed.
## Links

- [Ignite UI](https://www.infragistics.com/products/ignite-ui)
- [Source repository](https://github.com/IgniteUI/igniteui-cli)
- [Issue tracker](https://github.com/IgniteUI/igniteui-cli/issues)

Or provide the URL via environment variable:

Comment thread .github/workflows/npm-publish.yml Outdated
dkalinovInfra
dkalinovInfra previously approved these changes Aug 4, 2026
@kdinev
kdinev enabled auto-merge (squash) August 4, 2026 10:40
@kdinev
kdinev merged commit 32498ea into master Aug 4, 2026
4 checks passed
@kdinev
kdinev deleted the mcp-publisher-workflow branch August 4, 2026 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants