Date: 2026-09-10

Create plugins

The current CLI supports MCP server configuration and built-in skill loading. It does not establish a general plugin authoring API from this documentation route.

Use the current implementation

For external capabilities, configure an MCP server through the supported nova mcp commands and inspect nova mcp --help. For reusable prompt/tool workflows, use the supported skill format described in the skills page.

Boundaries and safety

Do not assume an arbitrary npm package becomes a Nova plugin. MCP transport, configuration validation, authentication, and tool exposure are explicit boundaries.