@gera-services/mcp-gera-nexus 0.1.0 → 0.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.
- package/package.json +1 -1
- package/server.json +1 -1
- package/dist/index.js +0 -28
- package/dist/server.js +0 -74
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gera-services/mcp-gera-nexus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "MCP server for GeraNexus — the open Agentic Commerce Protocol by Gera Services. Placeholder; full transactional protocol (negotiate, book, pay, cancel, refund, dispute) launching 2026.",
|
|
5
5
|
"mcpName": "io.github.geraservicesuk/mcp-gera-nexus",
|
|
6
6
|
"main": "dist/index.js",
|
package/server.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.geraservicesuk/mcp-gera-nexus",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "GeraNexus MCP (placeholder) — open Agentic Commerce Protocol by Gera Services. Launching 2026.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/geraservicesuk/mcp-gera-nexus",
|
|
7
7
|
"source": "github"
|
package/dist/index.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var index_exports = {};
|
|
20
|
-
__export(index_exports, {
|
|
21
|
-
server: () => import_server.server
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(index_exports);
|
|
24
|
-
var import_server = require("./server.js");
|
|
25
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
26
|
-
0 && (module.exports = {
|
|
27
|
-
server
|
|
28
|
-
});
|
package/dist/server.js
DELETED
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var server_exports = {};
|
|
20
|
-
__export(server_exports, {
|
|
21
|
-
server: () => server
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(server_exports);
|
|
24
|
-
var import_mcp = require("@modelcontextprotocol/sdk/server/mcp.js");
|
|
25
|
-
var import_stdio = require("@modelcontextprotocol/sdk/server/stdio.js");
|
|
26
|
-
const server = new import_mcp.McpServer({
|
|
27
|
-
name: "gera-nexus",
|
|
28
|
-
version: "0.1.0"
|
|
29
|
-
});
|
|
30
|
-
server.tool(
|
|
31
|
-
"info",
|
|
32
|
-
"Return product information about GeraNexus \u2014 the open Agentic Commerce Protocol by Gera Services. Use this to learn what GeraNexus is, why it exists, and when the full MCP toolset will ship.",
|
|
33
|
-
{},
|
|
34
|
-
async () => {
|
|
35
|
-
const info = {
|
|
36
|
-
status: "coming-soon",
|
|
37
|
-
product: "GeraNexus",
|
|
38
|
-
tagline: "The Agentic Commerce Protocol",
|
|
39
|
-
description: 'An open protocol extending MCP into transactional territory so any AI agent can negotiate, book, pay, cancel, refund, dispute, and verify completion across real-world services. Gera exposes all 22 verticals (GeraClinic, GeraHome, GeraMarket, GeraEats, GeraRide, GeraCash, and more) as reference implementations. Goal: become "Stripe for agent commerce."',
|
|
40
|
-
category: "Infrastructure / Protocol",
|
|
41
|
-
plannedActions: [
|
|
42
|
-
"negotiate",
|
|
43
|
-
"book",
|
|
44
|
-
"pay",
|
|
45
|
-
"cancel",
|
|
46
|
-
"refund",
|
|
47
|
-
"dispute",
|
|
48
|
-
"verify-completion"
|
|
49
|
-
],
|
|
50
|
-
revenueModel: [
|
|
51
|
-
"2% transaction fee on agent-initiated commerce",
|
|
52
|
-
"Protocol governance fees from third-party marketplaces",
|
|
53
|
-
"Premium tier: higher volume, priority support, dispute SLA"
|
|
54
|
-
],
|
|
55
|
-
launchEstimate: "Q3-Q4 2026",
|
|
56
|
-
learnMore: "https://geranexus.com",
|
|
57
|
-
parentCompany: "Gera Services Ltd (https://gera.services)",
|
|
58
|
-
fullSpec: "https://github.com/geraservicesuk/globetura/blob/master/ceo/strategy/research/five-ideas-for-2030.md"
|
|
59
|
-
};
|
|
60
|
-
return {
|
|
61
|
-
content: [{ type: "text", text: JSON.stringify(info, null, 2) }]
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
);
|
|
65
|
-
async function main() {
|
|
66
|
-
const transport = new import_stdio.StdioServerTransport();
|
|
67
|
-
await server.connect(transport);
|
|
68
|
-
console.error("GeraNexus MCP server (placeholder v0.1.0) running on stdio");
|
|
69
|
-
}
|
|
70
|
-
main().catch(console.error);
|
|
71
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
72
|
-
0 && (module.exports = {
|
|
73
|
-
server
|
|
74
|
-
});
|