Fix build: use setuptools and uv, multi-stage Dockerfile
All checks were successful
Build and Push Outline MCP Docker Image / build (push) Successful in 15s

This commit is contained in:
Ben
2025-12-30 19:47:54 +00:00
parent 1ce98488b1
commit 2cb4a3adec
2 changed files with 33 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "outline-mcp-custom"
name = "outline-mcp"
version = "0.1.0"
description = "MCP server for Outline knowledge base"
requires-python = ">=3.11"
@@ -18,5 +18,8 @@ dev = [
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.uv]
python-version = "3.11"