Metadata-Version: 2.4
Name: canon-mcp-server
Version: 0.1.0
Summary: MCP server that connects AI coding assistants to your team's organizational memory in canon — active migrations, deprecated patterns, architecture decisions, prior failures, and the context behind why things are the way they are.
Project-URL: Repository, https://github.com/zion-off/canon
Requires-Python: >=3.12
Requires-Dist: fastmcp>=3.3.1
Requires-Dist: httpx>=0.28.0
Requires-Dist: pydantic-settings>=2.0
Requires-Dist: sse-starlette>=2.2.0
Description-Content-Type: text/markdown

# canon-mcp-server

MCP server that connects AI coding assistants to your team's organizational memory in canon — active migrations, deprecated patterns, architecture decisions, prior failures, and the context behind why things are the way they are.

```json
{
  "mcpServers": {
    "canon": {
      "command": "uvx",
      "args": ["canon-mcp-server"],
      "env": {
        "CANON_API_TOKEN": "ct_...",
        "CANON_BACKEND_URL": "https://your-canon-backend.com"
      }
    }
  }
}
```
