Skip to main content
Glama

hypertool-mcp

test-simple.jsโ€ข441 B
// Test if the issue is in the integration test itself const { resetGlobalLogger, getLogger } = require('./dist/utils/logging.js'); console.log('Creating logger...'); const logger = getLogger(); logger.info('Test message'); console.log('Creating child loggers...'); for (let i = 0; i < 20; i++) { const child = logger.child({ module: `test${i}` }); child.info(`Child message ${i}`); } console.log('Done - no warnings should appear');

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/toolprint/hypertool-mcp'

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