@gera-services/mcp-gera-skills 1.0.0 → 1.0.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/package.json +2 -2
  2. package/server.json +3 -3
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@gera-services/mcp-gera-skills",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "GeraSkills MCP server — search, inspect, and recommend AI skill packs from the GeraSkills marketplace. Deterministic, offline, no auth. A Gera Systems product.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "dist/server.js",
8
8
  "types": "dist/server.d.ts",
9
- "mcpName": "io.github.geraservicesuk/mcp-gera-skills",
9
+ "mcpName": "services.gera/mcp-gera-skills",
10
10
  "bin": {
11
11
  "mcp-gera-skills": "bin/cli.js"
12
12
  },
package/server.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.geraservicesuk/mcp-gera-skills",
3
+ "name": "services.gera/mcp-gera-skills",
4
4
  "description": "Search, inspect and recommend AI skill packs from the GeraSkills marketplace. Offline, no auth.",
5
- "version": "1.0.0",
5
+ "version": "1.0.1",
6
6
  "repository": {
7
7
  "url": "https://github.com/geraservicesuk/globetura",
8
8
  "source": "github",
@@ -13,7 +13,7 @@
13
13
  {
14
14
  "registryType": "npm",
15
15
  "identifier": "@gera-services/mcp-gera-skills",
16
- "version": "1.0.0",
16
+ "version": "1.0.1",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  }