feat: implement dynamic versioning and add automated Docker CI/CD workflow with enhanced documentation
This commit is contained in:
+5
-2
@@ -1,5 +1,5 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
requires = ["hatchling", "hatch-vcs"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "strava-mcp-server"
|
||||
version = "0.1.0"
|
||||
dynamic = ["version"]
|
||||
description = "A Model Context Protocol (MCP) server that exposes the Strava API v3 as tools, resources, and prompts for AI agents."
|
||||
readme = "README.md"
|
||||
license = { text = "MIT" }
|
||||
@@ -45,3 +45,6 @@ strava-mcp-get-token = "strava_mcp_server.get_token:main"
|
||||
dev = [
|
||||
"ruff>=0.15.12",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
Reference in New Issue
Block a user