This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryGlobal FAF context sharing via URL using five new cloud commands.
Full changelog
🌐 MCPaaS Cloud Integration - Universal Context Sharing
The Answer: Share your FAF context globally via URL. Zero install for recipients.
✨ New Features
☁️ 5 Cloud Tools - Global context sharing via mcpaas.live:
- faf_cloud_publish - Upload project.faf to cloud, get shareable URL
- faf_cloud_fetch - Pull context from cloud into local project.faf
- faf_cloud_list - List available souls on mcpaas.live
- faf_cloud_search - Full-text search + tag-based filtering
- faf_cloud_share - Generate shareable links for instant access
Example Workflow:
```bash
Upload your project.faf
faf_cloud_publish { soul_name: "my-project" }
→ https://mcpaas.live/souls/my-project
Anyone can fetch it (zero install)
faf_cloud_fetch { soul_name: "my-project" }
→ ✅ Context merged into local project.faf
```
🚀 Adoption Catalysts
faf-cli dependency: ^4.0.0 → ^4.3.0
Inherits via CLI fallback:
- faf readme - Automatic README extraction (+25-35% score boost)
- faf human-add - 6Ws Builder integration (non-interactive YAML merge)
- faf git - GitHub repo analysis without cloning
📊 The Numbers
- Tool count: 17 → 22 native MCP tools
- Edge locations: 300+ Cloudflare
- Cold start: <1ms (2.7KB Zig-WASM)
- Tests: 84/84 passing (100%)
🔧 Technical Details
- New cloud-handler.ts module (389 lines)
- HTTP client for mcpaas.live/mcp endpoint
- MCP JSON-RPC 2.0 protocol
- OAuth 2.0 ready (Auth0)
- Compatible with all MCP platforms (Cursor, Windsurf, Cline, VS Code)
📦 Installation
```bash
npm install -g [email protected]
```
Or update your MCP config:
```json
{"mcpServers": {"faf": {"command": "npx", "args": ["-y", "[email protected]"]}}}
```
Zero-install sharing. Edge-deployed. Universal access. 🌐
Built with .faf ☑️
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Wolfe-Jam/faf-mcp
Universal persistent project context for Cursor, Windsurf, Cline, VS Code, and all MCP-compatible platforms (including Claude Desktop). IANA-registered format (application/vnd.faf+yaml). 17 native tools, AI-readiness scoring.
Related context
Beta — feedback welcome: [email protected]