initial implementation

This commit is contained in:
2026-02-22 05:56:43 +00:00
parent 20f29d959b
commit 56e181a772
5 changed files with 1931 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[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",
]
[dependency-groups]
dev = [
"ruff>=0.15.2",
"ty>=0.0.18",
]