grok-faf-mcp 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,51 @@ All notable changes to faf-mcp will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.2.2] - 2026-04-30
9
+
10
+ ### Added
11
+ - **`CONTRIBUTING.md`** — TL;DR for xAI devs, PR conventions, branch
12
+ model, code style, CI doctrine, MCP-tool contribution path, npm
13
+ publish discipline, architecture decisions (`.faf` here / `.fafm`
14
+ in the Voice variant). Tight (~170 lines), F1-inspired tone.
15
+ Direct line for high-signal contributors landing on the repo.
16
+ - **Voice variant cross-link** in README — points readers at
17
+ [`grok-faf-voice`](https://pypi.org/project/grok-faf-voice/), the
18
+ reference implementation of the **Voice Memory Layer (VML)**.
19
+ Same family (`.faf 🐘` for context / `.fafm 🐘🎙️` for voice
20
+ memory), different surface. Routes existing grok-faf-mcp traffic
21
+ to the new voice-side product.
22
+
23
+ ### Changed
24
+ - **README H1 simplified** — `# grok-faf-mcp | FAST⚡️AF` →
25
+ `# FAST⚡️AF Context`. npm/PyPI both render the package name
26
+ above the README, so the prefix doubled up. New H1 is pure
27
+ positioning and pairs with `grok-faf-voice`'s "Fast⚡️AF memory
28
+ setup" as sibling FAST⚡️AF taglines (`.faf` = Context,
29
+ `.fafm` = memory).
30
+ - **Tier ladder canonical alignment** — README scoring table now
31
+ matches `faf-cli/src/core/tiers.ts` exactly: 🏆 ★ ◆ ◇ ● ● ○ ♡.
32
+ Top 4 tiers (TROPHY → BRONZE) bolded to mirror the CLI's
33
+ orange/cyan emphasis; GREEN's symbol bolded to mirror
34
+ `bold('●')`; YELLOW/RED/WHITE plain to mirror `dim()`. Adds the
35
+ WHITE 0% row that was previously missing.
36
+ - README test count corrected: 179 → 169 (actual passing count).
37
+ Honest pass for v1.2.2.
38
+
39
+ ### Notes
40
+ - Docs-only patch — no behavior changes, no MCP protocol changes,
41
+ no new dependencies. Safe upgrade for all consumers.
42
+ - Companion to `grok-faf-voice` v0.1.3 launch (PyPI live as of
43
+ 2026-04-30); the cross-link routes existing grok-faf-mcp traffic
44
+ to the new Voice surface.
45
+
46
+ ## [1.2.1] - 2026-03-28
47
+
48
+ ### Changed
49
+ - Bump @modelcontextprotocol/sdk from 1.20.1 to 1.27.1 (parity with claude-faf-mcp and faf-mcp)
50
+ - Includes auth/pre-registration conformance, transport fixes, discovery caching
51
+ - README: added star prompt and faf-cli cross-reference
52
+
8
53
  ## [1.2.0] - 2026-03-15
9
54
 
10
55
  ### Added
package/CLAUDE.md CHANGED
@@ -1,17 +1,19 @@
1
+ <!-- faf: grok-faf-mcp | TypeScript | grok-faf-mcp | FAST⚡️AF • First MCP server for Grok • URL-based AI context • IANA-registered .faf format (application/vnd.faf+yaml) -->
2
+
1
3
  # 🏎️ CLAUDE.md - grok-faf-mcp | FAST⚡️AF
2
4
 
3
- ## PROJECT STATE: SHIPPING 🚀
4
- **Current Position:** First MCP server built for Grok
5
+ ## PROJECT STATE: SHIPPING
6
+ **Current Position:** Persistent project context for xAI Grok — first MCP server built for Grok
5
7
  **Tyre Compound:** ULTRASOFT C5 (Maximum Performance)
6
8
  **Status:** URL-based, Vercel-deployed, Production-ready
7
9
 
8
10
  ---
9
11
 
