Theia API Documentation v1.75.0
    Preparing search index...

    Parsed plugin.json, restricted to the fields Theia uses.

    interface AgentPluginManifest {
        authorName?: string;
        description?: string;
        homepage?: string;
        keywords?: string[];
        name: string;
        schema: string;
        version?: string;
        warnings: string[];
    }
    Index

    Properties

    authorName?: string
    description?: string
    homepage?: string
    keywords?: string[]
    name: string
    schema: string

    The $schema value, so the caller can enforce the plugin.json/mcp.json version match.

    version?: string
    warnings: string[]

    Non-fatal problems that the specification requires the client to report and ignore, i.e. unknown top-level fields and a non-object extensions field. Already localized.