Skip to content

Commit d13c08f

Browse files
chore(main): release mysql-query-mcp-server 1.2.0 (#4)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5b2ed3 commit d13c08f

File tree

4 files changed

+38
-5
lines changed

4 files changed

+38
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,39 @@ All notable changes to the MySQL Query MCP Server will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [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)
9+
10+
11+
### Features
12+
13+
* enhance logging and debug information in MCP server initialization and tool handling ([60fa45c](https://github.com/devakone/mysql-query-mcp-server/commit/60fa45cd663e4b29e5a6ae4f435cf48d94d76a04))
14+
15+
16+
### Bug Fixes
17+
18+
* correct release-please output parameter name in workflow ([4697cc9](https://github.com/devakone/mysql-query-mcp-server/commit/4697cc96b3741cb054ae2ad3d99d1cee999b89b5))
19+
* update token reference in CI workflow to use GITHUB_TOKEN ([b5b2ed3](https://github.com/devakone/mysql-query-mcp-server/commit/b5b2ed3d031ee89b2be8addc7c8024f4ae66e95c))
20+
21+
22+
### Miscellaneous
23+
24+
* add configuration files for CI/CD and npm publishing ([0bfc3c9](https://github.com/devakone/mysql-query-mcp-server/commit/0bfc3c9071295605457c499d35533c79f5e9798a))
25+
* Fix package.json format ([99e5280](https://github.com/devakone/mysql-query-mcp-server/commit/99e528084c127f6910d8b1c9b5d7713f3ed7b791))
26+
* update .gitignore and add MCP_README for Model Context Protocol documentation ([e77f01f](https://github.com/devakone/mysql-query-mcp-server/commit/e77f01f420995baed4150fa5a7ee616c60641039))
27+
* update CI workflow permissions for better access control ([453f2b6](https://github.com/devakone/mysql-query-mcp-server/commit/453f2b61b970b76850374cb50e90bb51386eaeb0))
28+
* update dependencies and add vitest configuration for testing ([8cda7b7](https://github.com/devakone/mysql-query-mcp-server/commit/8cda7b722706a792ff2593541280f1b24301905f))
29+
* update package-lock.json for mysql-query-mcp-server ([d0b8117](https://github.com/devakone/mysql-query-mcp-server/commit/d0b81173bf0fb4e28cae2df703d441efffe119b6))
30+
31+
32+
### Documentation
33+
34+
* Add npm and license badges to README ([f076267](https://github.com/devakone/mysql-query-mcp-server/commit/f076267e4b899d0b471a8bf405dc1e418eb769e3))
35+
* add troubleshooting guide and MCP implementation details to documentation ([b55c08a](https://github.com/devakone/mysql-query-mcp-server/commit/b55c08a5e7a190179db216fc23394503109309a4))
36+
* clarify .env file location requirements ([843b56d](https://github.com/devakone/mysql-query-mcp-server/commit/843b56d3f7be6e12dea372321e1a2246cf61a595))
37+
* improve documentation and bump version to 1.1.0 ([4ca8b85](https://github.com/devakone/mysql-query-mcp-server/commit/4ca8b859007075baaabaa6e0bbc6f46bceed311e))
38+
* improve README with clearer MCP configuration guidance ([214eae2](https://github.com/devakone/mysql-query-mcp-server/commit/214eae20551240e7e856c807d1af894241c96c05))
39+
* remove .env approach and focus on MCP configuration ([0610295](https://github.com/devakone/mysql-query-mcp-server/commit/06102958bd14dda63825257dd55dd413eec8caca))
40+
841
## [1.1.0] - 2025-04-11
942

1043
### Changed
@@ -28,4 +61,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2861
- SSL connection support
2962
- Comprehensive documentation
3063
- Troubleshooting guide
31-
- Installation script
64+
- Installation script

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-query-mcp-server",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"type": "module",
55
"description": "MySQL Query MCP server for AI assistants - execute read-only MySQL queries from Cursor IDE, Windsurf, or Claude Desktop",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)