add_project
Register a project in the central MCP registry to enable future agent dispatches. Optionally specify language, workspace, tags, and agent settings for dispatch.
Instructions
Append a project to registry.yaml.
Registration is immediate. The agent is not spawned until the next
dispatch call. If the agent is codex, also adds a trusted-
directory entry to ~/.codex/config.toml so codex exec doesn't
refuse to run in that path.
language (optional): preferred response language for dispatches (e.g. "Korean", "ko", "Français", "fr"). When set, every future dispatch prepends "Respond to the user in ." to the prompt. Omit or leave empty for the agent's own default (English).
workspace (optional): if given, also add the project to this workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| path | Yes | ||
| tags | No | ||
| agent | No | claude | |
| language | No | ||
| workspace | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||