Metadata-Version: 2.4
Name: faf-agent-mcp
Version: 0.1.2
Summary: FAF Agent — the Voice of FAF (MCP server)
Project-URL: Homepage, https://github.com/Wolfe-Jam/faf-agent
Project-URL: Documentation, https://faf.one/agent
Project-URL: Bug Tracker, https://github.com/Wolfe-Jam/faf-agent/issues
Project-URL: FAF Specification, https://faf.one
Author-email: wolfejam <team@faf.one>
License: MIT
License-File: LICENSE
Keywords: agent,ai-agents,faf,fastmcp,grok,mcp,memory,model-context-protocol,voice,xai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: faf-python-sdk>=1.1.0
Requires-Dist: fastmcp>=3.0.0
Requires-Dist: httpx>=0.27
Requires-Dist: pyyaml>=6.0
Requires-Dist: rapidfuzz>=3.0
Requires-Dist: wasmtime>=20.0
Requires-Dist: xai-sdk>=1.4.0
Provides-Extra: dev
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# FAF Agent

**The Voice of FAF.**

A sensible, reliable agent that knows the most about the FAF format. It validates, scores, and answers questions about `.faf` and `.fafm` documents — always citing the spec or clearly refusing when a question is outside scope.

Exactly the size of FAF. No more, no less.

`.faf 🐘🎙️`

---

**What it does**
- Validates and scores .faf documents (faf-cli kernel; native in v0.2.0)
- Answers specification questions with citations
- Refuses out-of-scope questions cleanly
- Maintains voice-native memory on a namepoint

**What it does not do**
- General-purpose reasoning or coding
- Answer questions unrelated to the FAF format

**Install**
```bash
uvx faf-agent-mcp
```

**Usage**
```bash
# Via Claude Code, Cursor, or any MCP host
```

**License**
MIT
