Commit f19feaf
Store command in database when using MCP run_task tool
The MCP server was not storing the command in the queue database,
while the CLI (tq.py) was. This caused the prism plugin to fall back
to showing just task counts instead of the actual command being run.
- Add command parameter to wait_for_turn function
- Include command in INSERT statement
- Pass command from run_task to wait_for_turn
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent fbede33 commit f19feaf
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | | - | |
254 | | - | |
| 253 | + | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments