Skip to content

faf-mcp v1.3.0 - MCPaaS Cloud Integration

Choose a tag to compare

@Wolfe-Jam Wolfe-Jam released this 09 Feb 08:13
· 132 commits to main since this release

🌐 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 faf-mcp@1.3.0
```

Or update your MCP config:
```json
{"mcpServers": {"faf": {"command": "npx", "args": ["-y", "faf-mcp@1.3.0"]}}}
```


Zero-install sharing. Edge-deployed. Universal access. 🌐

Built with .faf ☑️