MCP Resources API 參考
boring.mcp.resources
get_project_status()
Get the current status of the autonomous loop (JSON).
Source code in src/boring/mcp/resources.py
get_prompt()
Read the current PROMPT.md file.
Source code in src/boring/mcp/resources.py
get_workflows()
List available workflows (JSON).
Source code in src/boring/mcp/resources.py
get_project_config()
Get project configuration (JSON). Includes Boring settings, verification levels, and feature flags.
Source code in src/boring/mcp/resources.py
get_project_tasks()
Get current project tasks from task.md (JSON). Returns completed and pending tasks.