Metadata-Version: 2.4
Name: fcop-mcp
Version: 0.6.1
Summary: MCP (Model Context Protocol) server exposing the fcop library's Project/Task/Report/Issue API to Cursor, Claude Desktop, and other MCP clients.
Project-URL: Changelog, https://github.com/joinwell52-AI/FCoP/blob/main/CHANGELOG.md
Project-URL: Documentation, https://github.com/joinwell52-AI/FCoP#readme
Project-URL: Homepage, https://github.com/joinwell52-AI/FCoP
Project-URL: Repository, https://github.com/joinwell52-AI/FCoP
Project-URL: Issues, https://github.com/joinwell52-AI/FCoP/issues
Author: FCoP Maintainers
License-Expression: MIT
Keywords: agent-coordination,claude-desktop,cursor,fcop,fcop-mcp,llm-tools,mcp,model-context-protocol,multi-agent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: fastmcp>=3.2.0
Requires-Dist: fcop<0.7,>=0.6.1
Requires-Dist: websockets>=12.0
Description-Content-Type: text/markdown

# fcop-mcp

MCP (Model Context Protocol) server that exposes the [`fcop`](https://pypi.org/project/fcop/) library to Cursor, Claude Desktop, and other MCP clients.

```bash
pip install fcop-mcp
# or
uvx fcop-mcp
```

See the [FCoP repository](https://github.com/joinwell52-AI/FCoP) for protocol docs, ADRs, and the changelog.

**Note:** The `fcop` library and `fcop-mcp` are versioned separately; with `fcop-mcp` 0.6.1, install `fcop` **≥0.6.1** (see `pyproject.toml` `Requires-Dist`).

## License

MIT.
