Skip to content

chore(main): release mcp-edd 1.2.0#20

Open
jack-arturo wants to merge 1 commit into
mainfrom
release-please--branches--main--components--mcp-edd
Open

chore(main): release mcp-edd 1.2.0#20
jack-arturo wants to merge 1 commit into
mainfrom
release-please--branches--main--components--mcp-edd

Conversation

@jack-arturo

@jack-arturo jack-arturo commented Feb 17, 2026

Copy link
Copy Markdown
Member

🤖 I have created a release beep boop

1.2.0 (2026-05-08)

Features

  • V2 API support, new tools, and API docs (#21) (44faa6d)

Bug Fixes

  • sync server.json package version with npm (1.1.0) (#19) (27e73bb)

This PR was generated with Release Please. See documentation.

@coderabbitai

coderabbitai Bot commented Feb 17, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Summary by CodeRabbit

  • New Features
    • Introduces v1.2.0 with V2 API support, new tooling, and updated API documentation.
  • Documentation
    • Adds a 1.2.0 changelog entry detailing features and fixes.
  • Bug Fixes
    • Resolved version synchronization inconsistencies across release artifacts.

Walkthrough

This pull request releases version 1.2.0 with a version bump applied across manifest and configuration files and adds a 1.2.0 entry to CHANGELOG.md documenting features and a bug fix.

Changes

Cohort / File(s) Summary
Version Bumps
.release-please-manifest.json, manifest.json, package.json, server.json
Top-level version values updated from 1.1.0 to 1.2.0.
Changelog
CHANGELOG.md
Added a 1.2.0 release entry (Features and Bug Fixes); existing 1.1.0 section unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: a release version bump from 1.1.0 to 1.2.0 for the mcp-edd package.
Description check ✅ Passed The description is clearly related to the changeset, documenting the release with version bump, features, and bug fixes that align with the file changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch release-please--branches--main--components--mcp-edd

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
server.json (1)

12-21: ⚠️ Potential issue | 🔴 Critical

Critical: Nested package version is out of sync.

The packages[0].version at line 16 is still "1.1.0" while the top-level version at line 6 has been updated to "1.1.1". This creates the same inconsistency that the changelog indicates was fixed in this release ("sync server.json package version with npm").

This version mismatch can cause confusion for package managers and registries, as the server metadata claims version 1.1.1 but references package version 1.1.0.

🔧 Proposed fix to sync the package version
   "packages": [
     {
       "registryType": "npm",
       "identifier": "@verygoodplugins/mcp-edd",
-      "version": "1.1.0",
+      "version": "1.1.1",
       "transport": {
         "type": "stdio"
       }
     }
   ],
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@server.json` around lines 12 - 21, Update the nested package version so it
matches the top-level "version" value: change packages[0].version from "1.1.0"
to "1.1.1" (ensure the field referenced is packages[0].version in server.json so
the nested package entry stays in sync with the top-level version).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Outside diff comments:
In `@server.json`:
- Around line 12-21: Update the nested package version so it matches the
top-level "version" value: change packages[0].version from "1.1.0" to "1.1.1"
(ensure the field referenced is packages[0].version in server.json so the nested
package entry stays in sync with the top-level version).

@jack-arturo jack-arturo changed the title chore(main): release mcp-edd 1.1.1 chore(main): release mcp-edd 1.2.0 Feb 18, 2026
@jack-arturo jack-arturo force-pushed the release-please--branches--main--components--mcp-edd branch from 49cc165 to 2171b1a Compare February 18, 2026 03:14
Copilot AI review requested due to automatic review settings April 22, 2026 23:55
@jack-arturo jack-arturo force-pushed the release-please--branches--main--components--mcp-edd branch from 2171b1a to 8acffc5 Compare April 22, 2026 23:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Release-please generated release PR to publish mcp-edd v1.2.0, updating version metadata across the repository and adding the corresponding changelog entry.

Changes:

  • Bump version references from 1.1.01.2.0 in package + manifest metadata.
  • Add 1.2.0 section to CHANGELOG.md.
  • Update .release-please-manifest.json to track the new release version.

Reviewed changes

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

Show a summary per file
File Description
server.json Updates top-level server registry version (but nested npm package version still needs syncing).
package.json Bumps npm package version to 1.2.0.
package-lock.json Updates lockfile’s root package version fields to 1.2.0.
manifest.json Bumps extension/manifest version to 1.2.0.
CHANGELOG.md Adds release notes for 1.2.0.
.release-please-manifest.json Updates release-please tracked version to 1.2.0.

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

Comment thread server.json
"title": "Easy Digital Downloads",
"description": "MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics",
"version": "1.1.0",
"version": "1.2.0",

Copilot AI Apr 22, 2026

Copy link

Choose a reason for hiding this comment

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

server.json has version bumped to 1.2.0, but the nested packages[0].version is still 1.1.0. This makes the registry metadata inconsistent with package.json/package-lock.json and can cause the published server entry to reference the wrong npm version. Update packages[0].version to 1.2.0 as part of this release bump.

Copilot uses AI. Check for mistakes.
@jack-arturo jack-arturo force-pushed the release-please--branches--main--components--mcp-edd branch from 8acffc5 to baa0ca0 Compare May 8, 2026 22:05
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.

2 participants