fix: serialize auth-sensitive tool calls
Build and Push Docker Image / build (push) Successful in 34s
Build and Push Docker Image / build (push) Successful in 34s
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user