Skip to main content
Glama

MCP Agent TypeScript Port

by waldzellai
logging.js538 B
/** * @fileoverview Handle logging for ESLint * @author Gyandeep Singh */ "use strict"; /* eslint no-console: "off" -- Logging util */ /* c8 ignore next */ module.exports = { /** * Cover for console.log * @param {...any} args The elements to log. * @returns {void} */ info(...args) { console.log(...args); }, /** * Cover for console.error * @param {...any} args The elements to log. * @returns {void} */ error(...args) { console.error(...args); } };

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