Skip to content

Commit 63752a3

Browse files
authored
docs: update roadmap section with March 2026 milestones and recent completions (#653)
Remove outdated February 2026 milestones and add current March 2026 weekly milestones (Week 2-4). Update Major Features section with new in-progress and planned items including AgentCore Auto-Registration, Okta Identity Provider, MCP OAuth 2.1 Authorization Spec, AI Gateway Rebrand, and Observability/Telemetry Suite. Refresh Recently Completed section with February-March 2026 achievements including security hardening, OTLP export, and bug fixes.
1 parent d8f9bef commit 63752a3

1 file changed

Lines changed: 57 additions & 31 deletions

File tree

README.md

Lines changed: 57 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -768,11 +768,10 @@ Our development roadmap is organized into weekly milestones with clear deliverab
768768

769769
| Milestone | Due Date | Progress | Status | Key Issues |
770770
|-----------|----------|----------|--------|------------|
771-
| **February 2026 Week 1** | 2026-02-06 | 83% (5/6) | 🚧 In Progress | **Open:** [#358 - Custom Authorizer Endpoint](https://github.com/agentic-community/mcp-gateway-registry/issues/358)<br/>**Closed:** [#443](https://github.com/agentic-community/mcp-gateway-registry/issues/443), [#419](https://github.com/agentic-community/mcp-gateway-registry/issues/419), [#391](https://github.com/agentic-community/mcp-gateway-registry/issues/391), [#370](https://github.com/agentic-community/mcp-gateway-registry/issues/370), [#357](https://github.com/agentic-community/mcp-gateway-registry/issues/357) |
772-
| **February 2026 Week 2** | 2026-02-12 | 67% (2/3) | 🚧 In Progress | **Open:** [#416 - Settings Page with IAM Management](https://github.com/agentic-community/mcp-gateway-registry/issues/416)<br/>**Closed:** [#418](https://github.com/agentic-community/mcp-gateway-registry/issues/418), [#413](https://github.com/agentic-community/mcp-gateway-registry/issues/413) |
773-
| **February 2026 Week 3** | 2026-02-18 | 100% (1/1) | ✅ Complete | **Closed:** [#129 - Virtual MCP Server Support](https://github.com/agentic-community/mcp-gateway-registry/issues/129) |
774-
| **February 2026 Week 4** | 2026-02-25 | 0% (0/1) | 📅 Planned | **Open:** [#295 - Multi-Level Rate Limiting](https://github.com/agentic-community/mcp-gateway-registry/issues/295) |
775-
| **Parking Lot** || 25% (2/8) | 🗂️ Backlog | 6 open issues, 2 closed |
771+
| **March 2026 Week 2** | 2026-03-12 | 0% (0/5) | 🚧 In Progress | **Open:** [#611 - Network-trusted auth token generation](https://github.com/agentic-community/mcp-gateway-registry/issues/611), [#605 - AgentCore Auto-Registration](https://github.com/agentic-community/mcp-gateway-registry/issues/605), [#559 - Server-side telemetry](https://github.com/agentic-community/mcp-gateway-registry/issues/559), [#558 - Client-side telemetry](https://github.com/agentic-community/mcp-gateway-registry/issues/558), [#557 - Anonymous telemetry](https://github.com/agentic-community/mcp-gateway-registry/issues/557) |
772+
| **March 2026 Week 3** | 2026-03-19 | 0% (0/2) | 📅 Planned | **Open:** [#614 - MCP OAuth 2.1 Authorization Spec](https://github.com/agentic-community/mcp-gateway-registry/issues/614), [#500 - Logout path-based routing fix](https://github.com/agentic-community/mcp-gateway-registry/issues/500) |
773+
| **March 2026 Week 4** | 2026-03-26 | 0% (0/3) | 📅 Planned | **Open:** [#556 - AI Gateway Rebrand](https://github.com/agentic-community/mcp-gateway-registry/issues/556), [#502 - Federation Protocol Spec](https://github.com/agentic-community/mcp-gateway-registry/issues/502), [#469 - Keycloak Secrets Manager](https://github.com/agentic-community/mcp-gateway-registry/issues/469) |
774+
| **Parking Lot** || 0% (0/11) | 🗂️ Backlog | 11 open issues awaiting prioritization |
776775

777776
**Status Legend:** 🚧 In Progress • 📅 Planned • 🗂️ Backlog • ✅ Complete
778777

@@ -782,6 +781,21 @@ Our development roadmap is organized into weekly milestones with clear deliverab
782781

783782
The following major features span multiple milestones and represent significant architectural improvements:
784783

784+
- **[#605 - AgentCore Auto-Registration](https://github.com/agentic-community/mcp-gateway-registry/issues/605)** 🚧 **IN PROGRESS** (March 2026 Week 2)
785+
Automated discovery and registration of Bedrock AgentCore gateways with credential management integration.
786+
787+
- **[#641 - Okta Identity Provider](https://github.com/agentic-community/mcp-gateway-registry/issues/641)** 📅 **PLANNED**
788+
Add Okta as an identity provider option alongside Keycloak, Entra ID, Auth0, GitHub, and Google OAuth2.
789+
790+
- **[#614 - MCP OAuth 2.1 Authorization Spec](https://github.com/agentic-community/mcp-gateway-registry/issues/614)** 📅 **PLANNED** (March 2026 Week 3)
791+
Implement RFC 9728 Protected Resource Metadata with native IDE support for MCP OAuth 2.1 authorization.
792+
793+
- **[#556 - AI Gateway & Registry Rebrand](https://github.com/agentic-community/mcp-gateway-registry/issues/556)** 📅 **PLANNED** (March 2026 Week 4)
794+
Rename "MCP Gateway Registry" to "AI Gateway & Registry" to reflect expanded support for agents and tools beyond MCP.
795+
796+
- **[#557-559 - Observability & Telemetry Suite](https://github.com/agentic-community/mcp-gateway-registry/issues/557)** 🚧 **IN PROGRESS** (March 2026 Week 2)
797+
Comprehensive telemetry infrastructure with server-side collector, client-side instrumentation, and lightweight anonymous adoption tracking.
798+
785799
- **[#129 - Virtual MCP Server Support](https://github.com/agentic-community/mcp-gateway-registry/issues/129)****COMPLETED**
786800
Dynamic tool aggregation and intelligent routing using Lua scripting. Enables logical grouping of tools from multiple backend servers into a single virtual endpoint.
787801

@@ -791,48 +805,60 @@ The following major features span multiple milestones and represent significant
791805
- **[#260 - Federation Between MCP Registry Instances](https://github.com/agentic-community/mcp-gateway-registry/issues/260)****COMPLETED**
792806
Federated registry with bi-directional sync, peer management, chain prevention, orphan detection, and security scan propagation across registries.
793807

794-
- **[#295 - Multi-Level Tool Usage Rate Limiting](https://github.com/agentic-community/mcp-gateway-registry/issues/295)** 📅 **PLANNED** (Feb 2026 Week 4)
795-
Comprehensive rate limiting architecture with detailed implementation guide for tool usage control.
796-
797808
- **[#297 - Unified UI Registration Flow](https://github.com/agentic-community/mcp-gateway-registry/issues/297)****COMPLETED**
798809
Streamlined registration experience for both MCP servers and A2A agents through a unified interface.
799810

811+
- **[#295 - Multi-Level Tool Usage Rate Limiting](https://github.com/agentic-community/mcp-gateway-registry/issues/295)** 🗂️ **BACKLOG**
812+
Comprehensive rate limiting architecture with detailed implementation guide for tool usage control.
813+
800814
---
801815

802-
#### Recently Completed
816+
#### Recently Completed (February-March 2026)
803817

804-
- **[#260 - Federation Between MCP Registry Instances](https://github.com/agentic-community/mcp-gateway-registry/issues/260)****COMPLETED** (v1.0.13)
805-
Federated registry with bi-directional sync between registry instances. Features peer management UI, automatic sync with configurable filters, chain prevention for clean topology, orphan detection, and security scan propagation. [Federation Guide](docs/federation.md) | [Federation Architecture](docs/design/federation-architecture.md)
818+
- **[#650 - Semgrep Security Findings](https://github.com/agentic-community/mcp-gateway-registry/issues/650)****COMPLETED** (March 2026)
819+
Fixed SQL injection vulnerability with allowlist validation and hardened Docker Compose security (CIS Docker Benchmark 4.6). Added security_opt and cap_drop to all services, reducing findings by 86%.
806820

807-
- **[#316 - Entra ID IAM APIs](https://github.com/agentic-community/mcp-gateway-registry/issues/316)****COMPLETED**
808-
Full IAM support for Microsoft Entra ID with harmonized API for user/group management. Includes M2M service accounts, self-signed JWT tokens, and fine-grained access control through scopes. [Authentication Design](docs/design/authentication-design.md) | [Scopes Management](docs/scopes-mgmt.md)
821+
- **[#603 - Infrastructure as Code Security](https://github.com/agentic-community/mcp-gateway-registry/issues/603)****COMPLETED** (March 2026)
822+
Terraform, CloudFormation, and Kubernetes security hardening (101 findings resolved).
809823

810-
- **[#297 - Unified UI Registration Flow](https://github.com/agentic-community/mcp-gateway-registry/issues/297)****COMPLETED**
811-
Streamlined registration experience for both MCP servers and A2A agents through a unified interface.
824+
- **[#602 - Docker & Container Security](https://github.com/agentic-community/mcp-gateway-registry/issues/602)****COMPLETED** (March 2026)
825+
Root container fixes, HEALTHCHECK additions, and version tag implementations (29 findings resolved).
812826

813-
- **[#232 - A2A Curated Registry Discovery](https://github.com/agentic-community/mcp-gateway-registry/issues/232)****COMPLETED**
814-
Agent-to-agent discovery and tool invocation through curated registry patterns.
827+
- **[#601 - Secrets & Credentials Security](https://github.com/agentic-community/mcp-gateway-registry/issues/601)****COMPLETED** (March 2026)
828+
Hardcoded secrets removal and OAuth2 security improvements (39 findings resolved).
829+
830+
- **[#600 - Application Security](https://github.com/agentic-community/mcp-gateway-registry/issues/600)****COMPLETED** (March 2026)
831+
CSRF protection, path traversal prevention, and credential logging fixes (30 findings resolved).
832+
833+
- **[#598 - Request Timeout Security](https://github.com/agentic-community/mcp-gateway-registry/issues/598)****COMPLETED** (March 2026)
834+
Added missing request timeouts across all HTTP operations (B113 findings).
835+
836+
- **[#613 - FAISS Search Fix](https://github.com/agentic-community/mcp-gateway-registry/issues/613)****COMPLETED** (March 2026)
837+
Fixed FAISS search initialization and entity type handling.
838+
839+
- **[#622 - Agent State Persistence](https://github.com/agentic-community/mcp-gateway-registry/issues/622)****COMPLETED** (March 2026)
840+
Agent enabled state now properly persisted to repository on toggle operations.
815841

816-
- **[#329 - Update llms.txt](https://github.com/agentic-community/mcp-gateway-registry/issues/329)****COMPLETED** (v1.0.9)
817-
Updated AI assistant reference documentation with recent architecture changes.
842+
- **[#626 - Helm Chart UI Fix](https://github.com/agentic-community/mcp-gateway-registry/issues/626)****COMPLETED** (March 2026)
843+
Registry UI now renders correctly when deployed using Helm chart for full stack.
818844

819-
- **[#221 - DocumentDB Implementation](https://github.com/agentic-community/mcp-gateway-registry/issues/221)****COMPLETED** (v1.0.9)
820-
Distributed storage with MongoDB/DocumentDB backend implementation.
845+
- **[#572 - Audit Log Enhancements](https://github.com/agentic-community/mcp-gateway-registry/issues/572)****COMPLETED** (March 2026)
846+
Searchable dropdown filters and statistics dashboard for audit logs.
821847

822-
- **[#70 - Docker Build & Runtime Performance Optimization](https://github.com/agentic-community/mcp-gateway-registry/issues/70)****COMPLETED** (v1.0.9)
823-
Multi-stage Docker builds with 66-80% image size reduction.
848+
- **[#583 - mcpgw Refactoring](https://github.com/agentic-community/mcp-gateway-registry/issues/583)****COMPLETED** (March 2026)
849+
Refactored mcpgw MCP server to eliminate technical debt and use registry HTTP APIs.
824850

825-
- **[#287 - Filter Sidebar Buttons](https://github.com/agentic-community/mcp-gateway-registry/issues/287)****COMPLETED**
826-
Fixed filter buttons to properly filter both MCP servers and A2A agent cards.
851+
- **[#543 - OTLP Push Export](https://github.com/agentic-community/mcp-gateway-registry/issues/543)****COMPLETED** (March 2026)
852+
Enabled OTLP push export for metrics service (Datadog, New Relic, Prometheus remote write support).
827853

828-
- **[#284 - Statistics Count Fix](https://github.com/agentic-community/mcp-gateway-registry/issues/284)****COMPLETED**
829-
Sidebar statistics now correctly count both MCP servers and A2A agents.
854+
- **[#542 - Encrypted Credential Storage](https://github.com/agentic-community/mcp-gateway-registry/issues/542)****COMPLETED** (February 2026)
855+
Replaced auth_type with auth_scheme and added encrypted credential storage for backend server authentication and health checks.
830856

831-
- **[#259 - Simplify JWT Token Generation](https://github.com/agentic-community/mcp-gateway-registry/issues/259)****COMPLETED**
832-
Streamlined JWT token generation process in Registry UI.
857+
- **[#547 - ECS Service Connect DNS Fix](https://github.com/agentic-community/mcp-gateway-registry/issues/547)****COMPLETED** (February 2026)
858+
Fixed dual-stack DNS issues breaking Lua metrics flush and Python health checker in ECS deployments.
833859

834-
- **[#315 - Distroless Docker Images](https://github.com/agentic-community/mcp-gateway-registry/issues/315)****COMPLETED**
835-
Security hardening through migration to distroless/hardened base images.
860+
- **[#581 - macOS Quick-start Skill](https://github.com/agentic-community/mcp-gateway-registry/issues/581)****COMPLETED** (March 2026)
861+
Added Claude skill for macOS quickstart installation with interactive setup and teardown.
836862

837863
For the complete list of all issues, feature requests, and detailed release history, visit:
838864
- [All GitHub Issues](https://github.com/agentic-community/mcp-gateway-registry/issues)

0 commit comments

Comments
 (0)