Skip to main content
Glama
project_parameters_cm.js577 B
/** * @NApiVersion 2.1 * Project Parameters Configuration */ define(['./error_handler_cm'], (ErrorHandler) => { class ProjectParameters extends ErrorHandler { constructor() { super(); this.initializeParameters(); } initializeParameters() { this.config = { maxRetries: 3, timeout: 30000, batchSize: 100 }; this.scriptParams = {}; } getConfig(key) { return this.config[key]; } getParam(key) { return this.scriptParams[key]; } } return ProjectParameters; });

Latest Blog Posts

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/saralegui-solutions/mcp-self-learning-server'

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