Files
wehub-resource-sync db1d565b64
Integration Tests / melodic (push) Waiting to run
Integration Tests / noetic (push) Waiting to run
Integration Tests / humble (push) Waiting to run
Integration Tests / jazzy (push) Waiting to run
Ruff Lint & Format / ruff (push) Waiting to run
Sync main to develop / Check if sync is needed (push) Waiting to run
Sync main to develop / Sync main to develop (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 12:36:23 +08:00

23 lines
621 B
JSON

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.robotmcp/ros-mcp-server",
"description": "Connect AI models like Claude & ChatGPT with ROS robots using MCP",
"repository": {
"url": "https://github.com/robotmcp/ros-mcp-server",
"source": "github"
},
"version": "3.1.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "ros-mcp",
"version": "3.1.0",
"transport": {
"type": "stdio",
"command": "ros-mcp",
"args": []
}
}
]
}