@blockspool/mcp
BlockSpool MCP server - stateful tool provider for Claude Code
Versions
0.6.0latest0.5.630.5.600.5.560.5.54+ show 47 moreshow less
0.5.490.5.450.5.440.5.430.5.420.5.410.5.400.5.390.5.380.5.370.5.360.5.350.5.340.5.330.5.320.5.310.5.300.5.290.5.280.5.270.5.260.5.250.5.240.5.230.5.200.5.190.5.180.5.170.5.160.5.150.5.140.5.120.5.110.5.90.5.80.5.60.5.50.5.10.5.00.4.30.4.20.4.10.4.00.3.30.3.20.3.10.3.0Tools 29
promptwheel_validate_ticket Validates a ticket against quality gates without executing it. Answers
promptwheel_audit_tickets Analyzes ticket quality across the current session/project.
promptwheel_ticket_stats Throughput metrics — completions by type, by day, success rates.
promptwheel_history View recent session runs with summary stats.
promptwheel_heal_blocked Diagnose and recover blocked tickets.
promptwheel_next_ticket Returns the next ticket to work on: title, description, allowed_paths, and execution instructions.
promptwheel_validate_scope Before committing, send the list of changed files. PromptWheel checks scope enforcement.
promptwheel_complete_ticket Mark a ticket as done. PromptWheel runs QA commands to verify, then records success.
promptwheel_fail_ticket Mark a ticket as failed with a reason.
promptwheel_start_session Initialize an improvement session. Creates a run folder with state.json and event log. Call this first.
promptwheel_advance Get the next action to perform. This is the main loop driver. Call repeatedly until it returns STOP.
promptwheel_ingest_event Report an event back to PromptWheel. Used after executing an action from advance(). Triggers state transitions.
promptwheel_session_status Get current session state: phase, budgets, tickets completed/failed, time remaining.
promptwheel_end_session Finalize the current session. Returns summary.
promptwheel_get_scope_policy Get the scope policy for the current ticket. Used by PreToolUse hooks to check if a file path is allowed before writes.
promptwheel_nudge Add a hint to guide the running session. Hints are consumed in the next scout cycle and appended to the scout prompt.
promptwheel_advance_ticket Advance a single ticket through its PLAN→EXECUTE→QA→PR lifecycle (parallel mode). Called by subagents working on individual tickets.
promptwheel_ticket_event Report an event for a specific ticket (parallel mode). Used by subagents to report plan submissions, QA results, PR creation, etc.
promptwheel_git_setup Create/checkout a branch for the current ticket. Returns branch name. Use after completing a ticket to prepare for PR creation.
${baseBranch} promptwheel_trajectory_list List all available trajectories and their status.
promptwheel_trajectory_show Show full details of a trajectory including all steps and their status.
promptwheel_trajectory_activate Activate a trajectory. Creates initial step states and sets the first step as active.
promptwheel_trajectory_pause Pause the currently active trajectory. The session continues but ignores trajectory steps.
promptwheel_trajectory_resume Resume a paused trajectory.
promptwheel_trajectory_skip Skip a trajectory step. Marks it as skipped and advances to the next eligible step.
promptwheel_trajectory_reset Reset a trajectory, clearing all step state. The trajectory definition remains.
promptwheel_heal_trajectory Diagnose and recover stuck trajectory steps. Actions: diagnose (default), skip, retry, force_complete.
promptwheel_drill_status Get drill mode status: trajectory history, completion rates, top/stalled categories, and active trajectory progress.
Permissions 4
network medium filesystem low shell high env_vars low