Skip to content

Commit d01be6a

Browse files
Release version 'v1.1.13'
1 parent 4b61b48 commit d01be6a

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

manifest.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.2",
33
"name": "tomtom-mcp",
44
"display_name": "TomTom Maps MCP",
5-
"version": "1.1.9",
5+
"version": "1.1.13",
66
"description": "Provide real-time geospatial context from TomTom - including maps, routing, search geocoding and traffic.",
77
"long_description": "The TomTom MCP Server simplifies geospatial development by providing seamless access to TomTom's location services, including search, routing, traffic and map display. It enables easy integration of precise and accurate geolocation data into AI workflows and development environments.",
88
"author": {
@@ -17,7 +17,10 @@
1717
"entry_point": "bin/tomtom-mcp.js",
1818
"mcp_config": {
1919
"command": "/usr/bin/env",
20-
"args": ["node", "${__dirname}/bin/tomtom-mcp.js"],
20+
"args": [
21+
"node",
22+
"${__dirname}/bin/tomtom-mcp.js"
23+
],
2124
"env": {
2225
"TOMTOM_API_KEY": "${user_config.tomtom_api_key}",
2326
"MAPS": "${user_config.tomtom_maps_backend}",
@@ -101,7 +104,11 @@
101104
"url": "https://github.com/tomtom-international/tomtom-mcp.git"
102105
},
103106
"compatibility": {
104-
"platforms": ["darwin", "win32", "linux"],
107+
"platforms": [
108+
"darwin",
109+
"win32",
110+
"linux"
111+
],
105112
"runtimes": {
106113
"node": ">=22.0.0"
107114
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tomtom-org/tomtom-mcp",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"description": "MCP server integrating TomTom APIs",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated. Do not edit manually.
2-
export const VERSION = "1.1.12";
2+
export const VERSION = "1.1.13";

0 commit comments

Comments
 (0)