feat(deps): Add tree-sitter C and C++ grammars

This commit is contained in:
2026-05-05 18:35:23 -04:00
parent 550e7011ff
commit 568c549d99
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -15,6 +15,8 @@ dependencies = [
"uvicorn",
"tree-sitter>=0.25.2",
"tree-sitter-python>=0.25.0",
"tree-sitter-c>=0.23.2",
"tree-sitter-cpp>=0.23.2",
"mcp>=1.0.0",
"pytest-timeout>=2.4.0",
"pyopengl>=3.1.10",