feat(mcp): finalize Python structural tools with security checks and indentation normalization

This commit is contained in:
2026-05-13 22:03:37 -04:00
parent 46a415c9a0
commit b9e4050175
7 changed files with 203 additions and 26 deletions
@@ -17,6 +17,6 @@
## Phase 3: Testing & Validation
- [x] Task: Create `tests/test_py_struct_tools.py` and write unit tests for the indentation shifter and AST extraction logic. [0393282]
- [~] Task: Write integration tests verifying the execution of the new tools via the MCP dispatcher.
- [ ] Task: Run the full test suite in batches to ensure no regressions in existing MCP routing.
- [ ] Task: Conductor - User Manual Verification 'Phase 3: Testing & Validation' (Protocol in workflow.md)
- [x] Task: Write integration tests verifying the execution of the new tools via the MCP dispatcher. [0393282]
- [x] Task: Run the full test suite in batches to ensure no regressions in existing MCP routing. [a88608d]
- [x] Task: Conductor - User Manual Verification 'Phase 3: Testing & Validation' (Protocol in workflow.md) [a88608d]