Skip to content

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Dec 16:26
· 252 commits to main since this release
301b7bd

What's Changed

Added

  • DEVONthink MCP test suite: 39 security validation tests
    • Basic input validation tests (query, UUID, limit, content, doc type)
    • URL scheme validation tests (blocks file://, ftp://, javascript:)
    • File path validation tests (home/temp restriction, sensitive path blocking)
    • Academic identifier tests (arXiv, PubMed, DOI pattern validation)
    • Security constants verification
  • Shell test scripts for server setup and end-to-end workflow validation

Changed

  • hal-9000 is now the canonical source for DEVONthink MCP server (supersedes dt-mcp)

Docker Images

All images available at ghcr.io/hellblazer/hal-9000:

Profile Tag Description
Base :latest, :1.3.2 Claude CLI + MCP servers
Python :python, :python-1.3.2 + Python 3.11, uv, pip
Node :node, :node-1.3.2 + Node.js 20, npm, yarn, pnpm
Java :java, :java-1.3.2 + GraalVM 25 LTS, native-image, Maven, Gradle

Installation

# Add marketplace to Claude Code
# Settings → Marketplaces → Add: https://github.com/Hellblazer/hal-9000.git

# Or pull Docker image directly
docker pull ghcr.io/hellblazer/hal-9000:latest

Local Docker Build

Docker images are built locally (multi-arch CI was too slow):

cd plugins/hal-9000/docker
./build-profiles.sh --push