Skip to content

Tags: mark3labs/mcp-go

Tags

v0.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
perf: release Mutex eraly for performance (#213)

v0.23.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix potential risk of sending on closed channel (#194)

v0.23.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
optimize capability and notification (#184)

v0.22.0

Use correct mutex

v0.21.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: tool annotation (#165)

v0.21.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
introduce NewToolResultErrorWithErr and update docs (#140)

* introduce NewToolResultErrorWithErr and update docs

* rename to NewToolResultErrorFromErr

v0.20.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dustin/138 deadlock remove global mutex (#139)

* fix: remove global mutex

* chore: remove uncessary comments

* chore: remove comment

* chore: remove comment

* chore: explicit err checks

v0.20.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Tool Handler Middleware (#123)

* feat: add tool handler middleware capability

* docs: add WithRecovery middleware to the calculator mcp server example

* docs: add tool handler middleware section to the readme

v0.19.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Feature/pagination functionality (#107)

* add pagination functionality

* update test

* solve race problem

* solve race pro

v0.18.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add context to hooks (#92)

feat: new hook: OnRegisterSession