Skip to content

chore(main): release mysql-query-mcp-server 1.2.0 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.2.0"
}
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,39 @@ All notable changes to the MySQL Query MCP Server will be documented in this fil
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0](https://github.com/devakone/mysql-query-mcp-server/compare/mysql-query-mcp-server-v1.1.0...mysql-query-mcp-server-v1.2.0) (2025-04-13)


### Features

* enhance logging and debug information in MCP server initialization and tool handling ([60fa45c](https://github.com/devakone/mysql-query-mcp-server/commit/60fa45cd663e4b29e5a6ae4f435cf48d94d76a04))


### Bug Fixes

* correct release-please output parameter name in workflow ([4697cc9](https://github.com/devakone/mysql-query-mcp-server/commit/4697cc96b3741cb054ae2ad3d99d1cee999b89b5))
* update token reference in CI workflow to use GITHUB_TOKEN ([b5b2ed3](https://github.com/devakone/mysql-query-mcp-server/commit/b5b2ed3d031ee89b2be8addc7c8024f4ae66e95c))


### Miscellaneous

* add configuration files for CI/CD and npm publishing ([0bfc3c9](https://github.com/devakone/mysql-query-mcp-server/commit/0bfc3c9071295605457c499d35533c79f5e9798a))
* Fix package.json format ([99e5280](https://github.com/devakone/mysql-query-mcp-server/commit/99e528084c127f6910d8b1c9b5d7713f3ed7b791))
* update .gitignore and add MCP_README for Model Context Protocol documentation ([e77f01f](https://github.com/devakone/mysql-query-mcp-server/commit/e77f01f420995baed4150fa5a7ee616c60641039))
* update CI workflow permissions for better access control ([453f2b6](https://github.com/devakone/mysql-query-mcp-server/commit/453f2b61b970b76850374cb50e90bb51386eaeb0))
* update dependencies and add vitest configuration for testing ([8cda7b7](https://github.com/devakone/mysql-query-mcp-server/commit/8cda7b722706a792ff2593541280f1b24301905f))
* update package-lock.json for mysql-query-mcp-server ([d0b8117](https://github.com/devakone/mysql-query-mcp-server/commit/d0b81173bf0fb4e28cae2df703d441efffe119b6))


### Documentation

* Add npm and license badges to README ([f076267](https://github.com/devakone/mysql-query-mcp-server/commit/f076267e4b899d0b471a8bf405dc1e418eb769e3))
* add troubleshooting guide and MCP implementation details to documentation ([b55c08a](https://github.com/devakone/mysql-query-mcp-server/commit/b55c08a5e7a190179db216fc23394503109309a4))
* clarify .env file location requirements ([843b56d](https://github.com/devakone/mysql-query-mcp-server/commit/843b56d3f7be6e12dea372321e1a2246cf61a595))
* improve documentation and bump version to 1.1.0 ([4ca8b85](https://github.com/devakone/mysql-query-mcp-server/commit/4ca8b859007075baaabaa6e0bbc6f46bceed311e))
* improve README with clearer MCP configuration guidance ([214eae2](https://github.com/devakone/mysql-query-mcp-server/commit/214eae20551240e7e856c807d1af894241c96c05))
* remove .env approach and focus on MCP configuration ([0610295](https://github.com/devakone/mysql-query-mcp-server/commit/06102958bd14dda63825257dd55dd413eec8caca))

## [1.1.0] - 2025-04-11

### Changed
Expand All @@ -28,4 +61,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- SSL connection support
- Comprehensive documentation
- Troubleshooting guide
- Installation script
- Installation script
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mysql-query-mcp-server",
"version": "1.1.0",
"version": "1.2.0",
"type": "module",
"description": "MySQL Query MCP server for AI assistants - execute read-only MySQL queries from Cursor IDE, Windsurf, or Claude Desktop",
"main": "dist/index.js",
Expand Down