mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-13 17:15:58 +00:00
refactor: remove module system, migrate to MCP hub tools architecture
This commit is contained in:
@@ -6,7 +6,7 @@ authors = []
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fuzzforge-runner==0.0.1",
|
||||
"fuzzforge-mcp==0.0.1",
|
||||
"rich>=14.0.0",
|
||||
"typer==0.20.1",
|
||||
]
|
||||
@@ -25,4 +25,4 @@ tests = [
|
||||
fuzzforge = "fuzzforge_cli.__main__:main"
|
||||
|
||||
[tool.uv.sources]
|
||||
fuzzforge-runner = { workspace = true }
|
||||
fuzzforge-mcp = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user