rust-faf-mcp 0.5.0 → 0.5.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,9 @@
6
6
 
7
7
  **Persistent Project Context for Rust MCP clients. Native. Fast. cargo install**
8
8
 
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
9
+ **The Mk4 Truth Edition (v0.5.1)** — `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.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).
11
+ **v0.5.1** — patch: cleared 8 GitHub-flagged security advisories (`openssl` transitive dep bump, no source changes) and neutralized defensive-toned README/CHANGELOG copy. The v0.5.0 truth-fix itself: the public score now comes straight from the real Mk4 kernel, `faf-rust-sdk` pin caught up from `1.3` to `3`. (`faf-cli`'s own convergence onto this kernel is separate, tracked FAF 6.0 work.) See [CHANGELOG](./CHANGELOG.md#051---2026-08-26).
12
12
 
13
13
  **FAF defines. MD instructs. AI codes.**
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rust-faf-mcp",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
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",