This repository was archived by the owner on Mar 1, 2026. It is now read-only.
feat: add MCP server for GitHub Copilot integration with deck.gl/luma.gl ecosystem#36
Draft
feat: add MCP server for GitHub Copilot integration with deck.gl/luma.gl ecosystem#36
Conversation
Co-authored-by: charlieforward9 <62311337+charlieforward9@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add MCP registry URL configuration settings
feat: add MCP server for GitHub Copilot integration with deck.gl/luma.gl ecosystem
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a specification-compliant MCP (Model Context Protocol) server so organizations can expose strata's AI utilities to GitHub Copilot and any MCP-capable assistant via a single org-level config.
New:
src/mcp/tools.ts— 5 tool definitions wrapping existing pure AI utilities:geocode_location→ lng/lat + deck.gl view state via Nominatimcalculate_date_range/parse_relative_date→ Unix ms timestamps from explicit or relative date expressionsget_activities_info→ spatiotemporal activity summary + suggested map viewresolve_timestamps→ resolves relative date strings in noodlesProjectModification[]to concrete timestampsserver.ts— JSON-RPC 2.0 over stdio; implementsinitialize,tools/list,tools/callindex.ts— type exports for consumers embedding tool definitions directlyPackage changes
bin.strata-mcp → ./dist/mcp/server.js— runnable asnpx --package=@new-heat/strata strata-mcpexports["./mcp"]+typesVersions.mcpsubpath added@types/nodeadded to devDependencies (scoped via/// <reference types="node" />in server.ts only)Org config
.github/copilot/mcp.json— the only file organizations need to copy:{ "mcpServers": { "strata": { "command": "npx", "args": ["--yes", "--package=@new-heat/strata", "strata-mcp"] } } }No new runtime dependencies. All 5 tools have unit tests (25 total).
Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
npm.duckdb.org/home/REDACTED/work/_temp/ghcca-node/node/bin/node node /home/REDACTED/work/strata/strata/node_modules/.bin/node-pre-gyp install --fallback-to-build(dns block)If you need me to access, download, or install something from one of these locations, you can either:
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.