Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
yargs.mjs473 B
// TODO: consolidate on using a helpers file at some point in the future, which // is the approach currently used to export Parser and applyExtends for ESM: import pkg from './build/index.cjs'; const {applyExtends, cjsPlatformShim, Parser, processArgv, Yargs} = pkg; Yargs.applyExtends = (config, cwd, mergeExtends) => { return applyExtends(config, cwd, mergeExtends, cjsPlatformShim); }; Yargs.hideBin = processArgv.hideBin; Yargs.Parser = Parser; export default Yargs;

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/waldzellai/mcp-agent-ts'

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