Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 22b90e6

Browse files
committed
docs: Fix broken links
1 parent 10760c9 commit 22b90e6

File tree

17 files changed

+18
-478
lines changed

17 files changed

+18
-478
lines changed

docs/development/local-development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,5 @@ export APISERVER_JWT_SECRET_KEY="your_secret_key"
114114

115115
成功启动本地开发环境后,你可以:
116116

117-
- 查看 [架构文档](./architecture.md) 深入了解系统组件
118-
- 阅读 [配置指南](/docs/configuration/) 学习如何配置网关
119-
- 查看 [客户端使用文档](/docs/client-usage/) 了解如何与网关交互
117+
- 查看 [架构文档](./architecture) 深入了解系统组件
118+
- 阅读 [配置指南](../configuration/gateways) 学习如何配置网关

docs/intro.md

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +0,0 @@
1-
---
2-
sidebar_position: 1
3-
---
4-
5-
# MCP Gateway 文档
6-
7-
MCP Gateway 是一个轻量级且高可用的网关服务,使用 Go 语言开发,旨在帮助个人和企业轻松地将现有的 API 服务(RESTful、gRPC 等)通过配置转换为 MCP-Server。
8-
9-
## 主要特性
10-
11-
- 🌐 **平台无关**:可以在任何环境中轻松集成,包括裸机、虚拟机、ECS、K8s,无需修改基础设施
12-
- 🔁 **多协议转换**:支持通过配置将 RESTful 和 gRPC API 转换为 MCP-Server
13-
- ⚡️ **高性能和复制友好**:轻量级设计,同时保持高可用性和性能
14-
- 🧭 **用户友好的管理界面**:降低学习和维护成本
15-
16-
## 快速开始
17-
18-
- [安装指南](/docs/getting-started/installation)
19-
- [配置说明](/docs/getting-started/configuration)
20-
- [API 转换示例](/docs/getting-started/examples)
21-
22-
## 文档结构
23-
24-
1. **入门指南**
25-
- 安装与配置
26-
- 基本概念
27-
- 快速上手
28-
29-
2. **核心功能**
30-
- RESTful API 转换
31-
- gRPC API 转换
32-
- 请求/响应转换
33-
- 会话管理
34-
35-
3. **部署与运维**
36-
- Docker 部署
37-
- Kubernetes 集成
38-
- 监控与日志
39-
- 性能优化
40-
41-
4. **API 参考**
42-
- 管理接口
43-
- 转换规则
44-
- 配置参数
45-
46-
## 贡献指南
47-
48-
我们欢迎任何形式的贡献!如果你发现文档中有任何问题或想要添加新的内容,请随时提交 Pull Request。
49-
50-
## 联系我们
51-
52-
如果你有任何问题或建议,请通过以下方式联系我们:
53-
54-
- [GitHub Issues](https://github.com/mcp-ecosystem/mcp-gateway/issues)
55-
- 邮件支持
56-
- 社区论坛

i18n/de/docusaurus-plugin-content-docs/current/development/local-development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ export APISERVER_JWT_SECRET_KEY="ihr_geheimer_schlüssel"
112112

113113
Nach dem erfolgreichen Start der lokalen Entwicklungsumgebung können Sie:
114114

115-
- Die [Architekturdokumentation](./architecture.md) überprüfen, um die Systemkomponenten im Detail zu verstehen
116-
- Den [Konfigurationsleitfaden](/docs/configuration/) lesen, um zu erfahren, wie Sie das Gateway konfigurieren
117-
- Die [Client-Nutzungsdokumentation](/docs/client-usage/) ansehen, um zu verstehen, wie Sie mit dem Gateway interagieren
115+
- Die [Architekturdokumentation](./architecture) überprüfen, um die Systemkomponenten im Detail zu verstehen
116+
- Den [Konfigurationsleitfaden](../configuration/gateways) lesen, um zu erfahren, wie Sie das Gateway konfigurieren
Lines changed: 0 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1 @@
1-
# MCP Gateway Dokumentation
21

3-
Willkommen bei der MCP Gateway Dokumentation! MCP Gateway ist eine leistungsstarke Proxy-Lösung, die speziell für die Konvertierung von MCP (Message Control Protocol) in verschiedene API-Protokolle entwickelt wurde.
4-
5-
## Hauptfunktionen
6-
7-
- **Plattformunabhängig**: Unterstützt verschiedene Plattformen und Betriebssysteme
8-
- **Multi-Protokoll-Konvertierung**: Konvertiert MCP in verschiedene API-Protokolle
9-
- **Hohe Leistung**: Optimiert für hohe Durchsatzraten und niedrige Latenzzeiten
10-
- **Benutzerfreundliche Verwaltungsoberfläche**: Einfache Konfiguration und Überwachung
11-
12-
## Schnellstart
13-
14-
1. [Installation und Konfiguration](getting-started/quick-start.md)
15-
2. [Erste Schritte mit der Verwaltungsoberfläche](getting-started/quick-start.md#access-and-configuration)
16-
3. [Testen der Dienste](getting-started/quick-start.md#testing)
17-
18-
## Dokumentationsstruktur
19-
20-
Die Dokumentation ist in folgende Hauptabschnitte gegliedert:
21-
22-
### Erste Schritte
23-
- Installation und Konfiguration
24-
- Grundlegende Konzepte
25-
- Schnellstart-Anleitungen
26-
27-
### Kernfunktionen
28-
- MCP-Protokoll-Unterstützung
29-
- API-Konvertierung
30-
- Sitzungsverwaltung
31-
- Leistungsoptimierung
32-
33-
### Bereitstellung und Betrieb
34-
- Docker-Bereitstellung
35-
- Kubernetes-Bereitstellung
36-
- Überwachung und Protokollierung
37-
- Sicherheit und Zugriffskontrolle
38-
39-
### API-Referenz
40-
- MCP-API
41-
- Verwaltungs-API
42-
- Webhook-Integration
43-
- Ereignisbenachrichtigungen
44-
45-
## Mitwirken
46-
47-
Wir freuen uns über Beiträge zur Verbesserung der MCP Gateway! Hier sind einige Möglichkeiten, wie Sie helfen können:
48-
49-
1. Melden Sie Fehler oder Probleme
50-
2. Schlagen Sie neue Funktionen vor
51-
3. Verbessern Sie die Dokumentation
52-
4. Reichen Sie Pull-Requests ein
53-
54-
## Kontakt
55-
56-
Bei Fragen oder Anregungen können Sie uns über folgende Kanäle erreichen:
57-
58-
- [GitHub Issues](https://github.com/mcp-ecosystem/mcp-gateway/issues)
59-
- [Discord Community](https://discord.gg/your-discord-link)
60-
- [Email Support](mailto:[email protected])

i18n/en/docusaurus-plugin-content-docs/current/development/local-development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ export APISERVER_JWT_SECRET_KEY="your_secret_key"
112112

113113
After successfully starting the local development environment, you can:
114114

115-
- Check the [Architecture Documentation](./architecture.md) to understand system components in depth
116-
- Read the [Configuration Guide](/docs/configuration/) to learn how to configure the gateway
117-
- View the [Client Usage Documentation](/docs/client-usage/) to understand how to interact with the gateway
115+
- Check the [Architecture Documentation](./architecture) to understand system components in depth
116+
- Read the [Configuration Guide](../configuration/gateways) to learn how to configure the gateway
Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1 @@
1-
---
2-
sidebar_position: 1
3-
---
41

5-
# MCP Gateway Documentation
6-
7-
MCP Gateway is a lightweight and highly available gateway service developed in Go, designed to help individuals and enterprises easily convert existing API services (RESTful, gRPC, etc.) into MCP-Server through configuration.
8-
9-
## Key Features
10-
11-
- 🌐 **Platform Agnostic**: Easy integration in any environment, including bare metal, VMs, ECS, K8s, without infrastructure modifications
12-
- 🔁 **Multi-protocol Conversion**: Supports converting RESTful and gRPC APIs to MCP-Server through configuration
13-
- ⚡️ **High Performance and Replication Friendly**: Lightweight design while maintaining high availability and performance
14-
- 🧭 **User-friendly Management Interface**: Reduces learning and maintenance costs
15-
16-
## Quick Start
17-
18-
- [Installation Guide](/docs/getting-started/installation)
19-
- [Configuration Guide](/docs/getting-started/configuration)
20-
- [API Conversion Examples](/docs/getting-started/examples)
21-
22-
## Documentation Structure
23-
24-
1. **Getting Started**
25-
- Installation and Configuration
26-
- Basic Concepts
27-
- Quick Start
28-
29-
2. **Core Features**
30-
- RESTful API Conversion
31-
- gRPC API Conversion
32-
- Request/Response Transformation
33-
- Session Management
34-
35-
3. **Deployment and Operations**
36-
- Docker Deployment
37-
- Kubernetes Integration
38-
- Monitoring and Logging
39-
- Performance Optimization
40-
41-
4. **API Reference**
42-
- Management Interface
43-
- Conversion Rules
44-
- Configuration Parameters
45-
46-
## Contribution Guidelines
47-
48-
We welcome contributions of any kind! If you find any issues in the documentation or want to add new content, feel free to submit a Pull Request.
49-
50-
## Contact Us
51-
52-
If you have any questions or suggestions, please contact us through:
53-
54-
- [GitHub Issues](https://github.com/mcp-ecosystem/mcp-gateway/issues)
55-
- Email Support
56-
- Community Forum

i18n/es/docusaurus-plugin-content-docs/current/development/local-development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ export APISERVER_JWT_SECRET_KEY="tu_clave_secreta"
112112

113113
Después de iniciar exitosamente el entorno de desarrollo local, puedes:
114114

115-
- Revisar la [Documentación de Arquitectura](./architecture.md) para entender los componentes del sistema en profundidad
116-
- Leer la [Guía de Configuración](/docs/configuration/) para aprender cómo configurar la puerta de enlace
117-
- Ver la [Documentación de Uso del Cliente](/docs/client-usage/) para entender cómo interactuar con la puerta de enlace
115+
- Revisar la [Documentación de Arquitectura](./architecture) para entender los componentes del sistema en profundidad
116+
- Leer la [Guía de Configuración](../configuration/gateways) para aprender cómo configurar la puerta de enlace
Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1 @@
1-
---
2-
sidebar_position: 1
3-
---
41

5-
# Documentación de MCP Gateway
6-
7-
MCP Gateway es un servicio de puerta de enlace ligero y de alta disponibilidad, desarrollado en Go, diseñado para ayudar a individuos y empresas a convertir fácilmente sus servicios API existentes (RESTful, gRPC, etc.) en MCP-Server mediante configuración.
8-
9-
## Características principales
10-
11-
- 🌐 **Independiente de plataforma**: Se puede integrar fácilmente en cualquier entorno, incluyendo máquinas físicas, máquinas virtuales, ECS, K8s, sin necesidad de modificar la infraestructura
12-
- 🔁 **Conversión multi-protocolo**: Soporta la conversión de APIs RESTful y gRPC a MCP-Server mediante configuración
13-
- ⚡️ **Alto rendimiento y amigable para replicación**: Diseño ligero que mantiene alta disponibilidad y rendimiento
14-
- 🧭 **Interfaz de administración amigable**: Reduce los costos de aprendizaje y mantenimiento
15-
16-
## Comenzar rápidamente
17-
18-
- [Guía de instalación](/docs/getting-started/installation)
19-
- [Configuración](/docs/getting-started/configuration)
20-
- [Ejemplos de conversión de API](/docs/getting-started/examples)
21-
22-
## Estructura de la documentación
23-
24-
1. **Guía de inicio**
25-
- Instalación y configuración
26-
- Conceptos básicos
27-
- Inicio rápido
28-
29-
2. **Funcionalidades principales**
30-
- Conversión de API RESTful
31-
- Conversión de API gRPC
32-
- Transformación de solicitudes/respuestas
33-
- Gestión de sesiones
34-
35-
3. **Despliegue y operaciones**
36-
- Despliegue con Docker
37-
- Integración con Kubernetes
38-
- Monitoreo y registros
39-
- Optimización de rendimiento
40-
41-
4. **Referencia de API**
42-
- Interfaz de administración
43-
- Reglas de conversión
44-
- Parámetros de configuración
45-
46-
## Guía de contribución
47-
48-
¡Bienvenimos cualquier tipo de contribución! Si encuentras algún problema en la documentación o deseas agregar nuevo contenido, no dudes en enviar un Pull Request.
49-
50-
## Contáctanos
51-
52-
Si tienes alguna pregunta o sugerencia, contáctanos a través de:
53-
54-
- [GitHub Issues](https://github.com/mcp-ecosystem/mcp-gateway/issues)
55-
- Soporte por correo electrónico
56-
- Foro de la comunidad

i18n/fr/docusaurus-plugin-content-docs/current/development/local-development.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,5 @@ export APISERVER_JWT_SECRET_KEY="votre_clé_secrète"
112112

113113
Après avoir réussi à démarrer l'environnement de développement local, vous pouvez :
114114

115-
- Consulter la [Documentation d'Architecture](./architecture.md) pour comprendre les composants du système en profondeur
116-
- Lire le [Guide de Configuration](/docs/configuration/) pour apprendre comment configurer la passerelle
117-
- Voir la [Documentation d'Utilisation Client](/docs/client-usage/) pour comprendre comment interagir avec la passerelle
115+
- Consulter la [Documentation d'Architecture](./architecture) pour comprendre les composants du système en profondeur
116+
- Lire le [Guide de Configuration](../configuration/gateways) pour apprendre comment configurer la passerelle
Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1 @@
1-
---
2-
sidebar_position: 1
3-
---
41

5-
# Documentation MCP Gateway
6-
7-
MCP Gateway est un service de passerelle léger et hautement disponible développé en Go, conçu pour aider les particuliers et les entreprises à convertir facilement leurs services API existants (RESTful, gRPC, etc.) en MCP-Server par simple configuration.
8-
9-
## Fonctionnalités Clés
10-
11-
- 🌐 **Indépendant de la Plateforme** : Intégration facile dans n'importe quel environnement, y compris le bare metal, les VM, ECS, K8s, sans modifications d'infrastructure
12-
- 🔁 **Conversion Multi-protocoles** : Prend en charge la conversion des API RESTful et gRPC en MCP-Server par configuration
13-
- ⚡️ **Haute Performance et Réplication** : Conception légère tout en maintenant une haute disponibilité et des performances optimales
14-
- 🧭 **Interface de Gestion Conviviale** : Réduit les coûts d'apprentissage et de maintenance
15-
16-
## Démarrage Rapide
17-
18-
- [Guide d'Installation](/docs/getting-started/installation)
19-
- [Guide de Configuration](/docs/getting-started/configuration)
20-
- [Exemples de Conversion d'API](/docs/getting-started/examples)
21-
22-
## Structure de la Documentation
23-
24-
1. **Premiers Pas**
25-
- Installation et Configuration
26-
- Concepts de Base
27-
- Démarrage Rapide
28-
29-
2. **Fonctionnalités Principales**
30-
- Conversion d'API RESTful
31-
- Conversion d'API gRPC
32-
- Transformation des Requêtes/Réponses
33-
- Gestion des Sessions
34-
35-
3. **Déploiement et Opérations**
36-
- Déploiement Docker
37-
- Intégration Kubernetes
38-
- Surveillance et Journalisation
39-
- Optimisation des Performances
40-
41-
4. **Référence API**
42-
- Interface de Gestion
43-
- Règles de Conversion
44-
- Paramètres de Configuration
45-
46-
## Directives de Contribution
47-
48-
Nous accueillons tous les types de contributions ! Si vous trouvez des problèmes dans la documentation ou souhaitez ajouter du nouveau contenu, n'hésitez pas à soumettre une Pull Request.
49-
50-
## Contactez-nous
51-
52-
Si vous avez des questions ou des suggestions, n'hésitez pas à nous contacter via :
53-
54-
- [GitHub Issues](https://github.com/mcp-ecosystem/mcp-gateway/issues)
55-
- Support par Email
56-
- Forum Communautaire

0 commit comments

Comments
 (0)