-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.faf
More file actions
54 lines (54 loc) · 1.82 KB
/
Copy pathproject.faf
File metadata and controls
54 lines (54 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
faf_version: 2.5.0
app_type: server-card
generated: 2026-06-08T22:00:00.000Z
project:
name: faf-server-card-ref
goal: Reference MCP Server Card carrying FAF context in _meta — proven conformant, served live at context.faf.one.
main_language: JavaScript
type: server-card
stack:
frontend: slotignored
css_framework: slotignored
ui_library: slotignored
state_management: slotignored
backend: slotignored
api_type: slotignored
runtime: slotignored
database: slotignored
connection: slotignored
hosting: Cloudflare Workers
build: wrangler
cicd: GitHub Actions
monorepo_tool: slotignored
package_manager: slotignored
workspaces: slotignored
admin: slotignored
cache: slotignored
search: slotignored
storage: slotignored
human_context:
who: MCP server-card / discovery-layer maintainers and AI-context implementers
what: A conformant MCP Server Card plus a live minimal MCP endpoint, both carrying FAF context in the reverse-DNS _meta slot, validated against MCP's own schema.
why: Show — with curl-able receipts — that FAF context rides MCP's discovery layer as a well-behaved _meta extension, not a competing format.
where: Cloudflare Workers (context.faf.one) and GitHub (Wolfe-Jam/faf-server-card-ref)
when: 2026-06, aligned to experimental-ext-server-card #22 (reserved /server-card location)
how: npm test runs the WJTTC suite (schema-validated); npm run deploy ships via wrangler
monorepo:
packages_count: slotignored
build_orchestrator: slotignored
versioning_strategy: slotignored
shared_configs: slotignored
remote_cache: slotignored
tech_stack:
- JavaScript
- Cloudflare Workers
- JSON Schema 2020-12
key_files:
- src/index.js
- src/card.js
- schema/server-card.schema.json
- WJTTC-TEST-SUITE.md
commands:
test: npm test
dev: npm run dev
deploy: npm run deploy