docs: drop the renamed tools migration section - #50
Open
mpicciolli wants to merge 1 commit into
Open
Conversation
The rename from "save" to "database" shipped in #23; the migration table is no longer needed for new readers. Also reformats the tools table and switches an emphasis marker to the Biome/Prettier style. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Removes the now-obsolete “Renamed tools” migration section from the README, keeping the documentation focused on the current MCP tool surface (where clients discover tool names dynamically at connect time).
Changes:
- Deleted the “Renamed tools” migration table/notes from
README.md. - Minor README markdown formatting churn (emphasis markers and table formatting) around the removed section.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Removes the "Renamed tools" migration table from the README. The rename (
savePath→databasePath,pcm_validate_save→pcm_validate_database, …) shipped in a previous release and MCP clients pick up tool names at connect time, so the section no longer carries useful information.The remaining changes are formatter churn on the surrounding README content (emphasis markers and table column padding).
Test plan
🤖 Generated with Claude Code