chore: update landing page copy, improve code formatting, and add PyPI publish workflow
This commit is contained in:
+4
-1
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
|
||||
[project]
|
||||
name = "strava-mcp-server"
|
||||
name = "strava-mcp-server-hnrx"
|
||||
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"
|
||||
@@ -54,6 +54,9 @@ dev = [
|
||||
[tool.hatch.version]
|
||||
source = "vcs"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/strava_mcp_server"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user