Skip to content

deps: bump github.com/felixgeelhaar/mcp-go from 1.9.0 to 1.11.2#49

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/felixgeelhaar/mcp-go-1.11.2
Closed

deps: bump github.com/felixgeelhaar/mcp-go from 1.9.0 to 1.11.2#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/felixgeelhaar/mcp-go-1.11.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 14, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/felixgeelhaar/mcp-go from 1.9.0 to 1.11.2.

Release notes

Sourced from github.com/felixgeelhaar/mcp-go's releases.

v1.11.2

What's Changed

Full Changelog: klarlabs-studio/mcp-go@v1.11.0...v1.11.2

v1.11.0

What's Changed

Fixes

  • schema: always emit properties for object schemas (#79). OpenAI strict tool-calling rejects object schemas that omit the properties key (object schema missing properties. (format)), which broke any tool whose handler input is struct{}. Custom MarshalJSON now forces properties ({} when empty) and writes additionalProperties: false for struct-derived schemas — making generated schemas strict-mode compatible end-to-end. Map-derived schemas stay open. Reported by a downstream consumer running OpenAI gpt-4o through OpenClaw.
  • ci: pin nox version and use curl -fsSL so a stale download URL fails fast instead of feeding HTML to tar (#80).

Internal

  • chore: extract repeated string literals to satisfy goconst; reuse protocol.Method* constants in audit middleware; reflect.Ptrreflect.Pointer (#77). No behaviour change.

New public API

  • schema.Schema.AdditionalProperties any — set per-schema; struct-derived schemas default to false (closed).
  • server.CompletionRefPrompt, server.CompletionRefResource — string constants for CompletionRef.Type values.
  • transport.JSONRPCVersion"2.0", the JSON-RPC version emitted in transport-level notifications.

Full Changelog: klarlabs-studio/mcp-go@v1.10.1...v1.11.0

What's Changed

Full Changelog: klarlabs-studio/mcp-go@v1.10.1...v1.11.0

v1.10.1

What's Changed

Full Changelog: klarlabs-studio/mcp-go@v1.10.0...v1.10.1

v1.10.0

What's Changed

... (truncated)

Changelog

Sourced from github.com/felixgeelhaar/mcp-go's changelog.

Changelog

All notable changes to this project will be documented in this file.

Commits
  • 04962c5 fix: spec-compliant structuredContent for typed-struct tool results (#81)
  • 5f54e1a fix(ci): pin nox version and fail fast on download error (#80)
  • abdc0a6 fix(schema): always emit properties for object schemas (#79)
  • a4fca26 chore: extract repeated string literals to satisfy goconst (#77)
  • cfded00 fix(ci): bump pages workflow Node 20 → 22 for Astro v6
  • 18718aa deps(website): bump astro v5 → v6.3.1 (#76)
  • d601173 ci: bump actions/deploy-pages from 4.0.5 to 5.0.0 (#61)
  • 616322b ci: bump actions/setup-node from 6.0.0 to 6.3.0 (#62)
  • 5a90fed ci: bump actions/setup-go from 6.3.0 to 6.4.0 (#64)
  • af00662 ci: bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 (#70)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/felixgeelhaar/mcp-go](https://github.com/felixgeelhaar/mcp-go) from 1.9.0 to 1.11.2.
- [Release notes](https://github.com/felixgeelhaar/mcp-go/releases)
- [Changelog](https://github.com/felixgeelhaar/mcp-go/blob/main/CHANGELOG.md)
- [Commits](klarlabs-studio/mcp-go@v1.9.0...v1.11.2)

---
updated-dependencies:
- dependency-name: github.com/felixgeelhaar/mcp-go
  dependency-version: 1.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 14, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #51.

@dependabot dependabot Bot closed this May 21, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/felixgeelhaar/mcp-go-1.11.2 branch May 21, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants