Skip to content

v1.2.0 — a2h mcp auth (private Bearer token file)

Choose a tag to compare

@danimoya danimoya released this 29 Jun 09:04
6ae9c8d

a2h mcp auth — generate a private Bearer token file for the MCP server.

Added

  • a2h mcp auth — generates a cryptographically-strong Bearer token straight into a 0600 token file the MCP server reads (--tokens-file / $A2H_MCP_TOKENS_FILE, default ~/.config/a2h/mcp-tokens), keeping the secret off the command line and out of the project config. Flags: --role (viewer|operator|admin), append (default) vs --rotate, --show.

The MCP server was already HTTP + Bearer + RBAC (and refuses to start on HTTP with zero tokens); this adds secure token-file generation. 243 unit tests.

pip install -U any2heliosdb