Skip to content

Release/2.3.0#135

Merged
agoldis merged 2 commits into
mainfrom
release/2.3.0
May 18, 2026
Merged

Release/2.3.0#135
agoldis merged 2 commits into
mainfrom
release/2.3.0

Conversation

@agoldis
Copy link
Copy Markdown
Contributor

@agoldis agoldis commented May 18, 2026

Summary by CodeRabbit

  • New Features

    • Added errors explorer tool for improved error visibility and debugging
    • Added new tools for test execution tracking and affected test analysis capabilities
  • Bug Fixes

    • Enhanced MCP tool behavior and parameter handling to improve OpenAPI alignment

Review Change Stack

agoldis added 2 commits May 18, 2026 12:55
- Modified the release-it configuration to allow releases from both the main and release branches.
- Updated the npm pack command in integration tests to ignore scripts during packaging, ensuring a cleaner build process.
@agoldis agoldis merged commit b1be9de into main May 18, 2026
4 of 5 checks passed
@agoldis agoldis deleted the release/2.3.0 branch May 18, 2026 19:57
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 18, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 1d622d70-e372-450a-aa20-d29413851d6d

📥 Commits

Reviewing files that changed from the base of the PR and between 424e606 and 847ccb4.

⛔ Files ignored due to path filters (1)
  • mcp-server/package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (5)
  • mcp-server/.release-it.json
  • mcp-server/CHANGELOG.md
  • mcp-server/package.json
  • mcp-server/src/cli-bin.integration.test.ts
  • mcp-server/src/package-published-esm.integration.test.ts

📝 Walkthrough

Walkthrough

This PR releases version 2.3.0 of the @currents/mcp MCP server. The package version is bumped to 2.3.0, a changelog entry documents new features and bug fixes, the release configuration is expanded to permit releases from release/* branches in addition to main, and integration tests are updated to suppress package scripts during tarball creation.

Changes

v2.3.0 Release

Layer / File(s) Summary
Release version, changelog, and branch configuration
mcp-server/package.json, mcp-server/CHANGELOG.md, mcp-server/.release-it.json
Version updated to 2.3.0, changelog entry added documenting features and bug fixes, and release-it configuration extended to allow releases from main and release/* branch patterns.
Integration test npm pack script handling
mcp-server/src/cli-bin.integration.test.ts, mcp-server/src/package-published-esm.integration.test.ts
packTarball helpers in both integration test files now invoke npm pack with --ignore-scripts to prevent package lifecycle scripts from running during tarball creation.

🎯 1 (Trivial) | ⏱️ ~3 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/2.3.0

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

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.

1 participant