FCoP 4.0.2 — CLI Adapter v1
FCoP 4.0 is Stable, Implemented and Released. This patch releases both
fcop==4.0.2 and fcop-mcp==4.0.2.
CLI = Setup + Observe + Diagnose; MCP = Work
Nine top-level commands: init, status, inspect, validate, tools,
doctor, version, spec, and migrate. The historical migrate-workspace
alias and bare-invocation guidance remain compatible.
Observe/diagnose commands are read-only. Only explicit initialization and an
explicit migration apply may write workspace state. Core works without MCP.
The optional MCP Catalog can be inspected without starting a server.
python -m pip install --upgrade fcop==4.0.2
fcop --help
fcop version
fcop doctor
fcop specFor MCP work, install the matching adapter:
python -m pip install --upgrade fcop-mcp==4.0.2
fcop tools
fcop tools merge_branches --jsonThe existing MCP surface remains 49 Tools / 12 Resources / 4 Templates,
including create_branch, inspect_family and merge_branches. This release
does not add or alter MCP work tools or FCoP protocol semantics. The public
fcop_mcp.catalog.get_tool_catalog() reads the authoritative declarations.
Stable specification identity
The authoritative English and Chinese 4.0 specifications now carry the correct
Stable / Implemented / Released identity. Core citations and packaged MCP
resource payloads bind their exact source bytes and SHA-256. Normative clauses,
historical candidate evidence, v3 compatibility, canonical prompts and safety
restrictions are preserved.
Documentation and package boundary
- English CLI reference
- 中文 CLI 参考
- MCP tools
- fcop on PyPI
- fcop-mcp on PyPI
- PR #40 validation and final release receipt
fcop-mcp requires fcop>=4.0.2,<4.1.0. Python 3.10–3.13 are covered by CI.
Installing packages does not initialize/migrate a workspace, deploy rules,
reconfigure a Host, or modify CodeFlowMu. Existing RC and stable releases remain.
FCoP 4.0.2 已补齐 CLI v1、中英文文档和两个 PyPI 项目说明;规范当前身份已
同步为正式稳定、已实现、已发布。CLI 负责设置、观察与诊断,MCP 负责工作操作。
安装不会自动初始化或迁移现有工作区,也不会升级现有 Host 配置。