Skip to content

Commit ec6ff03

Browse files
committed
v0.5.2
1 parent a049f88 commit ec6ff03

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,3 +663,6 @@ Optional (for HTTP modes):
663663
## Contributing
664664

665665
Contributions are welcome! Please feel free to submit a Pull Request.
666+
667+
<!-- Need to add this line for MCP registry publication -->
668+
<!-- mcp-name: io.github.isdaniel/pgtuner_mcp -->

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 = "pgtuner_mcp"
7-
version = "0.5.1"
7+
version = "0.5.2"
88
authors = [
99
{ name = "DanielShih", email = "dog830228@gmail.com" },
1010
]

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"url": "https://github.com/isdaniel/pgtuner_mcp",
88
"source": "github"
99
},
10-
"version": "0.5.1",
10+
"version": "0.5.2",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"identifier": "pgtuner-mcp",
15-
"version": "0.5.1",
15+
"version": "0.5.2",
1616
"transport": {
1717
"type": "stdio"
1818
}

0 commit comments

Comments
 (0)