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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Verification agent
🧩 Analysis chain
Version bump to 0.4.0 looks good; verify docs and release artifacts are in sync.
No runtime impact; tests assert version as any string, so no changes needed. Please ensure README(s) and any inline docs don’t still reference 0.3.0, and that the CHANGELOG for 0.4.0 is present (PR #83).
Run this to locate any stale version references:
🏁 Script executed:
Length of output: 2890
Update CHANGELOG and documentation to reflect version 0.4.0
Please add and sync all release artifacts for v0.4.0:
mcp-server/CHANGELOG.md
• Insert a new section at the top of the file:
• Move the existing “## [Unreleased]” down or leave it as-is for future changes.
README(s) and inline docs
• Search for any hard-coded “0.3.0” strings (e.g., in README.md, docs/) and update them to “0.4.0”.
Release artifacts
• Ensure that the CHANGELOG entry for 0.4.0 is included in PR Release simone-mcp v0.4.0 #83.
• Double-check that published docs (e.g., on GitHub Pages or npm) reference the correct version.
Note: references to v0.3.0 within lockfiles (package-lock.json, pnpm-lock.yaml, documentation’s lockfiles, etc.) correspond to dependency versions and do not need manual changes.