mureo_strategy_set
Update the STRATEGY.md file with new markdown content to revise goals, constraints, or operation mode. The input is validated before writing to prevent corruption. Use this to modify the AI agent's strategy from a chat interface.
Instructions
Atomically replace STRATEGY.md with the provided markdown. The content is parsed via parse_strategy() before writing to ensure it is well-formed; a malformed input raises rather than corrupts the file. Use this to update goals, constraints, or operation mode from a chat-only host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The full new content of STRATEGY.md. | |
| path | No | Optional path to the file. Defaults to STRATEGY.md / STATE.json in the MCP server's current working directory. Paths outside cwd are refused. |