Stone.js API
    Preparing search index...

    Starts the MCP dev server from the stone mcp command.

    It reads stone.mcpDev from the blueprint (server name, instructions, your tools) and lets the MCP SDK own the protocol and tool execution: framework knowledge helpers do not need to traverse the kernel. --name / --quiet flags override the configured values.

    Index
    • Handle the mcp command: start the server and keep it running until interrupted.

      Parameters

      • event: IncomingEvent

        The incoming CLI event carrying the parsed flags.

      Returns Promise<void>