Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: mattt/emcee

Tags

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Filter `readonly` properties from input schema (#63)

* Filter readonly properties from input schema

* Formatting

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add tool annotations (#59)

* Add tool annotations

* Add --no-annotations flag

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace hand-rolled MCP implementation with `github.com/modelcontextp…

…rotocol/go-sdk` (#58)

* Replace hand-rolled MCP implementation with github.com/modelcontextprotocol/go-sdk

* Pin to unreleased commit bb6dadecca24ba53195559f05ef40904d48baeff

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update references to GitHub owner (#56)

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Transfer project from Loopwork (#55)

* Change to MIT License

* Transfer project from Loopwork

v0.4.5

Toggle v0.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add schema description, enum values to tool description (#51)

* Add schema description, enum values to tool description

* don't add schema description when it is same as parameter description.

v0.4.4

Toggle v0.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle requests with initialize method (#49)

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Truncate tool names to 64 characters (#47)

* Truncate tool names to 64 characters

* Apply suggestions from code review

Signed-off-by: Mattt <[email protected]>

* Fix tests

---------

Signed-off-by: Mattt <[email protected]>

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to Go 1.24.0 (#43)

* Upgrade to go 1.24.0

* Update Go version in README

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix request query encoding of array parameters (#41)