Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1e72d21
Add server-level icons with light and dark theme support
mattpodwysocki Jan 12, 2026
c205821
Update @modelcontextprotocol/sdk to 1.25.2
mattpodwysocki Jan 12, 2026
ca757a9
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Jan 13, 2026
dc3e501
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Jan 26, 2026
8f325eb
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Jan 27, 2026
5c160cc
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Jan 29, 2026
04a1930
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Feb 9, 2026
79ef57e
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Feb 16, 2026
9bde92c
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Feb 23, 2026
08f374d
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Feb 26, 2026
efd96fa
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Mar 4, 2026
2aba9b7
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Mar 6, 2026
cd1d797
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Apr 1, 2026
a9c8261
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Apr 1, 2026
188f51a
chore: add CVE-2026-4926 entry to CHANGELOG
mattpodwysocki Apr 1, 2026
a9653e2
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Apr 2, 2026
814f635
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Apr 13, 2026
42acbeb
Merge branch 'main' of github.com:mapbox/mcp-server
mattpodwysocki Apr 13, 2026
771e422
chore: upgrade tshy, vitest, and typescript to latest major versions
mattpodwysocki Apr 13, 2026
e2320e6
fix: bump typescript-eslint packages to ^8.58.2 for TypeScript 6 support
mattpodwysocki Apr 14, 2026
be30e65
chore: merge main into chore/upgrade-deps-2026-04
mattpodwysocki Apr 14, 2026
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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

### Dependencies

- **Upgrade `tshy` to `^4.1.1`, `vitest`/`@vitest/coverage-istanbul` to `^4.1.4`, `typescript` to `^6.0.2`** — removed deprecated `baseUrl` from `tsconfig.base.json` (TS6), updated `paths` entry to use relative `./` prefix
- **Upgrade OpenTelemetry to 2.x** — upgraded `@opentelemetry/resources` and `@opentelemetry/sdk-trace-base` from `^1.30.1` to `^2.6.1`; upgraded experimental packages (`sdk-node`, `instrumentation`, `exporter-trace-otlp-http`) from `^0.56.0` to `^0.214.0`; upgraded `auto-instrumentations-node` to `^0.72.0` and `semantic-conventions` to `^1.40.0`; migrated `new Resource()` to `resourceFromAttributes()` following the 2.x API change

- **Upgrade `zod` from `^3.25.42` to `^4.3.6`** — migrated `z.record()` calls to require explicit key schema (`z.string()`), updated `.shape` access (no longer a function in v4), and fixed `denoise` default handling in `IsochroneTool` input schema

### New Features
Expand Down
Loading
Loading