Skip to main content

Module plugins

Module plugins 

Source
Expand description

Plugin discovery and manifest types.

Structs§

Manifest
Declarative metadata a plugin ships with — the on-disk objectiveai.json at <base_dir>/plugins/<owner>/<name>/<version>/objectiveai.json. The CLI reads and writes this shape verbatim (install writes the fetched manifest exactly as authored); the plugins get wire response is a lean projection of it.
McpServer
MCP server entry inside Manifest::mcp_servers. A host-exposed upstream identified by a name that agent declarations reference (via objectiveai_sdk::agent::ClientObjectiveaiMcpPluginEntry::mcp_servers), plus an authorization flag.