Class CompileTool
java.lang.Object
org.ek9lang.mcp.tools.CompileTool
- All Implemented Interfaces:
McpTool
MCP tool that compiles the EK9 workspace.
Optionally accepts root directories to initialize the workspace before compiling.
Re-discovers and recompiles all .ek9 files on each call (full compile).
The compiled state is retained for subsequent Oracle query tool calls.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe tool definition exposed to the client.Execute the tool with the given arguments.
-
Constructor Details
-
CompileTool
-
-
Method Details
-
definition
Description copied from interface:McpToolThe tool definition exposed to the client.- Specified by:
definitionin interfaceMcpTool
-
execute
-