Skip to main content
Glama

protolint-mcp

by yoheimuta
nextPlacementStrategy.go453 B
package autodisable import "github.com/yoheimuta/go-protoparser/v4/parser" type nextPlacementStrategy struct { c *commentator } func newNextPlacementStrategy(c *commentator) *nextPlacementStrategy { return &nextPlacementStrategy{ c: c, } } func (p *nextPlacementStrategy) Disable( offset int, _ []*parser.Comment, _ *parser.Comment) { p.c.insertNewline(offset) } func (p *nextPlacementStrategy) Finalize() error { return p.c.finalize() }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoheimuta/protolint'

If you have feedback or need assistance with the MCP directory API, please join our Discord server