mureo_strategy_get
Retrieve the current strategy document from an MCP server. Returns raw markdown and an exists flag, enabling AI agents to read strategy without direct file 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. |