claude-faf-mcp 2.2.6 โ 2.2.8
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/README.md +9 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
# ๐๏ธโก๏ธ Claude .faf MCP Server
|
|
2
|
-
##
|
|
2
|
+
## .faf The JPEG for AI is here
|
|
3
3
|
|
|
4
|
-
> **๐
|
|
4
|
+
> **๐ MCP READY - The JPEG for AI is REAL! ๐**
|
|
5
|
+
|
|
6
|
+
> **๐ Testing Center: [faf.one/testing](https://faf.one/testing) ๐**
|
|
5
7
|
|
|
6
|
-
> **๐ F1-Inspired TESTING CENTER: [`/Users/wolfejam/faf-test-environment`](https://github.com/wolfejam/claude-faf-mcp/blob/main/WOLFEJAM_TESTING_CENTER.md) | [View Dashboard](file:///Users/wolfejam/FAF/claude-faf-mcp/TESTING_CENTER_DASHBOARD.html) ๐**
|
|
7
8
|
|
|
8
9
|
> **Claude .faf MCP Server | AI-Context on-demand management with bi-sync for Claude Users of all levels, with C.O.R.E performance faf-engine-Mk1**
|
|
9
10
|
|
|
10
11
|
Transform your projects into AI-optimized collaboration spaces with **C.O.R.E (Comprehensive, Optimized, Relentless, Empirical) performance** powered by the **faf-engine-Mk1** architecture.
|
|
11
12
|
|
|
12
|
-
[](https://modelcontextprotocol.io)
|
|
13
14
|
[](https://www.npmjs.com/package/claude-faf-mcp)
|
|
14
15
|
[](https://claude.ai)
|
|
15
16
|
[](https://faf.one)
|
|
@@ -83,8 +84,8 @@ Currently delivers:
|
|
|
83
84
|
|
|
84
85
|
## ๐ Testing & Development
|
|
85
86
|
|
|
86
|
-
**๐ Testing Guide: [TESTING_CENTER.md](./TESTING_CENTER.md)**
|
|
87
87
|
**๐งช Test Scripts: Available in `/tests/scripts/`**
|
|
88
|
+
**๐ 11,000+ tests run and counting**
|
|
88
89
|
|
|
89
90
|
### Quick Test Commands
|
|
90
91
|
```bash
|
|
@@ -287,9 +288,11 @@ We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) f
|
|
|
287
288
|
|
|
288
289
|
MIT License - see the [LICENSE](LICENSE) file for details.
|
|
289
290
|
|
|
291
|
+
**Note: ASK FOR ACCESS - SOME FEATURES**: The .faf-Engine(s) are proprietary and available under license.
|
|
292
|
+
|
|
290
293
|
## ๐ Support
|
|
291
294
|
|
|
292
|
-
- **GitHub Issues**: [Report bugs or request features](https://github.com/
|
|
295
|
+
- **GitHub Issues**: [Report bugs or request features](https://github.com/Wolfe-Jam/claude-faf-mcp/issues)
|
|
293
296
|
- **Documentation**: [Full documentation](https://faf.dev/docs/claude-mcp)
|
|
294
297
|
- **Community**: [Join our Discord](https://discord.gg/faf-dev)
|
|
295
298
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-faf-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.8",
|
|
4
4
|
"description": ".faf The JPEG for AI is here. The C in MCP is .faf - Foundational AI-context Format. Universal AI context management with 33+ tools for Claude Desktop. Every command shows AI-Readiness score. Drop file โ Type 'faf' โ 99% ready!",
|
|
5
5
|
"main": "dist/server.js",
|
|
6
6
|
"bin": {
|