Skip to content

Commit aa5f608

Browse files
committed
MCP: Update to mcp-alchemy GA from PyPI
https://pypi.org/project/mcp-alchemy/
1 parent 3bfefa2 commit aa5f608

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cratedb_toolkit/query/mcp/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class McpServerRegistry:
4444
command="mcp-alchemy",
4545
env={"DB_URL": "crate://crate@localhost:4200/?schema=testdrive"},
4646
requirements=[
47-
"mcp-alchemy @ git+https://github.com/runekaagaard/mcp-alchemy.git@b85aae6",
47+
"mcp-alchemy>=2025.4.8",
4848
"sqlalchemy-cratedb>=0.42.0.dev1",
4949
],
5050
homepage="https://github.com/runekaagaard/mcp-alchemy",

doc/query/mcp/landscape.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The MCP Alchemy MCP server package uses SQLAlchemy to talk to databases and prov
170170
It is written in Python, optionally to be invoked with `uv` or `uvx`.
171171

172172
:Homepage: https://github.com/runekaagaard/mcp-alchemy
173-
:Install: `uv pip install 'mcp-alchemy @ git+https://github.com/runekaagaard/mcp-alchemy.git@b85aae6' 'sqlalchemy-cratedb>=0.42.0.dev1'`
173+
:Install: `uv pip install 'mcp-alchemy>=2025.4.8' 'sqlalchemy-cratedb>=0.42.0.dev1'`
174174
:Run: `mcp-alchemy`
175175

176176

0 commit comments

Comments
 (0)