feat: enhance logging in MCP client and manager for better debugging and error tracking

This commit is contained in:
2025-03-26 06:55:52 +00:00
parent ccd0a1e45b
commit ec39844bf1
3 changed files with 447 additions and 122 deletions

View File

@@ -41,6 +41,8 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src"]
[tool.hatch.build.targets.wheel.force-include]
"config" = "config"
[tool.ruff]
line-length = 200