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

Skip to content

Tags: golf-mcp/golf

Tags

v0.2.12

Toggle v0.2.12's commit message
Release v0.2.12 - Remove Golf platform integration

- Remove platform registration system and related endpoints
- Remove platform-specific authentication and telemetry auto-configuration
- Simplify OpenTelemetry configuration to use standard environment variables
- Remove platform-related test cases and documentation
- Clean up CLI references and branding for platform features

v0.2.11

Toggle v0.2.11's commit message
Release v0.2.11

- Fix health and readiness endpoints returning dict objects instead of Response objects
- Automatically wrap dictionary returns from custom health/readiness functions in JSONResponse
- Maintain backward compatibility while allowing full Response object control
- Update test assertions to match new endpoint generation format

v0.2.10

Toggle v0.2.10's commit message
Release version 0.2.10

v0.2.8

Toggle v0.2.8's commit message
Release v0.2.8

- Make OAuthProxyConfig scopes_supported optional for intelligent fallback
- Enable automatic scope derivation from token verifier when scopes not explicitly specified

- scopes_supported field in OAuthProxyConfig now accepts None for intelligent fallback
- Maintain backward compatibility for explicit scope configurations

- Updated OAuthProxyConfig field type from list[str] to list[str] | None
- Removed automatic fallback to empty list in configure_oauth_proxy function
- OAuth proxy implementation can now derive scopes from token verifier configuration

v0.2.7

Toggle v0.2.7's commit message
Release v0.2.7 - FastMCP 2.12+ compatibility and path parameter handling

v0.2.6

Toggle v0.2.6's commit message
Release v0.2.6: OAuth proxy parameter standardization and security im…

…provements

- Standardized OAuth proxy configuration parameter names
- Removed upstream_ prefixes for cleaner API
- Updated security documentation
- Enhanced OAuth provider configuration clarity
- Improved authentication parameter consistency

v0.2.5

Toggle v0.2.5's commit message
Release v0.2.5

- Bump version to 0.2.5 for next development cycle
- Updated security documentation

v0.2.4

Toggle v0.2.4's commit message
Release v0.2.4

- Remove deprecated common.py specific handling
- Update examples to use generic shared files (client.py)
- Maintain backwards compatibility with parse_common_files()
- Update security documentation

v0.2.3

Toggle v0.2.3's commit message
feat[release]: bump version to 0.2.3 and update security documentation

- Update version to 0.2.3 in __init__.py and pyproject.toml
- Update SECURITY.md with supported version 0.2.3

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>

v0.2.2

Toggle v0.2.2's commit message
Golf MCP Framework v0.2.2

New Features:
- OAuth Proxy support for enterprise users (golf-mcp-enterprise)
- OAuthProxyConfig for bridging MCP clients with non-DCR OAuth providers
- Support for GitHub, Google, Okta Web Applications and other fixed-credential providers

Improvements:
- Enhanced authentication provider registry system
- Improved error handling for OAuth proxy provider registration
- Cleaner build output (removed debug print statements)

Security:
- Comprehensive OAuth proxy validation and security checks
- HTTPS enforcement in production environments
- Scope validation and dangerous scope detection
- URL validation to prevent SSRF attacks

This release requires golf-mcp-enterprise package for OAuth proxy functionality.
Contact [email protected] for enterprise licensing.