mirror of
https://github.com/GuDaStudio/geminimcp.git
synced 2026-02-04 01:40:41 +08:00
15 lines
294 B
TOML
15 lines
294 B
TOML
[project]
|
|
name = "geminimcp"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"mcp[cli]>=1.21.2",
|
|
]
|
|
|
|
[project.scripts]
|
|
geminimcp = "geminimcp.cli:main"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src/geminimcp"] |