feat: inject server methods

This commit is contained in:
Greyson LaLonde
2026-01-14 05:46:35 -05:00
parent f806cf5bfb
commit 68df061c20
6 changed files with 87 additions and 41 deletions

View File

@@ -117,7 +117,7 @@ show_error_codes = true
warn_unused_ignores = true
python_version = "3.12"
exclude = "(?x)(^lib/crewai/src/crewai/cli/templates/ | ^lib/crewai/tests/ | ^lib/crewai-tools/tests/)"
plugins = ["pydantic.mypy", "crewai.mypy"]
plugins = ["pydantic.mypy"]
[tool.bandit]