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
- Host: GitHub
- URL: https://github.com/emicklei/protofmt-mcp
- Owner: emicklei
- License: mit
- Created: 2025-05-21T20:49:29.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-21T20:49:45.000Z (5 months ago)
- Last Synced: 2025-06-27T14:56:52.481Z (3 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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": []
}
```