Protofmt
Formats Protocol Buffer (.proto) files (versions 2, 3, and editions).
关于
Ensures consistent formatting of your Protocol Buffer files (versions 2, 3, and editions) using this MCP server. Installable via `go install`, it's designed for easy integration with editors like Visual Studio Code, streamlining your development workflow by automating code formatting.
主要功能
- Formats Protocol Buffer (.proto) files (versions 2, 3, and editions)
- Installable via `go install`
- Integrates with Visual Studio Code
- 1 GitHub stars
使用案例
- Integrating formatting into a CI/CD pipeline
- Automating .proto file formatting in a development workflow
- Ensuring consistent code style across a project