mirror of
https://github.com/jlengrand/ghost-mcp.git
synced 2026-03-10 08:21:19 +00:00
24 lines
438 B
TOML
24 lines
438 B
TOML
[project]
|
|
name = "ghost-mcp"
|
|
version = "0.1.0"
|
|
description = "Ghost blog integration MCP server"
|
|
authors = [
|
|
{ name = "Fanyang Meng" }
|
|
]
|
|
dependencies = [
|
|
"httpx",
|
|
"pyjwt",
|
|
"mcp[cli]>=1.2.1",
|
|
"pytz"
|
|
]
|
|
requires-python = ">=3.12"
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["src/ghost_mcp"]
|
|
|
|
[tool.hatch.metadata]
|
|
allow-direct-references = true
|