forked from va/knowledge-search-mcp
24 lines
478 B
TOML
24 lines
478 B
TOML
[project]
|
|
name = "knowledge-search-mcp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"aiohttp>=3.13.3",
|
|
"gcloud-aio-auth>=5.4.2",
|
|
"gcloud-aio-storage>=9.6.1",
|
|
"google-auth>=2.48.0",
|
|
"google-genai>=1.64.0",
|
|
"mcp[cli]>=1.26.0",
|
|
"pydantic-settings>=2.9.1",
|
|
"pyyaml>=6.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"google-adk>=1.25.1",
|
|
"ruff>=0.15.2",
|
|
"ty>=0.0.18",
|
|
]
|