We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/robotics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
Starting Resonite Integration Test...
RobotVirtualTool initialized successfully with state_manager.
[Test 1] Spawning Robot in Resonite...
Spawn Result: {'status': 'error', 'error_type': 'validation_error', 'message': 'Robot test_scout_01 already exists'}
[Test 2] Updating Robot in Resonite...
Update Result: {'status': 'success', 'message': 'Virtual robot test_scout_01 updated successfully', 'robot_id': 'test_scout_01', 'updates': {'position': {'x': 2.0, 'y': 0.0, 'z': 2.0}, 'scale': 1.5}, 'robot': <MagicMock name='mock.get_robot().to_dict()' id='2976125132752'>}
[Test 3] Testing Invalid Platform...
[Test 4] Listing Robots in Resonite...
List Result: {'status': 'success', 'message': 'Found 0 virtual robot(s)', 'count': 0, 'robots': [], 'filters': {'robot_type': None, 'platform': 'resonite'}}