Skip to content

Commit 0bbf82e

Browse files
author
Lasim
committed
docs(all): update README to reflect completed phases and installation
1 parent c29afb8 commit 0bbf82e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ This architecture means developers never handle sensitive credentials, and the o
7777
1. **Install the Gateway**:
7878

7979
```bash
80-
# Installation command coming soon
8180
npm install -g @deploystack/gateway
8281
```
8382

@@ -102,18 +101,19 @@ Our roadmap is designed to build the essential infrastructure for using MCP secu
102101
- **[Done]** Created the initial MCP Server Catalog for tool discovery.
103102
- **[Done]** Established documentation and self-hosted Docker support.
104103

105-
### Phase 2: The Secure Gateway (Current Focus)
104+
### Phase 2: The Secure Gateway (Completed)
106105

107-
- **[In Progress]** Develop the `DeployStack Gateway` local application.
108-
- **[In Progress]** Implement secure authentication and configuration synchronization between the Gateway and the cloud.
109-
- **[To Do]** Build the on-demand `stdio` process spawning and management logic.
110-
- **[To Do]** Add support for proxying to remote, HTTP-based MCP servers.
106+
- **[Done]** Developed the `DeployStack Gateway` local application.
107+
- **[Done]** Implemented secure authentication and configuration synchronization between the Gateway and the cloud.
108+
- **[Done]** Built the on-demand `stdio` process spawning and management logic.
109+
- **[Done]** Added support for multi-user teams with role-based access control.
111110

112-
### Phase 3: Enterprise Governance
111+
### Phase 3: Enterprise Governance (Current Focus)
113112

114113
- **[To Do]** Build out Audit Logging features in the cloud UI.
115114
- **[To Do]** Develop Analytics dashboards for tool usage and performance.
116115
- **[To Do]** Implement advanced policy controls (e.g., rate limiting, request validation).
116+
- **[To Do]** Add support for proxying to remote, HTTP-based MCP servers.
117117

118118
### Phase 4: Ecosystem & Integration
119119

@@ -123,35 +123,35 @@ Our roadmap is designed to build the essential infrastructure for using MCP secu
123123

124124
## Project Structure
125125

126-
This repository uses a monorepo structure. The new `gateway` service will be added here:
126+
This repository uses a monorepo structure with the following components:
127127

128128
```bash
129129
deploystack/
130130
├── services/
131131
│ ├── frontend/ # Vue.js frontend application for cloud.deploystack.io
132132
│ ├── backend/ # Fastify backend API for the cloud control plane
133-
│ ├── gateway/ # The local DeployStack Gateway
133+
│ ├── gateway/ # The DeployStack Gateway
134134
│ └── shared/ # Shared utilities and types
135135
└── ...
136136
```
137137

138138
## Contributing
139139

140-
We are excited about this new direction and welcome contributions. The most immediate need is help building the `DeployStack Gateway`.
140+
We welcome contributions to help expand and improve the DeployStack platform.
141141

142142
1. Fork this repository.
143-
2. Create your feature branch (`git checkout -b feature/gateway-stdio-spawner`).
143+
2. Create your feature branch (`git checkout -b feature/analytics-dashboard`).
144144
3. Commit your changes following our [commit guidelines](CONTRIBUTING.md#commit-message-guidelines).
145-
4. Push to the branch (`git push origin feature/gateway-stdio-spawner`).
145+
4. Push to the branch (`git push origin feature/analytics-dashboard`).
146146
5. Open a Pull Request.
147147

148148
For detailed contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
149149

150150
## Community and Support
151151

152-
- **Discord**: Join our community at [discord.gg/42Ce3S7b3b](https://discord.gg/42Ce3S7b3b) to discuss the new roadmap.
152+
- **Discord**: Join our community at [discord.gg/42Ce3S7b3b](https://discord.gg/42Ce3S7b3b) to discuss DeployStack.
153153
- **GitHub Discussions**: Ask questions and share ideas about the Enterprise Control Plane.
154-
- **Twitter**: Follow [@deploystack](https://twitter.com/deploystack) for updates on our progress.
154+
- **Twitter**: Follow [@deploystack](https://twitter.com/deploystack) for updates.
155155

156156
## License
157157

0 commit comments

Comments
 (0)