test-case: MCP startup connect + :mcp list #27
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps
BOLTZMANN_MCP_TOKENin your environment (token is athertz:/opt/herding/etc/claude-identities/<host>.credsor your own access).mcpblock uncommented (config.lua has a commented-out example block underhistory). At minimum:luajit main.lua:mcp listand hit Enter.:quit.Expected
At startup, after the model registry line, a dim status appears:
[aish] mcp boltzmann: 7 tools.:mcp listprints one line:What this exercises
repl.luastartup loop callingconnect_mcpfor each config.mcp.servers entrymcp.connect+session:initialize()+tools/listround-trip + cacheauth_env:mcp listmeta handlerLikely failure modes
[aish] mcp boltzmann: HTTP 401: {...} (transport_error)and noboltzmannentry in:mcp listPASS (executed 2026-05-12 on noether at commit
3fa6279, against live boltzmann lmcp v0.5.4)Exact match against the Expected section. Closing.