protofmt-mcp
3.2
If you are the rightful owner of protofmt-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The protofmt-mcp is a specialized server designed to format Protocol Buffer (.proto) files, enhancing readability and consistency in codebases.
protofmt-mcp
An MCP server that can format a single .proto
file.
install
go install github.com/emicklei/protofmt-mcp@latest
usage in Visual Studio Code
"protofmt-mcp": {
"command": "/Users/ernestmicklei/go/bin/protofmt-mcp",
"args": []
}