Skip to content

Commit 9e678d7

Browse files
authored
add truncate and update editor's picks (#1901)
* fix * Update picked-posts.json (en) * Update picked-posts.json (cn) * add truncate * fix
1 parent f0a0284 commit 9e678d7

File tree

4 files changed

+18
-10
lines changed

4 files changed

+18
-10
lines changed

blog/en/blog/2025/04/21/host-mcp-server-with-api-gateway.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ tags: [Ecosystem]
2121
image: https://static.api7.ai/uploads/2025/04/21/yR6mkJHI_0-apisix-mcp-server-cover.webp
2222
---
2323

24+
>Discover how the Apache APISIX mcp-bridge plugin seamlessly converts stdio-based MCP servers to scalable HTTP SSE services.
25+
26+
<!--truncate-->
27+
2428
## Introduction
2529

2630
In contemporary API infrastructure, HTTP protocols and streaming communications (like SSE, WebSocket) have become mainstream for building real-time, interactive applications. Over the past few months, the Model Context Protocol (MCP) has gained popularity. However, most MCP Servers are implemented via stdio for local environments and cannot be invoked by external services and developers.

blog/en/config/picked-posts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
22
"blog/en/blog/2025/02/24/apisix-ai-gateway-features.md",
3+
"blog/en/blog/2025/04/21/host-mcp-server-with-api-gateway.md"
34
"blog/en/blog/2025/03/06/what-is-an-ai-gateway.md",
45
"blog/en/blog/2025/02/21/why-reinvent-api-gateways.md",
56
"blog/en/blog/2025/02/06/analyzing-api-gateway-adoption-rates.md",
67
"blog/en/blog/2025/02/17/cloud-vs-open-source-vs-commercial-api-gateways.md",
7-
"blog/en/blog/2024/10/22/apisix-integrates-with-open-appsec.md",
8-
"blog/en/blog/2024/10/17/release-apache-apisix-3.11.0.md"
8+
"blog/en/blog/2024/10/22/apisix-integrates-with-open-appsec.md"
99
]

blog/zh/blog/2025/04/21/host-mcp-server-with-api-gateway.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ keywords:
1616
- MCP
1717
- MCP Server
1818
- mcp-bridge
19-
description: 探索 Apache APISIX 的 mcp-bridge 插件如何将基于标准输入输出的 MCP Server 无缝转换为可扩展的 HTTP Server 发送事件服务。了解如何通过身份认证增强 API 安全性,通过限流提高系统可靠性,同时为云原生架构优化 MCP 服务。
19+
description: 探索 Apache APISIX 的 mcp-bridge 插件如何无缝地将基于 stdio 的 MCP Server 转换为可扩展的 HTTP SSE 服务。了解如何通过身份认证增强 API 安全性,通过限流提高系统可靠性,同时为云原生架构优化 MCP 服务。
2020
tags: [Ecosystem]
2121
image: https://static.api7.ai/uploads/2025/04/21/yR6mkJHI_0-apisix-mcp-server-cover.webp
2222
---
2323

24+
>探索 Apache APISIX 的 mcp-bridge 插件如何无缝地将基于 stdio 的 MCP Server 转换为可扩展的 HTTP SSE 服务。
25+
26+
<!--truncate-->
27+
2428
## 引言
2529

2630
在现代 API 基础设施中,HTTP 协议和流式通信(如 SSE、WebSocket)已成为构建实时、交互式应用的主流方式。最近几个月, Model Context Protocol (MCP) 变得越来越流行,不过大部分 MCP Server 都是通过 stdio 实现,用于本地环境使用,不能让外部服务和开发者调用。

blog/zh/config/picked-posts.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[
2-
"blog/zh/blog/2025/01/26/monthly-report.md",
3-
"blog/zh/blog/2025/01/13/apisix-2024-ospp.md",
4-
"blog/zh/blog/2025/01/15/apisix-practice-in-soyoung-data-security-gateway.md",
5-
"blog/zh/blog/2024/02/07/unlock-observability-for-apisix-with-deepflow.md",
6-
"blog/zh/blog/2023/12/15/high-availability-of-apisix-and-api7.md",
7-
"blog/zh/blog/2023/12/08/zhengcaiyun-uses-apisix.md",
8-
"blog/zh/blog/2023/12/01/datavisor-uses-apisix.md"
2+
"blog/zh/blog/2025/04/21/host-mcp-server-with-api-gateway.md",
3+
"blog/zh/blog/2025/04/08/introducing-apisix-ai-gateway.md",
4+
"blog/zh/blog/2025/04/01/embrace-intelligent-api-management-with-ai-and-mcp.md",
5+
"blog/zh/blog/2025/04/01/release-apache-apisix-3.12.0.md",
6+
"blog/zh/blog/2025/03/24/6-essential-ai-gateway-use-cases.md",
7+
"blog/zh/blog/2025/03/21/ai-gateway-vs-api-gateway-differences-explained.md",
8+
"blog/zh/blog/2025/01/15/apisix-practice-in-soyoung-data-security-gateway.md"
99
]

0 commit comments

Comments
 (0)