fix: serialize auth-sensitive tool calls
Build and Push Docker Image / build (push) Successful in 34s

This commit is contained in:
2026-06-01 01:42:24 +00:00
parent b06fc47d29
commit 4b2275fa0b
4 changed files with 345 additions and 47 deletions
+9
View File
@@ -19,9 +19,18 @@ dependencies = [
"typing-extensions>=4.14.0",
]
[dependency-groups]
dev = [
"pytest>=8.0.0",
"pytest-asyncio>=0.23.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
only-include = ["server.py"]