Expand description
Plugin discovery and manifest types.
Structs§
- Manifest
- Declarative metadata a plugin ships with — the on-disk
objectiveai.jsonat<base_dir>/plugins/<owner>/<name>/<version>/objectiveai.json. The CLI reads and writes this shape verbatim (install writes the fetched manifest exactly as authored); theplugins getwire response is a lean projection of it. - McpServer
- MCP server entry inside
Manifest::mcp_servers. A host-exposed upstream identified by anamethat agent declarations reference (viaobjectiveai_sdk::agent::ClientObjectiveaiMcpPluginEntry::mcp_servers), plus anauthorizationflag.