Uses of Interface
org.ek9lang.mcp.McpTool

Packages that use McpTool
Package
Description
 
 
  • Uses of McpTool in org.ek9lang.mcp

    Methods in org.ek9lang.mcp with parameters of type McpTool
    Modifier and Type
    Method
    Description
    void
    McpToolRegistry.register(McpTool tool)
    Register a tool implementation.
  • Uses of McpTool in org.ek9lang.mcp.tools

    Classes in org.ek9lang.mcp.tools that implement McpTool
    Modifier and Type
    Class
    Description
    final class 
    MCP tool for searching the EK9 Q&A knowledge base.
    final class 
    MCP tool that compiles the EK9 workspace.
    final class 
    MCP tool that provides rich explanations for EK9 error codes.
    final class 
    MCP tool that formats EK9 source code.
    final class 
    MCP tool that provides keyword and type help.
    final class 
    MCP tool that returns the EK9 paradigm summary.
    final class 
    MCP tool that queries the complete structure of the class, record, trait, or component at a source location.
    final class 
    MCP tool that queries execution flow analysis for the function or method enclosing a source location.
    final class 
    MCP tool that queries the module containing a source file.
    final class 
    MCP tool that decomposes a stream pipeline expression into its stages, showing the type transformation at each stage.
    final class 
    MCP tool that queries all symbols visible at a specific source location, including their types, set/unset states, and which scope introduced them.
    final class 
    MCP tool that queries the compiler for complete semantic information about the symbol at a specific source location.
    final class 
    MCP tool that returns the EK9 compiler version.