-
Notifications
You must be signed in to change notification settings - Fork 452
Comparing changes
Open a pull request
base repository: mark3labs/mcp-go
base: v0.26.0
head repository: mark3labs/mcp-go
compare: v0.27.0
- 20 commits
- 31 files changed
- 10 contributors
Commits on May 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cb632f2 - Browse repository at this point
Copy the full SHA cb632f2View commit details -
refactor(server): extract shared HTTP transport configuration options (…
…#253) Create a common interface and pattern for HTTP transport configuration to enable code sharing between SSEServer and the upcoming StreamableHTTPServer. - Add new httpTransportConfigurable interface for shared configuration - Refactor SSEServer to implement the shared interface - Convert With* option functions to work with both server types - Add stub for StreamableHTTPServer to demonstrate implementation pattern - Deprecate WithSSEContextFunc in favor of WithHTTPContextFunc This change preserves backward compatibility while allowing the reuse of configuration code across different HTTP server implementations.
Configuration menu - View commit details
-
Copy full SHA for dd1e1e8 - Browse repository at this point
Copy the full SHA dd1e1e8View commit details -
ci: add check to verify generated code is up-to-date (#258)
This commit adds a new CI job that runs code generation and verifies no uncommitted changes exist. This prevents accidental manual edits to autogenerated files by: 1. Running `go generate ./...` during CI 2. Failing the build when generated code differs from committed code 3. Providing clear error messages with instructions for developers
Configuration menu - View commit details
-
Copy full SHA for 4558b68 - Browse repository at this point
Copy the full SHA 4558b68View commit details
Commits on May 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7185224 - Browse repository at this point
Copy the full SHA 7185224View commit details -
Configuration menu - View commit details
-
Copy full SHA for b62162a - Browse repository at this point
Copy the full SHA b62162aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3ee05 - Browse repository at this point
Copy the full SHA ff3ee05View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecf3e0 - Browse repository at this point
Copy the full SHA cecf3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c19710 - Browse repository at this point
Copy the full SHA 5c19710View commit details
Commits on May 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b4686db - Browse repository at this point
Copy the full SHA b4686dbView commit details -
Fix the issue where the 'Shutdown' method fails to properly exit. (#255)
* Fix the issue where the 'Shutdown' method fails to properly exit. * Fix the issue where the 'Shutdown' method fails to properly exit. --------- Co-authored-by: CHENBING1 <chenbing1@kingsoft.com>
Configuration menu - View commit details
-
Copy full SHA for 6429019 - Browse repository at this point
Copy the full SHA 6429019View commit details -
test(server): reliably detect Start/Shutdown deadlock in SSEServer (#264
Configuration menu - View commit details
-
Copy full SHA for 1c99eaf - Browse repository at this point
Copy the full SHA 1c99eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61b9784 - Browse repository at this point
Copy the full SHA 61b9784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3442d32 - Browse repository at this point
Copy the full SHA 3442d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8badd6 - Browse repository at this point
Copy the full SHA f8badd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dfa331 - Browse repository at this point
Copy the full SHA 3dfa331View commit details
Commits on May 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 716eabe - Browse repository at this point
Copy the full SHA 716eabeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46bfb6f - Browse repository at this point
Copy the full SHA 46bfb6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f1b47 - Browse repository at this point
Copy the full SHA e1f1b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb7070 - Browse repository at this point
Copy the full SHA eeb7070View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5121b3 - Browse repository at this point
Copy the full SHA e5121b3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.26.0...v0.27.0