Skip to content

Tags: zcaceres/easy-mcp

Tags

v1.0.1

Toggle v1.0.1's commit message
chore(release): 1.0.1 [skip ci]

## [1.0.1](v1.0.0...v1.0.1) (2025-01-18)

### Bug Fixes

* image not link in README ([14b8dbb](14b8dbb))

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2025-01-18)

### Bug Fixes

* add type info ([81621b7](81621b7))
* bug in roots and test ([180b6dd](180b6dd))
* clean up test ([610947a](610947a))
* incorrect type annotation for return type of Prompt ([0f253fc](0f253fc))
* license and remove unused file ([f13e14c](f13e14c))
* organize repo and fix tests ([46941cf](46941cf))
* test ([9bb07ce](9bb07ce))
* typos in README ([95f77cf](95f77cf))

### Features

* add dynamic exposure of capabilities ([042b5a2](042b5a2))
* add experimental decorator sample file and support for roots ([333863e](333863e))
* Add GitHub Actions workflow and semantic release configuration, fix types issue related to Context object ([bf3b6a9](bf3b6a9))
* add listCapabilities method to introspect ([2345772](2345772))
* add prompt and resource ([80532a2](80532a2))
* add uri parser to support resource integration with custom protocols ([3b0e99a](3b0e99a))
* almost done with Resources ([5d876a0](5d876a0))
* basic logger ([9425ced](9425ced))
* basic tool checkin ([45b98d3](45b98d3))
* better abstraction for tools ([3efa7eb](3efa7eb))
* checkin resource management ([3f2a09c](3f2a09c))
* checkin with working tool call ([096782b](096782b))
* correctly adds and passes config to tool manager ([531ee29](531ee29))
* fix type issues with decorators ([e6b942c](e6b942c))
* implement context object for logging, progress, and resource fetching ([3f9ffc8](3f9ffc8))
* pass arguments correctly to fns to fulfill tools ([6bec6c6](6bec6c6))
* polished decorators with optional overrides, update README and TODO ([c461cad](c461cad))
* prompt list and get both work ([5a348b9](5a348b9))
* README ([8530284](8530284))
* ResourceManager checkpoint ([0819c59](0819c59))
* ResourceTemplate support and fixing all tests ([5e6c0a6](5e6c0a6))
* restore Resource functionality via discrimination between it and templates ([fdb88fd](fdb88fd))
* support for ResourceTemplates ([8dd1b91](8dd1b91))
* support for roots ([bee2dfd](bee2dfd))
* tool calling works + parameter passing ([bb77bdd](bb77bdd))
* update documentation ([30b43f4](30b43f4))