Noodle Seed
ReferenceCLI reference

noodle export

Compile locally and export a portable manifest or host plugin.

Compile locally and export a portable manifest or host plugin.

Usage

noodle export manifest|plugin

Subcommands

  • manifest [<server.ts>] — Write the compiled, portable manifest (and connector catalog) to disk.
    • --output <file> — Manifest output file.
    • --connectors-output <file> — Connector catalog output file.
    • --connectors <file> — Connector configuration file.
  • plugin openai [<server.ts>] — Write a deterministic host plugin package from server.ts.
    • --state local|submission — Local marketplace testing or public submission projection. (required)
    • --mcp-url <url> — Exact Streamable HTTP MCP URL. (required)
    • --category <category> — OpenAI install-surface category. (required)
    • --registered-app-id <plugin_asdk_app_id> — ChatGPT developer-mode app ID for local testing only.
    • --output <file> — Output ZIP file. (required)
    • --connectors <file> — Connector configuration file.
    • --json — Emit JSON output.

Runs locally — no account or hosted service required.

Run noodle export --help for the latest options and details.

On this page