Skip to content

Commit 4e13c9b

Browse files
authored
Merge pull request #158 from robotmcp/hotfix/rjv/v2.1.5
Updated version number in the hotfix
2 parents a160393 + 7d49715 commit 4e13c9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ros-mcp"
3-
version = "2.1.4"
3+
version = "2.1.5"
44
description = "Connect AI Language Models with Robots on ROS using MCP"
55
readme = "README.md"
66
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
33
"name": "io.github.robotmcp/ros-mcp-server",
44
"description": "Connect AI models like Claude & ChatGPT with ROS robots using MCP",
5-
"version": "2.1.4",
5+
"version": "2.1.5",
66
"packages": [
77
{
88
"registry_type": "pypi",
99
"identifier": "ros-mcp",
10-
"version": "2.1.4"
10+
"version": "2.1.5"
1111
}
1212
],
1313
"transport": {

0 commit comments

Comments
 (0)