chore: align package metadata and docs links - #2
Merged
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
There was a problem hiding this comment.
🟢 Approval recommended
Changes are limited to metadata/docs link alignment and a workflow Node version update that matches the repo’s existing CI and engines target.
Pull request overview
Aligns public-facing metadata and documentation links for this MCP server so the registry, npm package page, and README all point to the same docs location and provide consistent descriptions.
Changes:
- Update
websiteUrl/homepageto the Ionic Framework MCP docs page and align descriptions betweenserver.jsonandpackage.json. - Remove a duplicated bare endpoint URL from the README and add a Privacy Policy link.
- Set the release workflow Node.js version to 22 to match the repo’s Node engine/CI target.
File summaries
| File | Description |
|---|---|
server.json |
Updates websiteUrl to the docs page for consistent registry metadata. |
README.md |
Removes duplicated endpoint URL and links the Privacy Policy in the Privacy section. |
package.json |
Aligns description/homepage with server.json and adds relevant keywords. |
.github/workflows/release.yml |
Sets NODE_VERSION to 22 to match CI/engines. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Lite
💡 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.
Aligns the package metadata and documentation links across the three MCP client repositories.
README.md: drop the duplicated bare endpoint URL and link the privacy policy.package.json: sethomepageto the docs page, match the fullerserver.jsondescription, and add thecapacitorandmcp-serverkeywords.server.json: setwebsiteUrlto the docs page..github/workflows/release.yml: use Node.js 22, the version the CI workflow andenginesalready target.🤖 Generated with Claude Code