feat: add golang filter and mcp-server (#1942)

Co-authored-by: johnlanni <zty98751@alibaba-inc.com>
This commit is contained in:
Jingze
2025-03-24 11:07:03 +08:00
committed by GitHub
parent 45fbc8b084
commit f5c1e7f2ec
14 changed files with 1942 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
## 介绍
## 快速构建
使用以下命令可以快速构建 golang filter 插件:
```bash
GO_FILTER_NAME=mcp-server make build
```