[project]
name = "mcp-docmost"
version = "0.1.0"
description = "MCP Server for Docmost - Document Management Platform"
readme = "README.md"
requires-python = ">=3.10"
authors = [
{name = "cyborgx0x", email = "leeboykt@gmail.com"}
]
license = {text = "MIT"}
keywords = ["mcp", "model-context-protocol", "docmost", "documentation", "mcp-server"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = [
"mcp>=1.0.0",
"httpx>=0.27.0",
"pydantic>=2.0.0",
]
[project.urls]
Homepage = "https://github.com/cyborgx0x/mcp-docmost"
Repository = "https://github.com/cyborgx0x/mcp-docmost"
Issues = "https://github.com/cyborgx0x/mcp-docmost/issues"
[project.scripts]
mcp-docmost = "mcp_docmost.server:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["mcp_docmost"]