-
Notifications
You must be signed in to change notification settings - Fork 126
Migrate from mark3labs/mcp-go to official modelcontextprotocol/go-sdk #2126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@claude Can you make sure that all of the correct APIs have been migrated, so far you've just updated the imports |
Claude finished @ChrisJBurns's task —— View job SDK Migration Verification CompleteI've thoroughly analyzed the migration from Critical Issue: Missing
|
@claude You've not modified the |
Claude finished @ChrisJBurns's task —— View job go.sum Update RequiredI've confirmed that the Issue: The Current state:
What needs to happen: You'll need to either:
If you choose option 1, I can complete the update automatically once approved. If you choose option 2, here's what to run: go mod tidy
git add go.sum
git commit -m "Update go.sum with modelcontextprotocol/go-sdk v1.0.0 entries
Co-authored-by: Chris Burns <[email protected]>"
git push Job Run | Branch: |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2126 +/- ##
=======================================
Coverage 48.71% 48.71%
=======================================
Files 241 242 +1
Lines 30592 30631 +39
=======================================
+ Hits 14902 14922 +20
- Misses 14567 14583 +16
- Partials 1123 1126 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: ChrisJBurns <[email protected]>
4075abd
to
52a6bc6
Compare
Summary
This PR migrates ToolHive from the community
mark3labs/mcp-go
SDK to the officialgithub.com/modelcontextprotocol/[email protected]
.Changes
Testing
Related Issue
Closes #2119
🤖 Generated with Claude Code