feat: update config & deps

This commit is contained in:
Sun-ZhenXing
2025-07-14 15:14:38 +08:00
parent 7d9b5e0679
commit 43c7a970dd
10 changed files with 277 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "mcp-template-python"
version = "0.1.0"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
authors = [
@@ -8,9 +8,9 @@ authors = [
]
requires-python = ">=3.12"
dependencies = [
"fastapi[standard]>=0.115.14",
"mcp>=1.10.1",
"uvicorn[standard]>=0.35.0",
"fastapi[standard]>=0.116.1",
"mcp>=1.11.0",
"pydantic-settings>=2.10.1",
]
[project.scripts]