File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cratedb_toolkit/query/mcp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ The MCP Alchemy MCP server package uses SQLAlchemy to talk to databases and prov
170170It 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
You can’t perform that action at this time.
0 commit comments