An open API service indexing awesome lists of open source software.

https://github.com/emicklei/protofmt-mcp

MCP server that can format your ProtocolBuffer (.proto) files version 2,3 or editions
https://github.com/emicklei/protofmt-mcp

Last synced: 3 months ago
JSON representation

MCP server that can format your ProtocolBuffer (.proto) files version 2,3 or editions

Awesome Lists containing this project

README

          

## 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

```json
"protofmt-mcp": {
"command": "/Users/ernestmicklei/go/bin/protofmt-mcp",
"args": []
}
```