mirror of
https://github.com/langchain-ai/example-tool-server.git
synced 2026-07-01 22:14:07 -04:00
4be952e978
update readme add option to run without auth
16 lines
287 B
TOML
16 lines
287 B
TOML
[project]
|
|
name = "example-tool-server"
|
|
version = "0.1.0"
|
|
description = "An example tool server."
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"universal-tool-server>=0.0.3",
|
|
]
|
|
|
|
[dependency-groups]
|
|
test = [
|
|
"ruff>=0.9.9",
|
|
"universal-tool-client>=0.0.2",
|
|
]
|