You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Distribution of python mcp servers is not possible via pypi.
Describe the solution you'd like
Right now we can install mcp servers like: uv run --with mcp[cli] mcp install server.py but that means that the mcp server
has to exist locally
but it'd be helpful to be able to do:
uv run --with mcp[cli], cratedb-mcp install cratedb-mcp, where cratedb-mcp is a mcp server available in pypi, installed with the uv run --with commands.
Describe alternatives you've considered
Extra scripting.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Distribution of python mcp servers is not possible via pypi.
Describe the solution you'd like
Right now we can install mcp servers like:
uv run --with mcp[cli] mcp install server.py
but that means that the mcp serverhas to exist locally
but it'd be helpful to be able to do:
uv run --with mcp[cli], cratedb-mcp install cratedb-mcp
, wherecratedb-mcp
is a mcp server available in pypi, installed with theuv run --with
commands.Describe alternatives you've considered
Extra scripting.
The text was updated successfully, but these errors were encountered: