refactor: remove module system, migrate to MCP hub tools architecture

This commit is contained in:
AFredefon
2026-03-08 17:53:29 +01:00
parent 075b678e9d
commit 1d495cedce
141 changed files with 1182 additions and 8992 deletions
-4
View File
@@ -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 }