set_taxonomy_path
Update the taxonomy file path in config.toml to guide task semantics. Validates the path exists as a regular file; dry run previews changes without writing.
Instructions
Update the taxonomy file path persisted in config.toml.
The taxonomy informs the model's interpretation of task semantics. The target path must exist and be a regular file; the tool refuses non-existent or directory targets to prevent silently disabling taxonomy awareness.
Set dry_run=true to validate the path and preview the
config write without touching config.toml. Returns
code="dry_run" per ADR 14.
Takes effect on next MCP server restart. Available at CONTRIBUTOR level (informational input, not a capability).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |