v1.0.0 — Initial public 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 tarballsr-truenas-mcp-linux-x64.spdx.json— SPDX SBOM of the buildsr-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