feat(mcp): Finalize C/C++ AST tools with robust testing and bug fixes

This commit is contained in:
2026-05-05 20:08:51 -04:00
parent 584e8e526e
commit 992e206769
10 changed files with 468 additions and 230 deletions
@@ -62,7 +62,7 @@ Focus: Implement definitions, signatures, and update tools
## Phase 6: Robust Testing with gencpp
Focus: Verify against real-world C++ components
- [ ] Task 6.1: Define test corpus from gencpp samples
- [~] Task 6.1: Define test corpus from gencpp samples
- WHERE: tests/assets/gencpp_samples/
- WHAT: Collect complex C++ headers and implementations (templates, nested namespaces, multi-line macros)
- HOW: Copy selected files from gencpp repo into test assets