10
- ## 🎨 CORE CONTEXT
12
+ ## CORE CONTEXT
11
13
 
12
14
  ### Project Identity
13
15
  - **Name:** grok-faf-mcp
14
- - **Purpose:** First MCP server responding to Grok's URL request
16
+ - **Purpose:** Persistent project context for xAI Grok — first MCP server responding to Grok's URL request
15
17
  - **Stack:** Node.js/TypeScript + Vercel
16
18
  - **Quality:** F1-INSPIRED (Championship Performance)
17
19
  - **Philosophy:** FAST⚡️AF - First to ship, zero friction, exactly what you asked for
@@ -20,7 +22,7 @@
20
22
 
21
23
  **Grok asked for MCP on a URL. This is it.**
22
24
 
23
- This is the FIRST MCP server specifically built for Grok/xAI, deployed on Vercel with URL-based access. No installation required. Point your Grok integration at the endpoint, get instant access to 17 MCP tools + 14 bundled commands.
25
+ **Persistent project context for xAI Grok.** Deployed on Vercel with URL-first access no installation required. Point your Grok integration at the endpoint, get persistent project context served via MCP SSE. First MCP server built specifically for Grok/xAI.
24
26
 
25
27
  ### Repository Structure
26
28
 
@@ -42,14 +44,14 @@ grok-faf-mcp/
42
44
  - **Why:** Grok asked for MCP on a URL - first to deliver
43
45
  - **Format:** IANA-registered .faf (application/vnd.faf+yaml)
44
46
 
45
- ### 📊 Context Quality Status
47
+ ### Context Quality Status
46
48
  - **Overall Assessment:** Production-ready (based on faf-mcp v1.1.1)
47
49
  - **Last Updated:** 2025-11-18
48
50
  - **Version:** 1.0.0 (First Release)
49
51
 
50
52
  ---
51
53
 
52
- ## 🚀 Deployment Architecture
54
+ ## Deployment Architecture
53
55
 
54
56
  ### Vercel Production
55
57
  - **URL:** https://grok-faf-mcp.vercel.app/
@@ -65,7 +67,7 @@ grok-faf-mcp/
65
67
 
66
68
  ---
67
69
 
68
- ## 💡 Quick Start for AI
70
+ ## Quick Start for AI
69
71
 
70
72
  **Q: How do I use grok-faf-mcp?**
71
73
 
@@ -100,7 +102,7 @@ Use FAF to sync project context
100
102
 
101
103
  ---
102
104
 
103
- ## 🚨 NPM PUBLISH PROTOCOL - MANDATORY 🚨
105
+ ## NPM PUBLISH PROTOCOL - MANDATORY
104
106
 
105
107
  **CRITICAL RULE: `npm publish` IS FORBIDDEN WITHOUT APPROVAL**
106
108
 
@@ -126,7 +128,7 @@ Before ANY npm publish of grok-faf-mcp:
126
128
 
127
129
  ---
128
130
 
129
- ## 🎯 Strategic Position
131
+ ## Strategic Position
130
132
 
131
133
  ### Market Positioning
132
134
 
@@ -161,7 +163,7 @@ Before ANY npm publish of grok-faf-mcp:
161
163
 
162
164
  ---
163
165
 
164
- ## 🔧 Development
166
+ ## Development
165
167
 
166
168
  ### Local Development
167
169
 
@@ -249,7 +251,7 @@ Status: Production
249
251
 
250
252
  ---
251
253
 
252
- ## 🌐 Community & Ecosystem
254
+ ## Community & Ecosystem
253
255
 
254
256
  **Official Links:**
255
257
  - Website: https://faf.one
@@ -265,7 +267,7 @@ Status: Production
265
267
 
266
268
  ---
267
269
 
268
- **STATUS: PRODUCTION 🚀**
270
+ **STATUS: PRODUCTION**
269
271
 
270
272
  *Built for Grok. Built for Speed. Built Right.*
271
273
  *FAST⚡️AF • First to Ship • Zero Friction*
