1
0
mirror of https://github.com/GuDaStudio/geminimcp.git synced 2026-02-10 02:24:31 +08:00

v0.1:发布测试版

This commit is contained in:
GuDaStudio
2025-11-21 15:27:13 +08:00
parent 3d515184f2
commit abebbcf983
4 changed files with 276 additions and 14 deletions

View File

@@ -7,3 +7,9 @@ requires-python = ">=3.12"
dependencies = [
"mcp[cli]>=1.21.2",
]
[project.scripts]
geminimcp = "geminimcp.cli:main"
[tool.hatch.build.targets.wheel]
packages = ["src/geminimcp"]