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

34 lines
787 B
JSON

{
"mcpServers": {
"ros-mcp-server-http": {
"name": "ROS-MCP Server (http)",
"transport": "http",
"url": "http://127.0.0.1:9000/mcp"
},
"ros-mcp-server-stdio-linux": {
"name": "ROS-MCP Server (stdio)",
"transport": "stdio",
"command": "uv",
"args": [
"--directory",
"/home/<YOUR_USER>/ros-mcp-server",
"run",
"server.py"
]
},
"ros-mcp-server-stdio-wsl": {
"name": "ROS-MCP Server (stdio)",
"transport": "stdio",
"command": "wsl",
"args": [
"-d", "Ubuntu",
"/home/<YOUR_USER>/.local/bin/uv",
"--directory",
"/home/<YOUR_USER>/ros-mcp-server",
"run",
"server.py"
]
}
}
}