Bump github.com/mark3labs/mcp-go from 0.36.0 to 0.44.1
Closed
Number: #24
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
March 02, 2026 at 12:40 PM UTC
(4 months ago)
(4 months ago)
Updated:
March 09, 2026 at 12:24 PM UTC
(3 months ago)
(3 months ago)
Closed:
March 09, 2026 at 12:24 PM UTC
(3 months ago)
(3 months ago)
Time to Close:
7 days
Labels:
dependencies go
dependencies go
Description:
Bumps github.com/mark3labs/mcp-go from 0.36.0 to 0.44.1.
Release notes
Sourced from github.com/mark3labs/mcp-go's releases.
Release v0.44.1
No release notes provided.
Release v0.44.0
What's Changed
- feat: defer tool loading to enable Anthropic's "Tool Search" pattern by
@wolfeidauin mark3labs/mcp-go#644- fix: return an error if the responseWriter does not support Flush by
@JoelPfaffDDin mark3labs/mcp-go#652- Add Icons support for MCP spec 2025-11-25 compliance by
@dask-58in mark3labs/mcp-go#660- fix: add ErrUnauthorized sentinel for static token 401 responses by
@ezynda3in mark3labs/mcp-go#661- Add lastModified field to Annotations for MCP spec 2025-11-25 by
@dask-58in mark3labs/mcp-go#663- Add server-side support for MCP tasks by
@JAORMXin mark3labs/mcp-go#635- fix: drain all pending notification before writing the response to avoid missing notifications by
@archit-harnessin mark3labs/mcp-go#670- fix for nil resources slice by
@furysamain mark3labs/mcp-go#665- Add docstrings for annotation-related functions by
@ezynda3in mark3labs/mcp-go#673- fix: add timeout for SSE response waiting to prevent indefinite blocking by
@everfid-everin mark3labs/mcp-go#668- Try OAuth Authorization Server Metadata first by
@staugaardin mark3labs/mcp-go#669- fix(oauth): check for OAuth error responses even when status code is 200 by
@sd2kin mark3labs/mcp-go#646- fix: Add missing session cleanup to the StreamableHTTPServer DELETE handler by
@cnnrznnin mark3labs/mcp-go#667- Implement Elicitation URL mode for MCP spec 2025-11-25 by
@dask-58in mark3labs/mcp-go#666- feat: Add Host header override support for manual DNS resolution by
@ComingCLin mark3labs/mcp-go#674- fix: low mcp version been selected by mcp server, mcp server may also raise 'unsupported protocol version 2025-11-25' error by
@yuehaiiin mark3labs/mcp-go#687- Add AdditionalProperties to ToolInputSchema by
@mohit-gupta-gleanin mark3labs/mcp-go#678- fix: fix TestSSE_SendRequest_Timeout flaky test by
@everfid-everin mark3labs/mcp-go#683- feat:add version 2025-11-25 & unit test for version by
@CocaineCongin mark3labs/mcp-go#684- fix: use sync.Once for thread-safe Close in StreamableHTTP by
@semihbkgrin mark3labs/mcp-go#685- docs: fix ListTools usage to include ListToolsRequest parameter by
@everfid-everin mark3labs/mcp-go#681- fix: return 404 instead of 400 for invalid session IDs by
@burugoin mark3labs/mcp-go#689- fix: rename NewToolResultAudio second parameter from imageData to aud… by
@mosesyu95in mark3labs/mcp-go#691- Server handlers implementation for auto-completion by
@ezraiswin mark3labs/mcp-go#679- Fix: the header information set by the client being lost. by
@button-chenin mark3labs/mcp-go#686- Set test client info by
@urisimchoniin mark3labs/mcp-go#692- refactor: fix modernize lint issues by
@alexandearin mark3labs/mcp-go#699- refactor: simplify tests with the usetesting linter by
@alexandearin mark3labs/mcp-go#703- typo: fix duplicate description of mcp-go in README by
@milairhuin mark3labs/mcp-go#701- feat(server): implement task-augmented tools capability by
@ezynda3in mark3labs/mcp-go#707- tool "properties" and "required" fields missing if set them as null, AdditionalProperties can't be masharl by
@yuehaiiin mark3labs/mcp-go#713- Fix no way to detect connection closure in non-NO_ERROR cases by
@manx98in mark3labs/mcp-go#709- fix: accept HTTP 204 No Content in SendNotification by
@satish-karri-gleanin mark3labs/mcp-go#717- fix: use custom session id generator when provided by
@FlameHost10in mark3labs/mcp-go#715- fix: SendRequest hangs forever when server process dies by
@ichoosetoacceptin mark3labs/mcp-go#714New Contributors
@wolfeidaumade their first contribution in mark3labs/mcp-go#644@JoelPfaffDDmade their first contribution in mark3labs/mcp-go#652@dask-58made their first contribution in mark3labs/mcp-go#660@JAORMXmade their first contribution in mark3labs/mcp-go#635@archit-harnessmade their first contribution in mark3labs/mcp-go#670@furysamamade their first contribution in mark3labs/mcp-go#665@everfid-evermade their first contribution in mark3labs/mcp-go#668@staugaardmade their first contribution in mark3labs/mcp-go#669
... (truncated)
Commits
6bea1d4fix: add session idle TTL sweeper to prevent transport state leak (#724)0510f0cfix: SendRequest hangs forever when server process dies (#714)962f31bfix: use custom session id generator when provided (#715)7ce32bffix: accept HTTP 204 No Content in SendNotification (#717)7c44752fix(ci): pin Go version to 1.25 in lint workflow859588dfix: call onConnectionLost when SSE connection closes, not only on NO_ERROR (...b2fb8batool "properties" and "required" fields missing if set them as null, Addition...e2c1762feat(server): implement task-augmented tools capability (#707)45740a0typo: fix duplicate description of mcp-go in README (#701)d46cf85refactor: simplify tests with the usetesting linter (#703)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Package:
github.com/mark3labs/mcp-go
Ecosystem:
go
go
Version Change:
0.36.0 → 0.44.1
Update Type:
Minor
Minor
Technical Details
| ID: | 14497128 |
| UUID: | 4011067171 |
| Node ID: | PR_kwDOQMFZjc7HUjC_ |
| Host: | GitHub |
| Repository: | tevinric/github-mcp-stdio-to-https |