mpp32-mcp-server 1.1.0 → 1.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -2
package/dist/index.js CHANGED
@@ -866,7 +866,7 @@ async function main() {
866
866
  const transport = new StdioServerTransport();
867
867
  await server.connect(transport);
868
868
  const keyHint = AGENT_KEY ? "agent-key configured" : "no agent-key (legacy mode)";
869
- console.error(`MPP32 MCP server v1.1.0 running on stdio ${keyHint}`);
869
+ console.error(`MPP32 MCP server v1.1.1 running on stdio. ${keyHint}`);
870
870
  }
871
871
  main().catch((err) => {
872
872
  console.error("Fatal:", err);
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "mpp32-mcp-server",
3
- "version": "1.1.0",
4
- "description": "The universal API marketplace for AI agents. Discover, pay for, and call any machine-payable API through one MCP server. 5 payment protocols, instant settlement, 30+ categories. Install once, access every paid API in the ecosystem.",
3
+ "version": "1.1.1",
4
+ "mcpName": "io.github.MPP32/mpp32-mcp-server",
5
+ "description": "Payment layer for AI agents. One MCP, five protocols, thousands of paid APIs your agent can call.",
5
6
  "type": "module",
6
7
  "bin": {
7
8
  "mpp32-mcp-server": "./dist/index.js"