[project]
name = "confluence-mcp-server"
version = "0.1.0"
description = "A Model Context Protocol (MCP) server that bridges Confluence Wiki with Large Language Models"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"fastmcp>=0.1.0",
"mcp>=1.0.0",
"fastapi>=0.110.0",
"uvicorn>=0.27.0",
"sse-starlette>=2.0.0",
"httpx-sse>=0.4.0",
"atlassian-python-api>=3.41.0",
"html2text>=2024.2.26",
"python-dotenv>=1.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
only-include = ["server.py", "host.py"]
[dependency-groups]
dev = []