Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ros2-medkit-mcp"
version = "0.5.0"
version = "0.6.0"
description = "MCP server adapter for ros2_medkit SOVD HTTP API"
authors = ["bburda <bartoszburda93@gmail.com>"]
readme = "README.md"
Expand All @@ -15,7 +15,7 @@ pydantic = "^2.10.0"
uvicorn = { version = "^0.34.0", extras = ["standard"] }
starlette = "^0.45.0"
# Distributed via GitHub Releases wheel (no PyPI yet). Replace with version constraint when available.
ros2-medkit-client = {url = "https://github.com/selfpatch/ros2_medkit_clients/releases/download/py-v0.5.0/ros2_medkit_client-0.5.0-py3-none-any.whl"}
ros2-medkit-client = {url = "https://github.com/selfpatch/ros2_medkit_clients/releases/download/py-v0.6.0/ros2_medkit_client-0.6.0-py3-none-any.whl"}
Comment thread
bburda marked this conversation as resolved.

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/ros2_medkit_mcp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""ros2_medkit_mcp - MCP adapter for ros2_medkit SOVD HTTP API."""

__version__ = "0.5.0"
__version__ = "0.6.0"
Loading