Skip to main content
Glama

MCP Think Tool Server

jest.config.js462 B
/** @type {import('jest').Config} **/ module.exports = { testEnvironment: 'node', transform: { '^.+\\.(ts|tsx)$': [ 'ts-jest', { useESM: false, tsconfig: { module: 'CommonJS', target: 'ES2019', isolatedModules: true, esModuleInterop: true, }, }, ], }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], testMatch: ['**/__tests__/**/*.test.ts'], };

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/abhinav-mangla/think-tool-mcp'

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