@daanrongen/tfl-mcp 1.0.2 → 1.0.4
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/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -19475,7 +19475,7 @@ class StdioServerTransport {
|
|
|
19475
19475
|
// package.json
|
|
19476
19476
|
var package_default = {
|
|
19477
19477
|
name: "@daanrongen/tfl-mcp",
|
|
19478
|
-
version: "1.0.
|
|
19478
|
+
version: "1.0.4",
|
|
19479
19479
|
description: "A comprehensive MCP server for the Transport for London (TfL) Unified API",
|
|
19480
19480
|
type: "module",
|
|
19481
19481
|
bin: {
|
|
@@ -22415,5 +22415,5 @@ main().catch((error2) => {
|
|
|
22415
22415
|
process.exit(1);
|
|
22416
22416
|
});
|
|
22417
22417
|
|
|
22418
|
-
//# debugId=
|
|
22418
|
+
//# debugId=D69F0A10CF7DA89264756E2164756E21
|
|
22419
22419
|
//# sourceMappingURL=index.js.map
|