Skip to content

Commit 4faad30

Browse files
chore: bump version to 0.2.2 and update changelog
1 parent 799be6c commit 4faad30

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.2.2] - 2025-04-18
9+
10+
### Fixed
11+
- Fixed handling of SQL commands that return result sets, including `SHOW INDEX`, `SHOW CREATE TABLE`, and `DESCRIBE`
12+
- Added improved error handling for result fetching operations
13+
- Added additional debug output to aid in troubleshooting
14+
15+
## [0.2.1] - 2025-02-15
16+
17+
### Added
18+
- Support for MYSQL_PORT configuration through environment variables
19+
- Documentation for PORT configuration in README
20+
21+
### Changed
22+
- Updated tests to use handler functions directly
23+
- Refactored database configuration to runtime
24+
25+
## [0.2.0] - 2025-01-20
26+
27+
### Added
28+
- Initial release with MCP server implementation
29+
- Support for SQL queries through MCP interface
30+
- Ability to list tables and read data

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mysql_mcp_server"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured."
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)