Skip to content

Commit bd4d52e

Browse files
committed
v0.8.3: MCP marketplace metadata + 100xPercent org migration
- Add [tool.mcp] mcpName "io.github.100xpercent/pop-pay" for Official MCP Registry discovery - Add [project.urls] with Homepage/Repository/Issues pointing at 100xPercent org - Add keywords block for marketplace search (mcp, ai-agent, payment, security, guardrail, virtual-card, cdp, etc.) - Migrate README badge URLs from TPEmist/pop-pay-python to 100xPercent/pop-pay-python
1 parent eb182b0 commit bd4d52e

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.3] - 2026-04-10
9+
10+
### Changed
11+
- **MCP marketplace metadata**: added `[tool.mcp]` namespace `io.github.100xpercent/pop-pay`, keywords, and project URLs to pyproject.toml for marketplace discovery.
12+
- **GitHub org migration**: updated README badges and `[project.urls]` from `TPEmist/pop-pay-python` to `100xPercent/pop-pay-python`.
13+
814
## [0.8.2] - 2026-04-10
915

1016
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![PyPI version](https://img.shields.io/pypi/v/pop-pay.svg)](https://pypi.org/project/pop-pay/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/TPEmist/pop-pay-python/actions/workflows/test.yml/badge.svg)](https://github.com/TPEmist/pop-pay-python/actions/workflows/test.yml) [![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/)
1+
[![PyPI version](https://img.shields.io/pypi/v/pop-pay.svg)](https://pypi.org/project/pop-pay/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![CI](https://github.com/100xPercent/pop-pay-python/actions/workflows/test.yml/badge.svg)](https://github.com/100xPercent/pop-pay-python/actions/workflows/test.yml) [![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)](https://www.python.org/)
22

33
<p align="center">
44
<picture>

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,27 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pop-pay"
7-
version = "0.8.2"
7+
version = "0.8.3"
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"]
1111
license = {text="MIT"}
1212
requires-python = ">=3.10"
13+
keywords = ["mcp", "mcp-server", "model-context-protocol", "ai-agent", "payment", "security", "guardrail", "virtual-card", "cdp", "browser-automation", "checkout", "prompt-injection"]
1314
dependencies = [
1415
"cryptography>=46.0.5",
1516
"pydantic",
1617
"python-dotenv",
1718
]
1819

20+
[project.urls]
21+
Homepage = "https://github.com/100xPercent/pop-pay-python"
22+
Repository = "https://github.com/100xPercent/pop-pay-python"
23+
Issues = "https://github.com/100xPercent/pop-pay-python/issues"
24+
25+
[tool.mcp]
26+
mcpName = "io.github.100xpercent/pop-pay"
27+
1928
[project.optional-dependencies]
2029
llm = ["openai", "tenacity>=9.1.4"]
2130
stripe = ["stripe"]

0 commit comments

Comments
 (0)