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
All checks were successful
Build and Push Outline MCP Docker Image / build (push) Successful in 15s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user