Releases: cyanheads/openchargemap-mcp-server
v0.1.3: mcp-ts-core ^0.10.9 maintenance
mcp-ts-core ^0.10.9 maintenance
Framework adoption only — no server source or behavior changes. Adopts the 0.10.7–0.10.9 devcheck and packaging tooling.
Dependency bumps:
@cyanheads/mcp-ts-core^0.10.6 → ^0.10.9@types/node25.9.3 → 26.0.0
Added:
check-dependency-specifiersdevcheck step — fails on floating specifiers (latest/*/dist-tags) in package.json + bun.lock workspaces (cyanheads/mcp-ts-core#246)- Plugin marketplace manifest checks in
lint:packaging, gated bydevcheck.config.jsonpackaging.pluginManifests(cyanheads/mcp-ts-core#240)
Changed:
- Fresh-scaffold guards in
devcheck.ts,build-changelog.ts,check-framework-antipatterns.ts,check-skill-versions.ts(cyanheads/mcp-ts-core#237, #242, #243) - Re-synced 14 framework
SKILL.mdfiles (cyanheads/mcp-ts-core#238)
38 tests pass; bun run devcheck clean.
v0.1.2: Add public hosted endpoint
Add public hosted endpoint
Public Streamable HTTP instance at https://openchargemap.caseyjhand.com/mcp — no install required.
Added:
remotes[]entry inserver.json(type: streamable-http)### Public Hosted Instancesubsection in README Getting Started- Centered hosted-server link in README header
Changed:
vitest^4.1.8 → ^4.1.9 (patch)
38 tests pass; bun run devcheck clean.
v0.1.1: Action-first package descriptions
Action-first package descriptions
Package, manifest, and plugin descriptions rewritten to lead with what the server does.
Changed:
- Package description leads with the action ("Find EV charging stations worldwide by location and connector…") across package.json, manifest.json, .claude-plugin/plugin.json, and .codex-plugin/plugin.json
38 tests pass; bun run devcheck clean.
v0.1.0: Initial release — Open Charge Map EV charging
Initial release — Open Charge Map EV charging
Find-and-detail MCP server over the global, community-maintained Open Charge Map registry, built on @cyanheads/mcp-ts-core.
Added:
- openchargemap_find_stations — EV charging stations near a point or in a bounding box, filtered by connector type, minimum power, operator, usage type, charge level, status, and minimum charge points.
- openchargemap_get_station — full station record by OCM ID: connections, operator, usage/access, charge points, cost, media, and a plain-prose reliability note. Optional inline comments.
- openchargemap_lookup_reference — resolve connector/operator/usage/status/country names to filter IDs, served offline from a bundled snapshot with curated aliases (CCS, NACS/Supercharger, J1772, Type 2).
- openchargemap_get_station_comments — community check-ins alongside registry status and last-verified date.
- openchargemap://station/{id} resource.
- Bundled OCM reference snapshot with optional startup refresh (OPENCHARGEMAP_REFERENCE_REFRESH).
- Config: OPENCHARGEMAP_API_KEY (required), OPENCHARGEMAP_BASE_URL, OPENCHARGEMAP_REFERENCE_REFRESH.
Station data © Open Charge Map contributors, licensed under CC BY 4.0.
38 tests pass; bun run devcheck clean.