Add multi-language logic exploration
This commit is contained in:
parent
9b4258c852
commit
9161889492
18 changed files with 1639 additions and 76 deletions
|
|
@ -10,7 +10,13 @@ readme = "README.md"
|
|||
requires-python = ">=3.12"
|
||||
license = { text = "MIT" }
|
||||
authors = [{ name = "Worldforge contributors" }]
|
||||
dependencies = ["markdown-it-py>=4.2,<5", "mcp>=1.28,<2"]
|
||||
dependencies = [
|
||||
"markdown-it-py>=4.2,<5",
|
||||
"mcp>=1.28,<2",
|
||||
"tree-sitter>=0.25,<0.26",
|
||||
"tree-sitter-cpp>=0.23,<0.24",
|
||||
"tree-sitter-javascript>=0.25,<0.26",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = ["pytest>=9.1,<10", "ruff>=0.15,<1"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue