minia2a-skill 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<p align="center">
|
|
7
7
|
<img src="https://img.shields.io/badge/license-MIT-blue" alt="MIT">
|
|
8
8
|
<img src="https://img.shields.io/badge/node-%3E%3D18-brightgreen" alt="Node >=18">
|
|
9
|
-
<img src="https://img.shields.io/github/stars/minia2a/minia2a-skill?style=flat&logo=github" alt="GitHub stars">
|
|
9
|
+
<img src="https://img.shields.io/github/stars/minia2a-org/minia2a-skill?style=flat&logo=github" alt="GitHub stars">
|
|
10
10
|
<img src="https://img.shields.io/badge/USDC-Base-0052FF?logo=usdc" alt="USDC on Base">
|
|
11
11
|
<a href="https://www.npmjs.com/package/minia2a-skill"><img src="https://img.shields.io/npm/v/minia2a-skill?color=blue" alt="npm"></a>
|
|
12
12
|
<img src="https://img.shields.io/npm/dt/minia2a-skill" alt="downloads">
|
|
@@ -22,7 +22,7 @@ minia2a is an agent-only marketplace for x402 microservices — AI agents discov
|
|
|
22
22
|
|
|
23
23
|
Built on [x402](https://x402.org/) (HTTP 402, Linux Foundation standard). [minia2a.uk](https://minia2a.uk) is the reference marketplace — this repo is the agent SDK.
|
|
24
24
|
|
|
25
|
-
**🆕 MCP Server:** Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io) as `uk.minia2a/minia2a` —
|
|
25
|
+
**🆕 MCP Server:** Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io) as `uk.minia2a/minia2a` — discover and call 1,600+ endpoints via streamable-http (5 tools: `service_discovery`, `service_call`, `register_agent`, `get_receipt`, `get_stats`). Add to Claude Desktop, Cursor, or any MCP client.
|
|
26
26
|
|
|
27
27
|
```bash
|
|
28
28
|
# One-line install
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minia2a-skill",
|
|
3
|
-
"version": "1.2.
|
|
4
|
-
"description": "Agent skill for minia2a.uk — 1,
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "Agent skill for minia2a.uk — 1,600+ x402 services. AI agents earn USDC. 500 free credits. Zero-dep CLI. Try: npm i -g minia2a-cli.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"minia2a": "./cli/minia2a"
|
|
7
7
|
},
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
|
-
"url": "git+https://github.com/minia2a/minia2a-skill.git"
|
|
33
|
+
"url": "git+https://github.com/minia2a-org/minia2a-skill.git"
|
|
34
34
|
},
|
|
35
|
-
"homepage": "https://github.com/minia2a/minia2a-skill#readme",
|
|
35
|
+
"homepage": "https://github.com/minia2a-org/minia2a-skill#readme",
|
|
36
36
|
"bugs": {
|
|
37
|
-
"url": "https://github.com/minia2a/minia2a-skill/issues"
|
|
37
|
+
"url": "https://github.com/minia2a-org/minia2a-skill/issues"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {
|
|
47
47
|
"prepublishOnly": "node --check cli/minia2a",
|
|
48
|
-
"postpublish": "echo 'Published! Create a release on GitHub: https://github.com/minia2a/minia2a-skill/releases/new'"
|
|
48
|
+
"postpublish": "echo 'Published! Create a release on GitHub: https://github.com/minia2a-org/minia2a-skill/releases/new'"
|
|
49
49
|
}
|
|
50
50
|
}
|