Skip to content

Releases: golf-mcp/golf

v0.3.0

08 May 14:44
df0004b

Choose a tag to compare

v0.3.0 (2026-05-08)

Features

  • Upgraded to FastMCP 3.x (minimum fastmcp>=3.2.0,<4) (#128, #134)
  • Added Starlette middleware discovery and registration support (#132)
  • Added capability name decorators for tools/resources/prompts (#129)
  • OAuth proxy: dynamic redirect URI validation and runtime configuration via callables (#130, #131)

v0.2.19

12 Dec 11:34
095eee4

Choose a tag to compare

v0.2.19 (2025-12-12)

Bug fixes

  • Fixed OTEL instrumentation to improve the exported metadata and trace structure

v0.2.18

24 Nov 08:51
f4d9d74

Choose a tag to compare

v0.2.18 (2025-11-24)

Bug fixes

  • OAuth proxy config now doesn't require stubs when using env vars for configuration

v0.2.16

04 Nov 12:11
7c61b8d

Choose a tag to compare

v0.2.16 (2025-11-04)

Bug fixes

  • Fixed how we are handling imports from arbitrary, user-defined, root-level files
  • Fixed a bug where tool descriptions where created from file-level docstrings, and moved to use entry function docstrings

v0.2.15

30 Oct 12:39
c1b4920

Choose a tag to compare

v0.2.15 (2025-10-30)

Bug fixes

  • Relative import handling in nested folders for root level files

v0.2.14

30 Oct 12:34
1aa8723

Choose a tag to compare

v0.2.14 (2025-10-29)

Bug fixes

  • Import handlig in components directories

v0.2.13

29 Oct 20:41
458bf1a

Choose a tag to compare

v0.2.13 (2025-10-29)

New features

  • GolfMCP now recognizes root-level, user defined python files and includes them in the build

v0.2.12

21 Oct 12:45
c471e1e

Choose a tag to compare

v0.2.12 (2025-10-21)

Breaking changes

  • Removed support for Golf Platform, which has been deprecated for new customers
  • Pinned dependency versions

Docs

  • Removed Golf Platform references from repository docs

v0.2.11

26 Sep 11:09
12d7f5c

Choose a tag to compare

v0.2.11 (2025-09-26)

New features

  • Adding custom health.py and ready.py support for user to define their custom /health and /ready endpoints.
  • Docs updates

v0.2.10

21 Sep 14:41
36446b9

Choose a tag to compare

v0.2.10 (2025-09-21)

New features

  • Adds support for startup.py file which, if present, gets executed before the startup of the actual MCP service