We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a160393 + 7d49715 commit 4e13c9bCopy full SHA for 4e13c9b
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "ros-mcp"
3
-version = "2.1.4"
+version = "2.1.5"
4
description = "Connect AI Language Models with Robots on ROS using MCP"
5
readme = "README.md"
6
requires-python = ">=3.10"
server.json
@@ -2,12 +2,12 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
"name": "io.github.robotmcp/ros-mcp-server",
"description": "Connect AI models like Claude & ChatGPT with ROS robots using MCP",
- "version": "2.1.4",
+ "version": "2.1.5",
"packages": [
7
{
8
"registry_type": "pypi",
9
"identifier": "ros-mcp",
10
- "version": "2.1.4"
+ "version": "2.1.5"
11
}
12
],
13
"transport": {
0 commit comments