feat: add MCP version to GitHub issue reporting#70
Closed
Conversation
- Add getMcpVersion() function to read version from package.json - Include MCP version in environment info section of GitHub issues - Enhance error reporting with version information for better debugging Co-authored-by: Booker Zhao <binggg@users.noreply.github.com>
Member
Author
|
@claude 改一下吧,不用这么复杂 // 从构建时注入的版本号获取MCP版本信息 |
Contributor
|
Claude finished @binggg's task —— View job MCP version detection simplified ✅Todo List:
Changes MadeSuccessfully simplified the
The new implementation is much cleaner and avoids file system operations, relying on build-time environment variables instead. Commit: |
Replace complex file system operations with simpler approach using process.env.npm_package_version and build-time constants. Co-authored-by: Booker Zhao <binggg@users.noreply.github.com>
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.
Fixes the missing MCP version information in GitHub issue reporting when MCP tools encounter errors.
Changes
getMcpVersion()function to read version from package.jsonCloses #69
Generated with Claude Code