Skip to main content
Glama

OpenTK Model Context Protocol Server

by r-huijts
setup.ts509 B
// Increase timeout for all tests jest.setTimeout(10000); // Suppress console output during tests global.console = { ...console, // Uncomment to disable specific console methods during tests // log: jest.fn(), // error: jest.fn(), // warn: jest.fn(), }; // Add any global test setup here beforeAll(() => { // Setup code to run before all tests }); afterAll(() => { // Cleanup code to run after all tests }); // Add custom matchers if needed expect.extend({ // Add custom matchers here });

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/r-huijts/opentk-mcp'

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