Skip to content

chore: add the missing deps - #358

Merged
medcl merged 1 commit into
mainfrom
chore_deps
Aug 11, 2026
Merged

chore: add the missing deps#358
medcl merged 1 commit into
mainfrom
chore_deps

Conversation

@SteveLauC

Copy link
Copy Markdown
Member

The console build failed with "missing go.sum entry" for github.com/mark3labs/mcp-go, which the framework module now imports in core/api/mcp.go. Run go mod tidy to sync go.mod and go.sum.

New indirect deps:

  • github.com/mark3labs/mcp-go v0.43.1
  • github.com/invopop/jsonschema v0.13.0
  • github.com/bahlo/generic-list-go v0.2.0
  • github.com/wk8/go-ordered-map/v2 v2.1.8
  • github.com/spf13/cast v1.7.1
  • github.com/yosida95/uritemplate/v3 v3.0.2

Standards checklist

  • The PR title is descriptive
  • The commit messages are semantic
  • Necessary tests are added
  • Updated the release notes
  • Necessary documents have been added if this is a new feature
  • Performance tests checked, no obvious performance degradation

The console build failed with "missing go.sum entry" for
github.com/mark3labs/mcp-go, which the framework module now imports
in core/api/mcp.go. Run `go mod tidy` to sync go.mod and go.sum.

New indirect deps:

* github.com/mark3labs/mcp-go v0.43.1
* github.com/invopop/jsonschema v0.13.0
* github.com/bahlo/generic-list-go v0.2.0
* github.com/wk8/go-ordered-map/v2 v2.1.8
* github.com/spf13/cast v1.7.1
* github.com/yosida95/uritemplate/v3 v3.0.2
@medcl
medcl merged commit fe92f46 into main Aug 11, 2026
6 of 7 checks passed
@medcl
medcl deleted the chore_deps branch August 11, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants