Class McpToolRegistry
java.lang.Object
org.ek9lang.mcp.McpToolRegistry
Registry mapping tool names to their implementations.
Provides dispatch for tools/call and listing for tools/list.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
McpToolRegistry
public McpToolRegistry()
-
-
Method Details
-
register
Register a tool implementation. -
listTools
Get all tool definitions for tools/list. -
dispatch
Dispatch a tool call by name.
-