Stone.js API
    Preparing search index...
    • Build the read-only introspection tools bound to the app's resolved blueprint.

      These expose what the app actually declares (routes, commands, adapters, providers, kernel pipeline, config) so a coding agent understands this app, not just the framework. They read only, never mutate, and redact secret-looking config values.

      Parameters

      • blueprint: IBlueprint

        The resolved application blueprint.

      • Optionalcwd: string

      Returns McpToolDef[]

      The introspection tools.