@transit-se/mcp 1.0.2 → 1.0.3
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
MCP (Model Context Protocol) server for Swedish public transit. Exposes [Trafiklab](https://www.trafiklab.se/) real-time APIs as tools that AI assistants like Claude can call directly.
|
|
4
4
|
|
|
5
|
-
Built on top of [`@transit-se/sdk`](
|
|
5
|
+
Built on top of [`@transit-se/sdk`](https://www.npmjs.com/package/@transit-se/sdk).
|
|
6
6
|
|
|
7
7
|
## Table of Contents
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transit-se/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "MCP server for Swedish public transit (Trafiklab, GTFS-RT). Real-time departures, service alerts, and stop lookups as AI-callable tools.",
|
|
5
5
|
"homepage": "https://github.com/rebelliard/transit-se/tree/main/packages/mcp#transit-semcp",
|
|
6
6
|
"type": "module",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
],
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@modelcontextprotocol/sdk": "^1.27.0",
|
|
52
|
-
"@transit-se/sdk": "^1.0.
|
|
52
|
+
"@transit-se/sdk": "^1.0.3",
|
|
53
53
|
"zod": "^3.25.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|