Major update: MCP v3 with multiple DMS support + CLI#36
Merged
thealphacubicle merged 20 commits intomainfrom Apr 10, 2026
Merged
Major update: MCP v3 with multiple DMS support + CLI#36thealphacubicle merged 20 commits intomainfrom
thealphacubicle merged 20 commits intomainfrom
Conversation
* WIP: Socrata support (formatting etc) * Updated README file with right config * Updated Socrata isntructions to be more LLM friendly * Fixed smoke test bug * Updated smoke test bug --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
* Added SoSQL query support * Smoke test bug fix * Removed smoke test --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
* Bug fix * Ruff fix --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
* Updated config files and deployment scripts (#33) * Deployed prod MCP * Added ACM SSL cert * Updated shell script and staging vars * Staging tf vars files changed --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu> * Generalized boston specific values --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
* Lint fix * Lint fix * bug fix --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
added 2 commits
March 31, 2026 19:31
* Lint fix * Security update: removed Lambda entrypoint * Added DLQ SQS + tagging * Updated CLI tools for new service additions * Added transparency CLI commands + tests --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
* lint fix * updated docs * Updated workflows * bug fix * Parallelized container setup * lint fix --------- Co-authored-by: Srihari Raman <raman.sr@northeastern.edu>
5 tasks
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Overview
Major version update to OpenContext (v3) introducing support for multiple data management systems (DMS) and a developer-facing CLI. This update significantly expands the plugin ecosystem beyond CKAN and lowers the barrier to deployment for municipal forkers.
Delivered Work
Plugin Expansion
CLI (
cli/commands/)Three commands to streamline setup, configuration, and operations for municipal deployers. → #62 / PR #35
authenticate— Prerequisite checker (Python 3.11+, uv, AWS CLI, Terraform) with auto-install and AWS credential verificationconfigure— Interactive wizard that generatesconfig.yamland Terraform var files, handles plugin selection across all three DMS types, and manages Terraform workspace initcost— CloudWatch-backed AWS cost estimator with Lambda + API Gateway breakdownsSub-Issues
Status
All work delivered and merged. Issue closed.