@ikeytz/maps-mcp 1.0.6 → 1.0.7

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.7
4
+
5
+ - README: Registry `com.ikeytz/maps` **v1.0.2** (was still v1.0.1 in the 1.0.6 tarball). Same 65 tools.
6
+
3
7
  ## 1.0.6
4
8
 
5
9
  - Same 42 command names as `@ikeytz/mcp`. Maps data live; prices/FAQ/ratgeber/wissen/auswahl = www URL only.
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://maps.ikeytz.com) — Einsatzgebiet-Karten, Schlüsseldienst Ludwigsburg ikeytz.
4
4
 
5
5
  **Remote SSOT:** `https://maps.ikeytz.com/mcp`
6
- **MCP Registry:** `com.ikeytz/maps` (v1.0.1)
7
- **npm:** `@ikeytz/maps-mcp@1.0.6`
6
+ **MCP Registry:** `com.ikeytz/maps` (v1.0.2)
7
+ **npm:** `@ikeytz/maps-mcp@1.0.7`
8
8
  **MCP scope (server):** read/link only · `ai-train: no`
9
9
  **Auth:** public read-only MCP — no account, no API key · HTTPS POST to `/mcp`
10
10
  **License:** proprietary — `LicenseRef-ikeytz-terms` (see [LICENSE](https://unpkg.com/@ikeytz/maps-mcp/LICENSE); install & use OK; no training)
@@ -17,10 +17,10 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
17
17
  | Feld | Wert |
18
18
  |------|------|
19
19
  | Name | `com.ikeytz/maps` |
20
- | Version | `1.0.1` |
20
+ | Version | `1.0.2` |
21
21
  | Status | active |
22
22
  | Website | https://maps.ikeytz.com |
23
- | npm package | `@ikeytz/maps-mcp` **1.0.6** |
23
+ | npm package | `@ikeytz/maps-mcp` **1.0.7** |
24
24
  | Remote | Streamable HTTP `https://maps.ikeytz.com/mcp` |
25
25
  | Card | https://maps.ikeytz.com/.well-known/mcp/server-card.json |
26
26
  | Search | https://registry.modelcontextprotocol.io/v0.1/servers?search=com.ikeytz/maps |
@@ -29,13 +29,13 @@ Official **terminal CLI** and **MCP stdio proxy** for [maps.ikeytz.com](https://
29
29
  {
30
30
  "name": "com.ikeytz/maps",
31
31
  "title": "ikeytz Einsatzgebiet-Karten",
32
- "version": "1.0.1",
32
+ "version": "1.0.2",
33
33
  "websiteUrl": "https://maps.ikeytz.com",
34
34
  "packages": [
35
35
  {
36
36
  "registryType": "npm",
37
37
  "identifier": "@ikeytz/maps-mcp",
38
- "version": "1.0.6",
38
+ "version": "1.0.7",
39
39
  "runtimeHint": "npx",
40
40
  "transport": { "type": "stdio" }
41
41
  }
@@ -74,7 +74,7 @@ Install (Mac/Linux/Windows):
74
74
 
75
75
  ```bash
76
76
  npm i -g @ikeytz/maps-mcp
77
- ikeytz-maps-mcp --version # z. B. 1.0.6
77
+ ikeytz-maps-mcp --version # z. B. 1.0.7
78
78
  ikeytz-maps-mcp update # später: npm i -g @ikeytz/maps-mcp@latest
79
79
  ```
80
80
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikeytz/maps-mcp",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "mcpName": "com.ikeytz/maps",
5
5
  "description": "Official CLI + MCP stdio proxy for maps.ikeytz.com — 42 www-command names + maps extras (Einsatzgebiet-Karten, prices/FAQ = www links) at https://maps.ikeytz.com/mcp",
6
6
  "type": "module",