Skip to content

v1.0.0 — Initial public release

Choose a tag to compare

@whasamatau whasamatau released this 01 May 09:38
· 47 commits to master since this release

First public release of sr-truenas-mcp.

A hardened Model Context Protocol server for TrueNAS SCALE. 270 safety-tiered actions across 17 categories, exposed through a single hierarchical truenas tool. Forked from spranab/truenas-mcp; transport migrated from REST to WebSocket JSON-RPC 2.0, four-tier safety classification, layered response filtering, path / dataset-name validation, fail-closed registration.

Licensed under PolyForm Noncommercial 1.0.0 — free for personal, educational, governmental, and research use. Commercial use requires a paid commercial license; email admin@staticrevolution.com. Upstream MIT attribution preserved in NOTICES.

See CHANGELOG.md for the full development log.

Assets

  • sr-truenas-mcp-linux-x64.tar.gz — standalone Linux x64 binary, no Node.js install required (~21 MB)
  • sr-truenas-mcp-linux-x64.tar.gz.sha256 — SHA-256 checksum of the tarball
  • sr-truenas-mcp-linux-x64.spdx.json — SPDX SBOM of the build
  • sr-truenas-mcp-1.0.0.tgz — npm package (Node.js 20+)

Verifying the binary

sha256sum -c sr-truenas-mcp-linux-x64.tar.gz.sha256
tar -xzf sr-truenas-mcp-linux-x64.tar.gz
./sr-truenas-mcp --version
# Expected: 1.0.0+6210ee8