MCP server for HITL Kit. Exposes the 15 HITL primitive event kinds as MCP tools so Claude Code, Cursor, Claude Desktop, and any MCP-aware client can emit schema-validated human-in-the-loop events.
{
"mcpServers": {
"hitl-kitmcp": {
"command": "npx",
"args": [
"-y",
"@hitl-kit/mcp"
]
}
}
}