plugins/build.md +2 −1
250 250
251Every plugin has a manifest at `.codex-plugin/plugin.json`. It can also include251Every plugin has a manifest at `.codex-plugin/plugin.json`. It can also include
252a `skills/` directory, an `.app.json` file that points at one or more apps or252a `skills/` directory, an `.app.json` file that points at one or more apps or
253253connectors, and assets used to present the plugin across supported surfaces.connectors, an `.mcp.json` file that configures MCP servers, and assets used to
254present the plugin across supported surfaces.
254 255
255- my-plugin/256- my-plugin/
256 257