Skip to main content
Glama

MySQL ReadOnly MCP Server

by zhaojw-php
setup.ts434 B
// Jest setup file for global test configuration // Set test environment variables process.env.NODE_ENV = 'test'; process.env.MYSQL_HOST = 'localhost'; process.env.MYSQL_USER = 'test_user'; process.env.MYSQL_PASSWORD = 'test_password'; process.env.MYSQL_DATABASE = 'test_db'; // Mock console.error to reduce noise in test output global.console = { ...console, error: jest.fn(), }; // Global test timeout jest.setTimeout(30000);

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/zhaojw-php/mysql-readonly-mcp'

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