FCoP protocol: official Python library — Project API, task/report/issue files, filename parsing, bundled rules. PyYAML only; not an MCP server.
Project description
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/fcop-standalone.en.md - This repository (specs, essays, source):
https://github.com/joinwell52-AI/FCoP
What you install
pip install fcop
Runtime: Python 3.10+ and PyYAML only — no fastmcp, no websockets, no LLM SDK.
fcop gives you a Project API for creating and maintaining
docs/agents/ (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
Project(".").init() # e.g. dev-team; or .init_solo() for single role
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.
Project details
Release history Release notifications | RSS feed
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-0.6.2.tar.gz.
File metadata
- Download URL: fcop-0.6.2.tar.gz
- Upload date:
- Size: 170.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
303364a38df269022514f342f06416c0772f6f1c44b66d58582c80965991439f
|
|
| MD5 |
b1d3b60e62b0a9eb17510fe187fcaa89
|
|
| BLAKE2b-256 |
5690834691dceac888233462d80d723f18b5ee903bddc7863d6cc067f90350b8
|
File details
Details for the file fcop-0.6.2-py3-none-any.whl.
File metadata
- Download URL: fcop-0.6.2-py3-none-any.whl
- Upload date:
- Size: 209.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa67d2b8da813df856a9009756bf83f02dafadf519660cf609eac8256f9c781f
|
|
| MD5 |
34e4d5f2a0c2e349bd0c1c9c9687023b
|
|
| BLAKE2b-256 |
8f5a0e3571ecc98775a08524a36609a78dc426387e00dd020495e981bb46d9fd
|