Skip to content

Commit 426f34f

Browse files
charlieseayclaude
andcommitted
Publish to PyPI as mooring-mcp v0.1.0
Package name prefixed with -mcp (PyPI convention). README updated with correct install command. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 81ab5ea commit 426f34f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ Mooring is an [MCP](https://modelcontextprotocol.io/) server that gives AI assis
4343

4444
```bash
4545
# PyPI
46-
pip install mooring
46+
pip install mooring-mcp
4747

4848
# Isolated install
49-
pipx install mooring
49+
pipx install mooring-mcp
5050
```
5151

5252
---

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "mooring"
6+
name = "mooring-mcp"
77
version = "0.1.0"
88
description = "Git and GitHub MCP server built with FastMCP"
99
readme = "README.md"

0 commit comments

Comments
 (0)