update
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user