Version 0.5.1 fixes angle booking for workers whose canDoAngles database flag is 0. Despite that flag, the PWS booking UI allows these workers to participate in angles; the plugin action used by pws_apply_show_plan rejected them.
The MCP server now applies a narrowly scoped compatibility override only while the native angle-creation action runs, then restores every affected worker's original flag immediately. Automatic show plans also stop treating the flag as an eligibility restriction.
Important update instructions
Claude Desktop
Steam updates only the in-game PWS plugin. It cannot update the separately installed Claude Desktop extension.
- Let Steam update the Workshop plugin, or install the manual plugin ZIP.
- Install
pws-mcp-server-v0.5.1.mcpbfrom the assets below. - Fully restart Pro Wrestling Sim and Claude Desktop.
- Start a new Home conversation and enable Pro Wrestling Sim.
Claude Code and Codex
Keep the existing direct configuration pointed at the Workshop plugin's mcp-server.js, then restart the client so it reloads version 0.5.1. Node.js 18 or newer is required for direct-path clients.
Fixes
pws_apply_show_plannow acceptscanDoAngles:0workers in angle segments when they otherwise pass normal contract and availability validation.- Automatically generated show plans no longer exclude those workers from storyline or fallback angles.
pws_update_segmentremains compatible and continues to validate and write angle participants transactionally.- The compatibility path restores the original flag even when PWS rejects or throws during angle creation. A restoration failure is treated as an operation failure and a newly created segment is removed when possible.
Verification
- All 98 automated tests pass.
- Live-tested against PWS 0.5.0's authenticated local bridge with Bull Nakano (
canDoAngles=0). - The temporary angle was created, persisted, and read back with the correct participant and normalized beat groups.
canDoAngleswas verified as0immediately after creation.- The temporary segment was removed and the test show's original date was restored.
Assets
pws-mcp-server-plugin-v0.5.1.zip— manual in-game plugin installationpws-mcp-server-v0.5.1.mcpb— Claude Desktop extension