Skip to content

Tags: yrangana/fastmcp

Tags

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#676 from jlowin/anthropic

Minor docs design updates

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#625 from ksawaray/support-uppercase

Support for uppercase letters at the log level

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#589 from jlowin/content-length

Ensure content-length is always stripped from client headers

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#579 from jlowin/callable-object

Ensure that tools/templates/prompts are compatible with callable objects

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#534 from jlowin/backwards-compat-resources

Make resource prefix format configurable

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#516 from jlowin/prep-release

Update release numbers for anticipated version

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add timeout support to client (jlowin#455)

* Add timeouts kwargs

* Add timeout support

* Fix windows handling and docs

* Update client.mdx

* Windows tests

* Update test_sse.py

* Update test_sse.py

* Update test_sse.py

* Update test_sse.py

* Fix windows

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#405 from jlowin/sse-path

Fix bug that sets message path and sse path to same value

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#401 from jlowin/deprecate-methods

Deprecate transport-specific methods on FastMCP server

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request jlowin#388 from didier-durand/add-test-cache

Adding tests for TimedCache