You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The DeployStack backend is a modern, high-performance Node.js application built with **Fastify**, **TypeScript**, and **Drizzle ORM**. It's specifically designed for managing MCP (Model Context Protocol) server deployments with enterprise-grade features including authentication, role-based access control, and an extensible plugin system.
12
+
The DeployStack backend is a modern, high-performance Node.js application built with **Fastify**, **TypeScript**, and **Drizzle ORM**. It's specifically designed for managing MCP (Model Context Protocol) server configurations with enterprise-grade features including authentication, role-based access control, and an extensible plugin system.
Copy file name to clipboardExpand all lines: docs/development/frontend/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ sidebar: Getting Started
6
6
7
7
# DeployStack Frontend Development
8
8
9
-
The DeployStack frontend is a modern web application built with Vue 3, TypeScript, and Vite, specifically designed for managing MCP (Model Context Protocol) server deployments. This guide covers everything you need to know to develop and contribute to the frontend.
9
+
The DeployStack frontend is a modern web application built with Vue 3, TypeScript, and Vite, specifically designed for managing MCP (Model Context Protocol) server configurations. This guide covers everything you need to know to develop and contribute to the frontend.
Copy file name to clipboardExpand all lines: docs/development/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Development Guide
3
-
description: Complete development documentation for DeployStack - covering frontend, backend, and contribution guidelines for the MCP server deployment platform.
3
+
description: Complete development documentation for DeployStack - covering frontend, backend, and contribution guidelines for the MCP server management platform.
Welcome to the DeployStack development documentation! DeployStack is a comprehensive enterprise platform for deploying and managing Model Context Protocol (MCP) servers, featuring a cloud control plane, local gateway proxy, and modern web interface for team-based MCP server orchestration.
12
+
Welcome to the DeployStack development documentation! DeployStack is a comprehensive enterprise platform for managing Model Context Protocol (MCP) servers, featuring a cloud control plane, local gateway proxy, and modern web interface for team-based MCP server orchestration.
13
13
14
14
## Architecture Overview
15
15
16
16
DeployStack implements a sophisticated Control Plane / Data Plane architecture for enterprise MCP server management:
17
17
18
-
-**Frontend**: Vue 3 + TypeScript web application providing the management interface for MCP server deployments
18
+
-**Frontend**: Vue 3 + TypeScript web application providing the management interface for MCP server configurations
19
19
-**Backend**: Fastify-based cloud control plane handling authentication, team management, and configuration distribution
20
20
-**Gateway**: Local secure proxy that runs on developer machines, managing MCP server processes and credential injection
21
21
-**Shared**: Common utilities and TypeScript types used across all services
0 commit comments