mureo_strategy_get
Retrieve the content of STRATEGY.md as raw markdown, including an exists flag. Use this to access strategy documents when the host lacks direct filesystem access.
Instructions
Read STRATEGY.md and return its raw markdown text plus an exists flag. Returns empty markdown when the file is absent (skills should treat that as 'no strategy yet', not as an error). Use this when the host has no direct filesystem access (Claude Desktop chat, web, remote MCP).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |