@gera-services/mcp-gera-skills 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/README.md CHANGED
@@ -19,7 +19,7 @@ AI agents can:
19
19
  "command": "npx",
20
20
  "args": ["-y", "@gera-services/mcp-gera-skills"],
21
21
  "env": {
22
- "GERASKILLS_API_URL": "https://geraskills.com/backend",
22
+ "GERASKILLS_API_URL": "https://skills.gera.services/backend",
23
23
  "GERA_USER_TOKEN": "<operator JWT>"
24
24
  }
25
25
  }
package/dist/server.js CHANGED
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(server_exports);
24
24
  var import_mcp = require("@modelcontextprotocol/sdk/server/mcp.js");
25
25
  var import_stdio = require("@modelcontextprotocol/sdk/server/stdio.js");
26
26
  var import_zod = require("zod");
27
- const DEFAULT_API = "https://geraskills.com/backend";
27
+ const DEFAULT_API = "https://skills.gera.services/backend";
28
28
  function apiBase() {
29
29
  return process.env.GERASKILLS_API_URL ?? DEFAULT_API;
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gera-services/mcp-gera-skills",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for GeraSkills — the App Store for robot capability packs from Gera Services. AI agents can search the catalogue, fetch skill metadata, check creator revenue, and initiate purchase + install flows on behalf of their operator.",
5
5
  "mcpName": "io.github.geraservicesuk/mcp-gera-skills",
6
6
  "main": "dist/index.js",
@@ -46,7 +46,7 @@
46
46
  "type": "git",
47
47
  "url": "https://github.com/geraservicesuk/mcp-gera-skills"
48
48
  },
49
- "homepage": "https://geraskills.com",
49
+ "homepage": "https://skills.gera.services",
50
50
  "bugs": {
51
51
  "url": "https://github.com/geraservicesuk/mcp-gera-skills/issues"
52
52
  },
package/server.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "environmentVariables": [
19
19
  {
20
20
  "name": "GERASKILLS_API_URL",
21
- "description": "Base URL of the GeraSkills backend. Defaults to https://geraskills.com/backend.",
21
+ "description": "Base URL of the GeraSkills backend. Defaults to https://skills.gera.services/backend.",
22
22
  "isRequired": false
23
23
  },
24
24
  {