Expand description
MCP tool registrations for agentic robotics.
Provides a registry of robotics tools that can be exposed via MCP servers. This is a lightweight, dependency-free implementation that models tool definitions, categories, and JSON schema generation without pulling in an external MCP SDK.
Modules§
- executor
- MCP tool execution engine.
Structs§
- Robotics
Tool Registry - Registry of robotics tools exposed to MCP clients.
- Tool
Definition - Complete definition of a single MCP-exposed tool.
- Tool
Parameter - A single parameter accepted by a tool.
- Tool
Request - A request to invoke a tool by name with JSON arguments.
- Tool
Response - The result of a tool invocation.
Enums§
- Param
Type - JSON Schema type for a tool parameter.
- Tool
Category - High-level category that a tool belongs to.