Skip to main content
Glama

protolint-mcp

by yoheimuta
pretty.go284 B
package util_test import ( "encoding/json" "fmt" ) // PrettyFormat formats any objects for test debug use. func PrettyFormat(v interface{}) string { b, err := json.MarshalIndent(v, "", " ") if err != nil { return fmt.Sprintf("orig=%v, err=%v", v, err) } return string(b) }

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