Skip to main content
Glama
hteek

Serverless MCP

by hteek
constants.ts581 B
/** * Service name for the application to use in logs, metrics, and traces. * * Can also be configured via POWERTOOLS_SERVICE_NAME environment variable. */ const serviceName = 'serverless-mcp'; /** * Namespace for metrics to use in metrics. * * Can also be configured via POWERTOOLS_METRICS_NAMESPACE environment variable. */ const metricsNamespace = 'serverless-mcp'; /** * Key-value pairs to include in all metrics and logs. */ const defaultValues = { executionEnv: process.env.AWS_EXECUTION_ENV || 'N/A', }; export { serviceName, metricsNamespace, defaultValues };

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/hteek/serverless-mcp'

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