rust-faf-mcp 0.4.2 → 0.5.0
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 +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,17 +6,17 @@
|
|
|
6
6
|
|
|
7
7
|
**Persistent Project Context for Rust MCP clients. Native. Fast. cargo install**
|
|
8
8
|
|
|
9
|
-
**The
|
|
9
|
+
**The Mk4 Truth Edition (v0.5.0)** — `one.faf/rust-faf-mcp` · **rmcp 3.0.1** (MCP Tier 1 foundation) · **faf-rust-sdk 3.0** (the same always-33 kernel `faf-wasm-sdk` uses) · solid cargo-native Rust MCP for Rust devs
|
|
10
10
|
|
|
11
|
-
**v0.
|
|
11
|
+
**v0.5.0** — the public score is now the real Mk4 kernel score, not a separate legacy completeness heuristic. `faf-rust-sdk` pin caught up from `1.3` to `3`. Note: `faf-cli`'s default `faf score` currently runs a different, 21-slot base kernel (`faf-scoring-kernel`'s `score_faf`) — that convergence is separate, tracked FAF 6.0 work, not part of this release. See [CHANGELOG](./CHANGELOG.md#050---2026-08-26).
|
|
12
12
|
|
|
13
13
|
**FAF defines. MD instructs. AI codes.**
|
|
14
14
|
|
|
15
15
|
> Stop re-explaining your project to every AI session. One `.faf` file holds your persistent project context. Every AI reads it once and knows what you're building.
|
|
16
16
|
|
|
17
17
|
[](https://crates.io/crates/rust-faf-mcp)
|
|
18
|
-
[](https://faf.one)
|
|
19
|
+
[](https://github.com/Wolfe-Jam/rust-faf-mcp)
|
|
20
20
|
[](https://www.iana.org/assignments/media-types/application/vnd.faf+yaml)
|
|
21
21
|
[](LICENSE)
|
|
22
22
|
|
|
@@ -142,17 +142,17 @@ src/
|
|
|
142
142
|
|
|
143
143
|
- **Runtime**: `tokio` single-threaded (`current_thread`)
|
|
144
144
|
- **HTTP**: `reqwest` async (only used by `faf_git` for GitHub API)
|
|
145
|
-
- **SDK**: `faf-rust-sdk` **
|
|
145
|
+
- **SDK**: `faf-rust-sdk` **3.0** (Cargo pin — the facade over `faf-kernel`/`faf-fafb` in [faf-rust](https://github.com/Wolfe-Jam/faf-rust); `score()` for the real Mk4 number, `validate()` for structural checks only)
|
|
146
146
|
- **Server**: **`rmcp` 3.0.1** with `#[tool_router]` / `#[tool_handler]` — JSON-RPC, schema generation, stdio transport (Tier-1 assessed SDK cut)
|
|
147
147
|
|
|
148
148
|
Tools return `serde_json::Value`. The server adapts them to `Result<String, String>` for rmcp's `IntoCallToolResult`.
|
|
149
149
|
|
|
150
150
|
## Testing
|
|
151
151
|
|
|
152
|
-
|
|
152
|
+
118 tests (114 integration + 4 unit):
|
|
153
153
|
|
|
154
154
|
```bash
|
|
155
|
-
cargo test # runs all
|
|
155
|
+
cargo test # runs all 118
|
|
156
156
|
|
|
157
157
|
# Full ship bar (same gates as GitHub CI — run before push)
|
|
158
158
|
bash scripts/ci.sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rust-faf-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"mcpName": "one.faf/rust-faf-mcp",
|
|
5
5
|
"description": "Persistent project context — Rust-native MCP server. IANA-registered .faf format. npm shim downloads the native binary from GitHub Releases.",
|
|
6
6
|
"license": "MIT",
|