@arc-mcp/adt-ls - v0.6.1
    Preparing search index...

    Interface AdtLsCapabilities

    Fresh runtime contracts; tool availability can change with the destination/backend.

    interface AdtLsCapabilities {
        lsp: Record<string, unknown>;
        tools: McpTool[];
    }
    Index

    Properties

    Properties

    lsp: Record<string, unknown>
    tools: McpTool[]