Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ros2-mcp-server": {
"command": "uv",
"args": [
"venv",
"--python",
"/usr/bin/python3.10"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ros2-mcp-server": {
"command": "uv",
"args": [
"venv",
"--python",
"/usr/bin/python3.10"
]
}
}
}