Skip to content

Commit 3d926f6

Browse files
authored
Merge branch 'main' into fix/resilient-output-validation
2 parents 2f194ef + 94fd404 commit 3d926f6

File tree

7 files changed

+20
-14
lines changed

7 files changed

+20
-14
lines changed

.env.example

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OTEL_SERVICE_NAME=mapbox-mcp-server
2525
# OTEL_SERVICE_VERSION=0.6.1
2626

2727
# Resource attributes (customize as needed)
28-
OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
28+
OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0
2929

3030
# Optional: OTEL diagnostic log level (default: NONE)
3131
# Set to DEBUG, INFO, WARN, or ERROR for troubleshooting OTEL issues
@@ -48,7 +48,7 @@ OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
4848
# AWS_REGION=us-east-1
4949

5050
# X-Ray specific resource attributes
51-
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0,aws.region=us-east-1
51+
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0,aws.region=us-east-1
5252

5353
# X-Ray trace headers (example format)
5454
# OTEL_EXPORTER_OTLP_HEADERS={"x-amzn-trace-id": "Root=1-5e2b3c4d-5f6a7b8c9d0e1f2a3b4c5d6e;Parent=7f8a9b0c1d2e3f4a;Sampled=1"}
@@ -70,7 +70,7 @@ OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
7070
# OTEL_EXPORTER_OTLP_HEADERS={"x-ms-client-principal-id": "your-connection-string"}
7171

7272
# Azure-specific resource attributes
73-
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0,cloud.provider=azure,cloud.region=eastus
73+
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0,cloud.provider=azure,cloud.region=eastus
7474

7575
# Note: Set up Azure Application Insights first
7676
# See: https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-enable
@@ -84,7 +84,7 @@ OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
8484
# OTEL_EXPORTER_OTLP_ENDPOINT=https://cloudtrace.googleapis.com/v2/projects/<project-id>/traces
8585

8686
# GCP-specific resource attributes
87-
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0,cloud.provider=gcp,gcp.project.id=your-project-id
87+
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0,cloud.provider=gcp,gcp.project.id=your-project-id
8888

8989
# Note: Ensure you have Application Default Credentials configured
9090
# gcloud auth application-default login
@@ -102,7 +102,7 @@ OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
102102
# OTEL_EXPORTER_OTLP_HEADERS={"dd-api-key": "your-datadog-api-key"}
103103

104104
# Datadog-specific resource attributes
105-
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0,deployment.environment=production
105+
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0,deployment.environment=production
106106

107107
# Note: Datadog also supports agent-based collection via localhost:4318
108108
# See: https://docs.datadoghq.com/tracing/trace_collection/opentelemetry/
@@ -119,7 +119,7 @@ OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
119119
# OTEL_EXPORTER_OTLP_HEADERS={"api-key": "your-new-relic-license-key"}
120120

121121
# New Relic-specific resource attributes
122-
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
122+
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0
123123

124124
# Note: Use your specific New Relic data center endpoint:
125125
# US: https://otlp.nr-data.net:4318
@@ -138,7 +138,7 @@ OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
138138
# OTEL_EXPORTER_OTLP_HEADERS={"x-honeycomb-team": "your-api-key", "x-honeycomb-dataset": "mapbox-mcp-server"}
139139

140140
# Honeycomb-specific resource attributes
141-
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.7.0
141+
# OTEL_RESOURCE_ATTRIBUTES=service.name=mapbox-mcp-server,service.version=0.8.0
142142

143143
# Note: Get your API key from: https://ui.honeycomb.io/account
144144
# See: https://docs.honeycomb.io/getting-data-in/opentelemetry-overview/

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.8.0
2+
3+
### Bug Fixes
4+
5+
- Removed an invalid option in input schema of `search_and_geocode_tool`. The `navigation_profile` used to have invalid `driving-traffic` option.
6+
17
## 0.7.0
28

39
### Features Added

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dxt_version": "0.1",
33
"display_name": "Mapbox MCP Server",
44
"name": "@mapbox/mcp-server",
5-
"version": "0.7.0",
5+
"version": "0.8.0",
66
"description": "Mapbox MCP server.",
77
"author": {
88
"name": "Mapbox, Inc."

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mapbox/mcp-server",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "Mapbox MCP server.",
55
"mcpName": "io.github.mapbox/mcp-server",
66
"main": "./dist/commonjs/index.js",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"url": "https://github.com/mapbox/mcp-server",
77
"source": "github"
88
},
9-
"version": "0.7.0",
9+
"version": "0.8.0",
1010
"packages": [
1111
{
1212
"registryType": "npm",
1313
"registryBaseUrl": "https://registry.npmjs.org",
1414
"runtimeHint": "npx",
15-
"version": "0.7.0",
15+
"version": "0.8.0",
1616
"identifier": "@mapbox/mcp-server",
1717
"transport": {
1818
"type": "stdio"

src/tools/search-and-geocode-tool/SearchAndGeocodeTool.input.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const SearchAndGeocodeInputSchema = z.object({
5353
.optional()
5454
.describe('Request estimated time of arrival (ETA) to results'),
5555
navigation_profile: z
56-
.enum(['driving', 'walking', 'cycling', 'driving-traffic'])
56+
.enum(['driving', 'walking', 'cycling'])
5757
.optional()
5858
.describe('Routing profile for ETA calculations'),
5959
origin: z

0 commit comments

Comments
 (0)