kayx23 commented on code in PR #1908: URL: https://github.com/apache/apisix-website/pull/1908#discussion_r2067717022
########## blog/en/blog/2025/04/30/2025-april-monthly-report.md: ########## @@ -0,0 +1,60 @@ +--- +title: "2025 Monthly Report (April 01 - April 30)" +keywords: ["Apache APISIX", "API Gateway", "Monthly Report", "Contributor"] +description: Our monthly Apache APISIX community report generates insights into the project's monthly developments. The reports provide a pathway into the Apache APISIX community, ensuring that you stay well-informed and actively involved. +tags: [Community] +image: https://static.api7.ai/uploads/2025/04/28/vsUkfrYC_april-monthly-report-cover-en.webp +--- + +> We have recently added a new plugin, `mcp-bridge`, to Apache APISIX. For detailed information, please read the monthly report. +<!--truncate--> + +## Introduction + +From its inception, the Apache APISIX project has embraced the ethos of open-source community collaboration, propelling it into the ranks of the most active global open-source API gateway projects. The proverbial wisdom of 'teamwork makes the dream work' rings true in our way and is made possible by the collective effort of our community. + +From April 1st to April 30, 14 contributors made 54 commits to Apache APISIX. We sincerely appreciate your contributions to Apache APISIX. + +## Contributor Statistics + + + + + +## Good First Issue + +### Write Chinese documentation for AI plugins + +Issue: https://github.com/apache/apisix/issues/12161 + +The AI plugin category only has English documentation. To ensure developers from diverse backgrounds can effectively use and contribute to the project, Chinese documentation needs to be added. + +## Feature Highlights + +### Add `mcp-bridge` Plugin + +PR: https://github.com/apache/apisix/pull/12151 + +Contributor: [bzp2010](https://github.com/bzp2010) + +This PR introduces a new plugin called mcp-bridge, enabling users to convert any stdio-based mcp server to HTTP SSE-based. It consists of two parts, one for stdio handling and subprocess lifecycle management, and a submodule for MCP session management. Review Comment: ```suggestion This PR introduces a new plugin called `mcp-bridge`, enabling users to convert any stdio-based mcp server to HTTP SSE-based. It consists of two parts, one for stdio handling and subprocess lifecycle management, and a submodule for MCP session management. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org