@gera-services/mcp-gera-clinic 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.
- package/package.json +2 -2
- package/server.json +3 -3
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gera-services/mcp-gera-clinic",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "GeraClinic MCP server — find CQC-registered UK care/health providers, read area care statistics, and run non-diagnostic health calculators. 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": "
|
|
9
|
+
"mcpName": "services.gera/mcp-gera-clinic",
|
|
10
10
|
"bin": {
|
|
11
11
|
"mcp-gera-clinic": "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": "
|
|
3
|
+
"name": "services.gera/mcp-gera-clinic",
|
|
4
4
|
"description": "Find CQC-registered UK care/health providers and run non-diagnostic health calculators (BMI, etc).",
|
|
5
|
-
"version": "1.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-clinic",
|
|
16
|
-
"version": "1.0.
|
|
16
|
+
"version": "1.0.1",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
}
|