mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-13 23:47:19 +02:00
refactor: remove module system, migrate to MCP hub tools architecture
This commit is contained in:
@@ -8,7 +8,6 @@ requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fastmcp==2.14.1",
|
||||
"fuzzforge-common==0.0.1",
|
||||
"fuzzforge-runner==0.0.1",
|
||||
"pydantic==2.12.4",
|
||||
"pydantic-settings==2.12.0",
|
||||
"structlog==25.5.0",
|
||||
@@ -32,5 +31,4 @@ tests = [
|
||||
|
||||
[tool.uv.sources]
|
||||
fuzzforge-common = { workspace = true }
|
||||
fuzzforge-runner = { workspace = true }
|
||||
fuzzforge-tests = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user