Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the vytalLink MCP server version from 0.0.5 to 0.0.6 and corrects the dxt_version field in the manifest, which was set to the non-existent value "1" and is now changed to "0.1". The changes also include automatic dependency updates in package-lock.json, notably upgrading the @modelcontextprotocol/sdk from version 1.18.0 to 1.24.3, along with its transitive dependencies.
- Version bumped from 0.0.5 to 0.0.6 across configuration files
- Corrected
dxt_versionfrom "1" (non-existent) to "0.1" - Updated @modelcontextprotocol/sdk and related dependencies
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| mcp-server/package.json | Bumped package version from 0.0.5 to 0.0.6 |
| mcp-server/package-lock.json | Updated package metadata, upgraded @modelcontextprotocol/sdk to 1.24.3 and associated dependencies; contains version inconsistency that needs correction |
| mcp-server/manifest.json | Bumped version to 0.0.6 and corrected dxt_version from "1" to "0.1" |
Files not reviewed (1)
- mcp-server/package-lock.json: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "name": "vytallink", | ||
| "version": "1.0.0", | ||
| "name": "@xmartlabs/vytallink-mcp-server", | ||
| "version": "0.0.5", |
There was a problem hiding this comment.
The version in the packages[""] section should be updated to "0.0.6" to match the version at the root level (line 3) and the version in package.json. Currently it still shows "0.0.5".
| "version": "0.0.5", | |
| "version": "0.0.6", |
Upgrade dxt_version, the version 1.0 does not exist