Leo
Leo
#### References to other Issues or PRs None. #### Have you read the [Contributing Guidelines](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/CONTRIBUTING.md)? Yes. #### Brief description of what is fixed or changed Updates the buf example from...
是否可以支持一下上传后的文件权限问题?目前遇到的上传的文件执行权限会丢失,每次都要手动再给权限,极大不便。如果担心安全性之类的问题,可以考虑加个参数?
**What this PR does / why we need it**: * Resolve name collision with imported package name. * Explicitly indicate unhandled responses. * Rename variables to follow the camelCase naming...
Close #20682 Before: After: Config: ```yaml schema: log_namespace: true sources: source_kubernetes: type: kubernetes_logs self_node_name: "abc123" pod_annotation_fields: container_id: "" container_image_id: "" # pod_labels: "" # pod_owner: "" transforms: transform_namespace: type: remap...
This PR allows the `figure` to accept url as the src of the``. currently, it only supports the relative path. ``` // raw img // assign url to figure {%...
## ✨ MCP Gateway 是什么? [**MCP Gateway**](https://github.com/mcp-ecosystem/mcp-gateway) 是一个用 Go 编写的轻量高可用网关服务,帮助个人与企业将已有的 API 通过配置方式转换为符合 [MCP 协议](https://modelcontextprotocol.io/) 的服务,无需改动任何代码。 https://github.com/user-attachments/assets/2a812a14-85cf-45d6-9f37-cc08d8579b33 ### 🔧 核心设计理念 - ✅ 零侵入:平台中立,适配物理机、虚拟机、ECS、K8s 等环境,无需改动现有基础设施 - 🔄 配置驱动:通过 YAML 配置即可将存量 API 转换为...
## ✨ MCP Gateway 是什么? **MCP Gateway** 是一个用 Go 编写的轻量高可用网关服务,帮助个人与企业将已有的 MCP Servers 和 APIs 通过配置方式转换为符合 [MCP 协议](https://modelcontextprotocol.io/) 的服务,无需改动任何代码。 https://github.com/user-attachments/assets/69480eda-7aa7-4be7-9bc7-cae57fe16c54 ### 🔧 核心设计理念 - ✅ 零侵入:平台中立,适配物理机、虚拟机、ECS、K8s 等环境,无需改动现有基础设施 - 🔄 配置驱动:通过 YAML...