mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-06-03 18:48:01 +02:00
refactor: remove module system, migrate to MCP hub tools architecture
This commit is contained in:
@@ -21,8 +21,6 @@ dev = [
|
||||
[tool.uv.workspace]
|
||||
members = [
|
||||
"fuzzforge-common",
|
||||
"fuzzforge-modules/fuzzforge-modules-sdk",
|
||||
"fuzzforge-runner",
|
||||
"fuzzforge-mcp",
|
||||
"fuzzforge-cli",
|
||||
"fuzzforge-tests",
|
||||
@@ -30,8 +28,6 @@ members = [
|
||||
|
||||
[tool.uv.sources]
|
||||
fuzzforge-common = { workspace = true }
|
||||
fuzzforge-modules-sdk = { workspace = true }
|
||||
fuzzforge-runner = { workspace = true }
|
||||
fuzzforge-mcp = { workspace = true }
|
||||
fuzzforge-cli = { workspace = true }
|
||||
fuzzforge-tests = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user