This commit is contained in:
2026-08-16 22:47:26 -07:00
parent b3212235db
commit ca0f89a671
12 changed files with 1431 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "bookstack-mcp"
version = "1.0.0"
description = "MCP server for a self-hosted BookStack wiki"
requires-python = ">=3.11"
dependencies = [
"fastmcp>=3.4,<4",
"httpx>=0.27",
"uvicorn>=0.30",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["bookstack_mcp"]