Skip to main content
Glama

protolint-mcp

by yoheimuta
protolint.js452 B
#!/usr/bin/env node 'use strict'; var path = require('path'); var spawn = require('child_process').spawn; var exe_ext = process.platform === 'win32' ? '.exe' : ''; var protoc = path.resolve(__dirname, 'protolint' + exe_ext); var args = process.argv.slice(2); var child_process = spawn(protoc, args, { stdio: 'inherit' // This inherits stdin, stdout, and stderr }); child_process.on("exit", (exit_code, _) => { process.exit(exit_code); });

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