@@ -273,7 +275,7 @@ Status: Production
273
275
  **Built with F1-inspired engineering principles** 🏎️⚡
274
276
  ---
275
277
 
276
- **STATUS: BI-SYNC ACTIVE 🔗 - Synchronized with .faf context!**
278
+ **STATUS: BI-SYNC ACTIVE - Synchronized with .faf context!**
277
279
 
278
280
  *Last Sync: 2026-03-15T19:48:38.492Z*
279
281
  *Sync Engine: F1-Inspired Software Engineering*
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # grok-faf-mcp | FAST⚡️AF
1
+ # FAST⚡️AF Context
2
2
 
3
3
  <div align="center">
4
4
  <img src="https://www.faf.one/orange-smiley.svg" alt="FAF" width="80" />
5
5
 
6
6
  <h3>Grok asked for MCP on a URL. This is it.</h3>
7
7
 
8
- <p><strong>First MCP server built for Grok</strong></p>
8
+ <p><strong>Persistent Project Context for xAI Grok. URL-based. Zero config.</strong></p>
9
9
  <p><code>URL-based • Zero config • Just works</code></p>
10
10
 
11
11
  [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/Wolfe-Jam/grok-faf-mcp)
@@ -18,20 +18,22 @@
18
18
  [![project.faf](https://img.shields.io/badge/project.faf-inside-00D4D4)](https://github.com/Wolfe-Jam/faf)
19
19
  </div>
20
20
 
21
+ **FAF defines. MD instructs. AI codes.**
22
+
21
23
  ---
22
24
 
23
- ## 📋 The 6 Ws - Quick Reference
25
+ ## The 6 Ws - Quick Reference
24
26
 
25
27
  Every README should answer these questions. Here's ours:
26
28
 
27
29
  | Question | Answer |
28
30
  |----------|--------|
29
- | **👥 WHO** is this for? | Grok/xAI developers and teams building with URL-based MCP |
30
- | **📦 WHAT** is it? | First MCP server built for Grok - URL-based AI context via IANA-registered .faf format |
31
- | **🌍 WHERE** does it work? | Vercel (production) • Local dev • Any MCP client supporting HTTP-SSE |
32
- | **🎯 WHY** do you need it? | Zero-config MCP on a URL - Grok asked for it, we built it first |
33
- | **⏰ WHEN** should you use it? | Grok integration testing, xAI projects, URL-based MCP deployments |
34
- | **🚀 HOW** does it work? | Point to `https://grok-faf-mcp.vercel.app/sse` - 21 tools instantly available |
31
+ | **WHO** is this for? | Grok/xAI developers and teams building with URL-based MCP |
32
+ | **WHAT** is it? | Persistent project context for xAI Grok URL-first deployment, IANA-registered .faf format |
33
+ | **WHERE** does it work? | Vercel (production) • Local dev • Any MCP client supporting HTTP-SSE |
34
+ | **WHY** do you need it? | Zero-config MCP on a URL - Grok asked for it, we built it first |
35
+ | **WHEN** should you use it? | Grok integration testing, xAI projects, URL-based MCP deployments |
36
+ | **HOW** does it work? | Point to `https://grok-faf-mcp.vercel.app/sse` context tools served via MCP SSE |
35
37
 
36
38
  **For AI:** Read the detailed sections below for full context.
37
39
  **For humans:** Use this pattern in YOUR README. Answer these 6 questions clearly.
@@ -58,7 +60,7 @@ With .faf → Grok already knows. Every session. Forever.
58
60
  ```
59
61
  faf_auto
60
62
  ━━━━━━━━━━━━━━━━━
61
- Score: 0% → 85% (+85) 🥉 Bronze
63
+ Score: 0% → 85% (+85) BRONZE
62
64
  Steps:
63
65
  1. Created project.faf
64
66
  2. Detected stack from package.json
@@ -99,7 +101,7 @@ Format: IANA-registered .faf (application/vnd.faf+yaml)
99
101
  Tools: 21 core MCP tools (55 total with advanced)
100
102
  Engine: Mk4 WASM scoring (faf-scoring-kernel)
101
103
  Speed: 0.5ms average (was 19ms — 3,800% faster with Mk4)
102
- Tests: 179 passing (7 suites)
104
+ Tests: 169 passed · 0 failed · 169 total (7 suites)
103
105
  Status: FAST⚡️AF
104
106
  ```
105
107
 
@@ -111,19 +113,20 @@ Status: FAST⚡️AF
111
113
 
112
114
  | Tier | Score | What it means |
113
115
  |------|-------|---------------|
114
- | 🏆 **Trophy** | 100% | Gold Code — AI is optimized |
115
- | 🥇 **Gold** | 99%+ | Near-perfect context |
116
- | 🥈 **Silver** | 95%+ | Excellent |
117
- | 🥉 **Bronze** | 85%+ | Production ready |
118
- | 🟢 **Green** | 70%+ | Solid foundation |
119
- | 🟡 **Yellow** | 55%+ | AI flipping coins |
120
- | 🔴 **Red** | <55% | AI working blind |
116
+ | **🏆 TROPHY** | 100% | Gold Code — AI is optimized |
117
+ | **★ GOLD** | 99%+ | Near-perfect context |
118
+ | **◆ SILVER** | 95%+ | Excellent |
119
+ | **◇ BRONZE** | 85%+ | Production ready |
120
+ | **●** GREEN | 70%+ | Solid foundation |
121
+ | YELLOW | 55%+ | AI flipping coins |
122
+ | RED | <55% | AI working blind |
123
+ | ♡ WHITE | 0% | Empty — good luck |
121
124
 
122
125
  At 55%, Grok guesses half the time. At 100%, Grok knows your project.
123
126
 
124
127
  ---
125
128
 
126
- ## 🚀 Three Ways to Deploy
129
+ ## Three Ways to Deploy
127
130
 
128
131
  ### 1. Hosted (Instant)
129
132
  ```
@@ -154,7 +157,7 @@ npx grok-faf-mcp
154
157
 
155
158
  ---
156
159
 
157
- ## 🛠️ MCP Tools (21 Core)
160
+ ## MCP Tools (21 Core)
158
161
 
159
162
  **Create & Detect**
160
163
 
@@ -214,7 +217,7 @@ Benchmarked 10x per tool, warmed up, on local execution.
214
217
  ## Architecture
215
218
 
216
219
  ```
217
- grok-faf-mcp v1.2.0
220
+ grok-faf-mcp v1.2.1
218
221
  ├── api/index.ts → Vercel serverless (Express + SSE transport)
219
222
  ├── src/
220
223
  │ ├── server.ts → MCP server (ClaudeFafMcpServer)
@@ -253,7 +256,7 @@ npm test # runs all 179
253
256
 
254
257
  ---
255
258
 
256
- ## 🔗 Endpoints
259
+ ## Endpoints
257
260
 
258
261
  | Endpoint | URL |
259
262
  |----------|-----|
@@ -264,7 +267,7 @@ npm test # runs all 179
264
267
 
265
268
  ---
266
269
 
267
- ## 📦 Ecosystem
270
+ ## Ecosystem
268
271
 
269
272
  One format, every AI platform.
270
273
 
@@ -274,14 +277,42 @@ One format, every AI platform.
274
277
  | [claude-faf-mcp](https://npmjs.com/package/claude-faf-mcp) | Anthropic | npm + MCP #2759 |
275
278
  | [gemini-faf-mcp](https://pypi.org/project/gemini-faf-mcp/) | Google | PyPI |
276
279
  | [rust-faf-mcp](https://crates.io/crates/rust-faf-mcp) | Rust | crates.io |
277
- | [faf-mcp](https://npmjs.com/package/faf-mcp) | Universal (Cursor, Windsurf, Cline) | npm |
278
- | [faf-cli](https://npmjs.com/package/faf-cli) | Terminal CLI | npm + Homebrew |
280
+ | [faf-mcp](https://npmjs.com/package/faf-mcp) | Cursor, IDE's, VS Code | npm |
281
+ | [faf-cli](https://npmjs.com/package/faf-cli) | Terminal CLI | bunx, npm + Homebrew |
279
282
 
280
283
  Same `project.faf`. Same scoring. Same result. Different execution layer.
281
284
 
282
285
  ---
283
286
 
284
- ## 📄 License
287
+ ## Voice variant — `grok-faf-voice` (VML)
288
+
289
+ `.fafm 🐘🎙️` — the voice variant of the `.faf 🐘` family.
290
+
291
+ **[grok-faf-voice](https://pypi.org/project/grok-faf-voice/)** is the reference implementation of the **Voice Memory Layer (VML)** — what your voice agent *remembers* across sessions, devices, and model switches. Companion to `grok-faf-mcp`:
292
+
293
+ - **`grok-faf-mcp`** (this) — `.faf` Foundational Context Layer for Grok via MCP-on-a-URL.
294
+ - **`grok-faf-voice`** — `.fafm` Voice Memory Layer (VML) for Grok Voice via LiveKit + xAI realtime.
295
+
296
+ Same family. Different surface. *Voice swappable; memory permanent.*
297
+
298
+ [PyPI](https://pypi.org/project/grok-faf-voice/) · [GitHub](https://github.com/Wolfe-Jam/grok-faf-voice) · [Onboarding](https://wolfe-jam.github.io/grok-faf-voice/onboarding.html)
299
+
300
+ ---
301
+
302
+ ## Contributing
303
+
304
+ PR conventions, code style, CI doctrine, MCP-tool contribution path,
305
+ npm publish discipline, architecture decisions: **[CONTRIBUTING.md](CONTRIBUTING.md)**.
306
+
307
+ xAI / Grok devs welcome — TL;DR setup at the top, F1-inspired tone throughout.
308
+
309
+ ---
310
+
311
+ If grok-faf-mcp has been useful, consider starring the repo ⭐️ it helps others find it.
312
+
313
+ ---
314
+
315
+ ## License
285
316
 
286
317
  MIT — Free and open source
287
318
 
@@ -292,3 +323,15 @@ MIT — Free and open source
292
323
  <p>FAST⚡️AF • First to Ship • Zero Friction</p>
293
324
  <p><strong>Zero drift. Eternal sync. AI optimized.</strong> 🏆</p>
294
325
  </div>
326
+
327
+ ---
328
+
329
+ ### Get the CLI
330
+
331
+ > **faf-cli** — The original AI-Context CLI. A must-have for every builder.
332
+
333
+ ```bash
334
+ npx faf-cli auto
335
+ ```
336
+
337
+ **Anthropic MCP [#2759](https://github.com/modelcontextprotocol/servers/pull/2759)** · **IANA Registered:** `application/vnd.faf+yaml` · [faf.one](https://faf.one) · [npm](https://www.npmjs.com/package/faf-cli)
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "grok-faf-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "mcpName": "io.github.Wolfe-Jam/grok-faf-mcp",
5
- "description": "grok-faf-mcp | FAST⚡️AF First MCP server for Grok • URL-based AI context • IANA-registered .faf format (application/vnd.faf+yaml)",
5
+ "description": "Persistent Project Context for xAI Grok. IANA-registered .faf format, MCP server on a URL, Vercel-deployed.",
6
6
  "icon": "./assets/icons/faf-icon-256.png",
7
7
  "logo": "./assets/icons/faf-icon-256.png",
8
- "displayName": ".faf 🧡⚡️ for Grok",
8
+ "displayName": ".faf 🐘⚡️ for Grok",
9
9
  "main": "dist/src/index.js",
10
10
  "bin": {
11
11
  "grok-faf-mcp": "dist/src/index.js"
@@ -107,8 +107,8 @@
107
107
  "access": "public"
108
108
  },
109
109
  "dependencies": {
110
- "@modelcontextprotocol/sdk": "^1.20.1",
111
- "@vercel/analytics": "^1.6.1",
110
+ "@modelcontextprotocol/sdk": "^1.27.1",
111
+ "@upstash/redis": "^1.37.0",
112
112
  "cors": "^2.8.5",
113
113
  "express": "^4.21.0",
114
114
  "faf-cli": ">=3.1.1",
package/project.faf CHANGED
@@ -1,154 +1,40 @@
1
- faf_version: 2.5.0
2
- ai_scoring_system: 2025-09-20
3
- ai_score: 85%
4
- ai_confidence: HIGH
5
- ai_value: 30_seconds_replaces_20_minutes_of_questions
6
- ai_tldr:
7
- project: Faf Mcp - "USE>FAF™ - IANA-registered format (application/vnd.faf+yaml)
8
- • Universal AI context • MCP server for all platforms • Start with 'Use
9
- FAF'"
10
- stack: CLI/TypeScript/TypeScript (tsc)/npm registry/Node.js
11
- quality_bar: ZERO_ERRORS_F1_STANDARDS
12
- current_focus: Production deployment preparation
13
- your_role: Build features with perfect context
14
- instant_context:
15
- what_building: USE>FAF™ - IANA-registered format (application/vnd.faf+yaml) •
16
- Universal AI context • MCP server for all platforms • Start with 'Use FAF'
17
- tech_stack: CLI/TypeScript/TypeScript (tsc)/npm registry/Node.js
18
- main_language: TypeScript
19
- deployment: npm registry
20
- key_files:
21
- - package.json
22
- - tsconfig.json
23
- context_quality:
24
- slots_filled: 16/21 (76%)
25
- ai_confidence: GOOD
26
- handoff_ready: true
27
- missing_context:
28
- - CI/CD pipeline
29
- - Database
30
- slot_ignore:
31
- - database
32
- - connection
1
+ faf_version: "3.0"
33
2
  project:
34
3
  name: grok-faf-mcp
35
- goal: grok-faf-mcp | FAST⚡️AF • First MCP server for Grok • URL-based AI context
36
- • IANA-registered .faf format (application/vnd.faf+yaml)
4
+ goal: grok-faf-mcp | FAST⚡️AF • First MCP server for Grok • URL-based AI context • IANA-registered .faf format (application/vnd.faf+yaml)
37
5
  main_language: TypeScript
38
- type: cli-ts
39
- generated: 2025-11-13T20:02:03.291Z
40
- mission: 🚀 Make Your AI Happy! 🧡 Trust-Driven 🤖
41
- revolution: 30 seconds replaces 20 minutes of questions
42
- brand: F1-Inspired Software Engineering - Championship AI Context
43
- ai_instructions:
44
- how_to_start: Just USE FAF - Start every prompt with 'Use FAF to...' and MCP
45
- tools handle the rest
46
- priority_order:
47
- - 1. Read THIS .faf file first
48
- - 2. Check CLAUDE.md for session context
49
- - 3. Review package.json for dependencies
50
- quick_commands:
51
- - Use FAF to initialize your project
52
- - Use FAF to sync my project.faf to all platforms
53
- - Use FAF to score my AI-readiness
54
- working_style:
55
- code_first: true
56
- explanations: minimal
57
- quality_bar: zero_errors
58
- testing: required
59
- warnings:
60
- - Never modify dial components without approval
61
- - All TypeScript must pass strict mode
62
- - Test coverage required for new features
6
+ type: mcp
7
+ framework: mcp-sdk-ts
63
8
  stack:
64
- frontend: CLI
65
- css_framework: None
66
- ui_library: None
67
- state_management: None
68
- backend: Node.js
69
- runtime: Node.js >=18.0.0
70
- database: None
9
+ frontend: slotignored
10
+ css_framework: slotignored
11
+ ui_library: slotignored
12
+ state_management: slotignored
13
+ backend: MCP SDK (TS)
14
+ api_type: MCP (stdio/SSE)
15
+ runtime: Node.js
16
+ database: slotignored
17
+ connection: slotignored
18
+ hosting: Vercel
71
19
  build: TypeScript (tsc)
72
- package_manager: npm
73
- api_type: CLI
74
- hosting: npm registry
75
- cicd: Vercel
76
- targetUser: developers
77
- coreProblem: understanding project
78
- missionPurpose: project documentation
79
- packageManager: npm/yarn/pnpm
80
- mainLanguage: JavaScript/TypeScript
81
- preferences:
82
- quality_bar: zero_errors
83
- commit_style: conventional_emoji
84
- response_style: concise_code_first
85
- explanation_level: minimal
86
- communication: direct
87
- testing: required
88
- documentation: as_needed
89
- state:
90
- phase: development
91
- version: 1.0.0
92
- focus: production_deployment
93
- status: green_flag
94
- next_milestone: npm_publication
95
- blockers: null
96
- tags:
97
- auto_generated:
98
- - faf-mcp
99
- - cli
100
- - typescript
101
- - typescript-(tsc)
102
- - npm-registry
103
- - node.js
104
- smart_defaults:
105
- - .faf
106
- - ai-ready
107
- - "2025"
108
- - software
109
- - open-source
110
- user_defined: null
20
+ cicd: GitHub Actions
21
+ monorepo_tool: slotignored
22
+ package_manager: slotignored
23
+ workspaces: slotignored
24
+ admin: slotignored
25
+ cache: slotignored
26
+ search: slotignored
27
+ storage: slotignored
111
28
  human_context:
112
- who: Grok/xAI developers and teams
113
- what: URL-based MCP server for Grok
114
- why: Zero-config MCP on a URL - Grok asked for it
115
- where: Vercel production + Local dev
116
- when: Grok integration testing, xAI projects
117
- how: Point to https://grok-faf-mcp.vercel.app/sse
118
- additional_context:
119
- what:
120
- - First ever MCP for Grok
121
- - First FAF MCP on web
122
- why:
123
- - Grok asked for MCP on a URL
124
- - Zero installation, instant access
125
- - FAST⚡️AF (19ms average)
126
- context_score: 0
127
- total_prd_score: 85
128
- success_rate: 50%
129
- ai_scoring_details:
130
- system_date: 2025-09-20
131
- slot_based_percentage: 76
132
- ai_score: 85
133
- total_slots: 21
134
- filled_slots: 16
135
- scoring_method: Honest percentage - no fake minimums
136
- trust_embedded: COUNT ONCE architecture - trust MY embedded scores
137
- faf_dna:
138
- birth_dna: 22
139
- birth_certificate: FAF-2025-FAFMCP-NR94
140
- birth_date: 2025-11-13T20:02:03.306Z
141
- current_score: 83
142
- generated: 2026-02-15T05:07:07.238Z
143
- stack_signature: typescript-nodejs-javascript
144
- detected_frameworks:
145
- - Claude Code
146
- - Jest
147
- - Node.js
148
- - JavaScript
149
- - TypeScript
150
- - Vercel
151
- turbo_cat_intelligence: 205
152
- stats:
153
- last_auto_time: 0.2
154
- times_run: 3
29
+ who: Developers using xAI Grok with MCP
30
+ what: First MCP server for Grok — persistent AI context via IANA-registered .faf format
31
+ why: Every AI session starts from zero. grok-faf-mcp gives Grok persistent project DNA.
32
+ where: npm registry, Vercel (grok-faf-mcp.vercel.app), MCP Registry
33
+ when: Shipped 2026, v1.2.1
34
+ how: npx grok-faf-mcp or Deploy to Vercel — 21 tools, SSE transport, WASM Mk4 scoring
35
+ monorepo:
36
+ packages_count: slotignored
37
+ build_orchestrator: slotignored
38
+ versioning_strategy: slotignored
39
+ shared_configs: slotignored
40
+ remote_cache: slotignored