Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ OTEL_SERVICE_NAME=mapbox-mcp-server
# OTEL_SERVICE_VERSION=0.6.1

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

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

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

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

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

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

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

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

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

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

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

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

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

# Note: Get your API key from: https://ui.honeycomb.io/account
# See: https://docs.honeycomb.io/getting-data-in/opentelemetry-overview/
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.8.0

### Bug Fixes

- Removed an invalid option in input schema of `search_and_geocode_tool`. The `navigation_profile` used to have invalid `driving-traffic` option.

## 0.7.0

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dxt_version": "0.1",
"display_name": "Mapbox MCP Server",
"name": "@mapbox/mcp-server",
"version": "0.7.0",
"version": "0.8.0",
"description": "Mapbox MCP server.",
"author": {
"name": "Mapbox, Inc."
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mcp-server",
"version": "0.7.0",
"version": "0.8.0",
"description": "Mapbox MCP server.",
"mcpName": "io.github.mapbox/mcp-server",
"main": "./dist/commonjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"url": "https://github.com/mapbox/mcp-server",
"source": "github"
},
"version": "0.7.0",
"version": "0.8.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"runtimeHint": "npx",
"version": "0.7.0",
"version": "0.8.0",
"identifier": "@mapbox/mcp-server",
"transport": {
"type": "stdio"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const SearchAndGeocodeInputSchema = z.object({
.optional()
.describe('Request estimated time of arrival (ETA) to results'),
navigation_profile: z
.enum(['driving', 'walking', 'cycling', 'driving-traffic'])
.enum(['driving', 'walking', 'cycling'])
.optional()
.describe('Routing profile for ETA calculations'),
origin: z
Expand Down