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

Skip to content

Releases: golf-mcp/golf

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

v0.2.8

12 Sep 14:28
def59ff

Choose a tag to compare

v0.2.8 (2025-09-12)

Fixes

  • Now the supported_scopes param in the OAuth proxy is optional

v0.2.7

11 Sep 12:55
58c1f5f

Choose a tag to compare

v0.2.7 (2025-09-011)

Fixes

  • Fix auth path generation
  • Fix mcp path handling in mcp.run()

v0.2.6

04 Sep 13:19
1f15f4f

Choose a tag to compare

v0.2.6 (2025-09-04)

Fixes

  • Updated variable names in the OAuth proxy factory

v0.2.5

28 Aug 14:51

Choose a tag to compare

v0.2.5 (2025-08-28)

Fixes

  • Removed common.py references in the boilerplate
  • Updated related documentation

v0.2.4

28 Aug 14:50

Choose a tag to compare

v0.2.4 (2025-08-28)

Fixes

  • Cleaned up boilerplate directory

v0.2.3

24 Aug 09:01

Choose a tag to compare

v0.2.3 (2025-08-24)

Fixes

  • Cleaned up boilerplate directory

v0.2.2

21 Aug 13:03

Choose a tag to compare

v0.2.2 (2025-08-21)

Fixes

  • Updated the interface for integration packages