@node-in-layers/mcp-server
    Preparing search index...

    Interface CliConnection

    CLI (stdio) connection configuration. Use this when the MCP server is launched as a subprocess and communicates over stdin/stdout.

    const connection: CliConnection = { type: 'cli' }
    
    interface CliConnection {
        type: "cli";
    }
    Index

    Properties

    Properties

    type: "cli"