Skip to content

Commit 4b386f5

Browse files
committed
v0.8.4: fix [tool.mcp] mcpName case
Align [tool.mcp] mcpName with the npm package and the Official MCP Registry entry. Registry preserves GitHub org case (100xPercent). - io.github.100xpercent/pop-pay → io.github.100xPercent/pop-pay
1 parent bd4d52e commit 4b386f5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.4] - 2026-04-10
9+
10+
### Fixed
11+
- **`mcpName` case mismatch with MCP Registry**: updated `[tool.mcp] mcpName` from `io.github.100xpercent/pop-pay` to `io.github.100xPercent/pop-pay` to match the GitHub org case, aligning with the npm package and the Official MCP Registry entry.
12+
813
## [0.8.3] - 2026-04-10
914

1015
### Changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pop-pay"
7-
version = "0.8.3"
7+
version = "0.8.4"
88
description = "Point One Percent - Semantic Payment Guardrail for AI Agents. it only takes 0.1% of Hallucination to drain 100% of your wallet."
99
authors = [{name="Point One Percent Team"}]
1010
dynamic = ["readme"]
@@ -23,7 +23,7 @@ Repository = "https://github.com/100xPercent/pop-pay-python"
2323
Issues = "https://github.com/100xPercent/pop-pay-python/issues"
2424

2525
[tool.mcp]
26-
mcpName = "io.github.100xpercent/pop-pay"
26+
mcpName = "io.github.100xPercent/pop-pay"
2727

2828
[project.optional-dependencies]
2929
llm = ["openai", "tenacity>=9.1.4"]

0 commit comments

Comments
 (0)