FCoP — fcop (Python package)
This file is the PyPI long description for the fcop package only — a pure Python
library. It is not the MCP server; the optional IDE bridge is the separate
PyPI fcop-mcp project.
- FCoP protocol (what it is, no product pitch):
https://github.com/joinwell52-AI/FCoP/blob/main/docs/getting-started.en.md - This repository (specs, essays, source):
https://github.com/joinwell52-AI/FCoP
FCoP 4.0.0 Stable
4.0.0 promotes the accepted RC without new protocol or tool business behavior. Workspace identity, four envelopes, Branch, explicit convergence, authorization, durable idempotency, atomic recovery and rule distribution are provided by Core. Existing 3.x workspaces retain legacy semantics; installing does not migrate, redeploy rules or modify other applications. Historical RC 4.0.0rc1 is retained.
Installation
python -m pip install fcop==4.0.0
Runtime: Python 3.10+, PyYAML and jsonschema — no fastmcp, no websockets, no LLM SDK.
fcop gives you a Project API for creating and maintaining
fcop/ (tasks, reports, issues, fcop.json, team templates) and
reading/writing the protocol’s Markdown+YAML files. The normative rules
files for agents (fcop-rules.mdc, fcop-protocol.mdc) ship inside the
package and can be written into a repo by init / deploy flows.
Minimal example
from fcop import Project
from pathlib import Path
from tempfile import TemporaryDirectory
with TemporaryDirectory(prefix="fcop-demo-") as directory:
project = Project(Path(directory) / "workspace")
workspace = project.create_workspace(protocol_version="4.0")
print(workspace["workspace_id"])
0.5.x → 0.6.x
The MCP server moved to fcop-mcp; this wheel keeps the library and a
fcop compat CLI that only prints a migration message if someone still
expects the old 0.5 fcop command. See:
https://github.com/joinwell52-AI/FCoP/blob/main/docs/MIGRATION-0.6.md
License
MIT — https://github.com/joinwell52-AI/FCoP/blob/main/LICENSE
Full monorepo README, essays, and the optional MCP install guide: same GitHub
repository, not the PyPI fcop long description.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fcop-4.0.0.tar.gz.
File metadata
- Download URL: fcop-4.0.0.tar.gz
- Upload date:
- Size: 617.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28c82fe6dd797b46776f1923d3e156854782140e8dde362f320d25f89db322b6
|
|
| MD5 |
6ab3275c9e1f40ac13649bcee73f7093
|
|
| BLAKE2b-256 |
adb950741b289e14c515c6ff4d9aeac2f5f5622c275e7326fc86351c4cc7039e
|
File details
Details for the file fcop-4.0.0-py3-none-any.whl.
File metadata
- Download URL: fcop-4.0.0-py3-none-any.whl
- Upload date:
- Size: 726.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f91ea21ddd63da76b75a0dd1002825768337f0272a230b20304adaf8245b926
|
|
| MD5 |
ae9910253abd361e0dd624e6af5e0f30
|
|
| BLAKE2b-256 |
55d9400201b09f981a0c02e4e8da18ccd743c91564ed13596106ca64ad50736a
|