Skip to main content
Glama

protolint-mcp

by yoheimuta
setting.go436 B
package setting_test import ( "path/filepath" "runtime" ) func projectRootPath() string { _, this, _, ok := runtime.Caller(0) if !ok { return "" } return filepath.Dir(filepath.Dir(filepath.Dir(this))) } // TestDataPath is the directory path for the data used by tests. func TestDataPath(elem ...string) string { ps := []string{ projectRootPath(), "_testdata", } ps = append(ps, elem...) return filepath.Join(ps...) }

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