@tkawen/ambulancedz-mcp 2.0.0 → 2.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 +10 -1
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tkawen/ambulancedz-mcp",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"mcpName": "io.github.hartemyaakoub/ambulancedz-mcp",
|
|
4
5
|
"description": "MCP server for ambulancedz.com — Algeria's ambulance marketplace: find and vet ambulance drivers across 69 wilayas, locate the nearest available one by GPS, read driver reviews, estimate trip cost, check coverage, and book recurring dialysis transport.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|
|
@@ -33,5 +34,13 @@
|
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@modelcontextprotocol/sdk": "^1.12.0",
|
|
35
36
|
"zod": "^3.23.8"
|
|
37
|
+
},
|
|
38
|
+
"repository": {
|
|
39
|
+
"type": "git",
|
|
40
|
+
"url": "git+https://github.com/hartemyaakoub/ambulancedz-mcp.git"
|
|
41
|
+
},
|
|
42
|
+
"homepage": "https://ambulancedz.com",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://github.com/hartemyaakoub/ambulancedz-mcp/issues"
|
|
36
45
|
}
|
|
37
46
|
}
|