@cubie-ai/solana-mcp - v1.3.2
    Preparing search index...

    Interface ContextConfig

    Configuration used to create the runtime context for the server.

    interface ContextConfig {
        connection: Connection;
        payerKeypair?: Keypair;
    }

    Implemented by

    Index

    Properties

    connection: Connection

    A connection to a fullnode JSON RPC endpoint

    payerKeypair?: Keypair

    The payer keypair to use for signing transactions.