Skip to content

Commit 022e0e1

Browse files
committed
Update roadmap section with current open GitHub issues
- Replace old roadmap items with current open issues - Organize issues by category (Major Features, Authentication & Identity) - Include direct links to GitHub issues with descriptions - Add dependency relationships between issues
1 parent 4e77f18 commit 022e0e1

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -487,9 +487,30 @@ _Coming soon_ - Use MCP Host applications such as VSCode-insiders or Cursor to r
487487
488488
## Roadmap
489489
490-
1. Store the server information in persistent storage.
491-
1. Use GitHub API to retrieve information (license, programming language etc.) about MCP servers.
492-
1. Add option to deploy MCP servers.
490+
The following GitHub issues represent our current development roadmap and planned features:
491+
492+
### 🚀 Major Features
493+
494+
- **[#37 - Multi-Level Registry Support](https://github.com/agentic-community/mcp-gateway-registry/issues/37)**
495+
Add support for federated registries that can connect to other registries, enabling hierarchical MCP infrastructure with cross-IdP authentication.
496+
497+
- **[#38 - Usage Metrics and Analytics System](https://github.com/agentic-community/mcp-gateway-registry/issues/38)**
498+
Implement comprehensive usage tracking across user and agent identities, with metrics emission from auth server, registry, and intelligent tool finder.
499+
500+
- **[#39 - Tool Popularity Scoring and Rating System](https://github.com/agentic-community/mcp-gateway-registry/issues/39)**
501+
Enhance tool discovery with popularity scores and star ratings based on usage patterns and agent feedback. *Depends on #38.*
502+
503+
### 🔐 Authentication & Identity
504+
505+
- **[#18 - Add Token Vending Capability to Auth Server](https://github.com/agentic-community/mcp-gateway-registry/issues/18)**
506+
Extend the auth server to provide token vending capabilities for enhanced authentication workflows.
507+
508+
- **[#5 - Add Support for KeyCloak as IdP Provider](https://github.com/agentic-community/mcp-gateway-registry/issues/5)**
509+
Add KeyCloak integration as an alternative Identity Provider alongside Amazon Cognito.
510+
511+
### 📋 View All Issues
512+
513+
For the complete list of open issues, feature requests, and bug reports, visit our [GitHub Issues page](https://github.com/agentic-community/mcp-gateway-registry/issues).
493514
494515
## License
495516

0 commit comments

Comments
 (0)