Skip to main content
Glama

app-store-connect-mcp-server

pass-through-decoder.js273 B
const b4a = require('b4a') module.exports = class PassThroughDecoder { constructor (encoding) { this.encoding = encoding } get remaining () { return 0 } decode (tail) { return b4a.toString(tail, this.encoding) } flush () { return '' } }

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/JoshuaRileyDev/app-store-connect-mcp-server'

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