Skip to content

Commit d63b694

Browse files
committed
chore: bump version to 0.2.0
- Update version from 0.1.2 to 0.2.0 due to significant new features - Add comprehensive CHANGELOG.md entry with all changes since 0.1.2 - Correct 0.1.0 release date to actual project start date (2025-08-17) Major features added: - MCP protocol compliance with proper tool execution - FastMCP client compatibility endpoints - Codecov integration with 80% coverage requirement - Enhanced Kong Admin API client and tools - Improved server management and port configuration
1 parent 8f00389 commit d63b694

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.0] - 2024-01-01
10+
## [0.2.0] - 2025-08-23
11+
12+
### Added
13+
- MCP protocol compliance with proper tool execution framework
14+
- Standard MCP protocol endpoints for FastMCP client compatibility
15+
- Codecov integration with 80% coverage requirement configuration
16+
- Kong HTTP client for Admin API communication
17+
- Enhanced server management script with health checks and improved logging
18+
- MCP Inspector testing documentation and commands
19+
- Port configuration with FASTMCP_PORT environment variable support
20+
21+
### Changed
22+
- Updated default server port from 8000 to 8080
23+
- Enabled all Kong tools (routes and services management)
24+
- Removed basic hello world tool in favor of Kong-specific functionality
25+
- Improved README with comprehensive developer instructions
26+
- Updated Docker configuration for better port management
27+
28+
### Fixed
29+
- Resolved code formatting and linting issues across the codebase
30+
- Fixed test failures and improved test coverage
31+
- Corrected port configuration with proper fallback mechanisms
32+
- Addressed type checking issues and code quality improvements
33+
34+
### Documentation
35+
- Enhanced README with MCP Inspector testing section
36+
- Added proper command examples and port configuration docs
37+
- Restored comprehensive developer setup instructions
38+
39+
## [0.1.0] - 2025-08-17
1140

1241
### Added
1342
- Initial project setup with Python structure

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "kong-ratelimiter-mcp-server"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
description = "MCP Server for Kong Rate Limiter Configuration"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)