Skip to main content
Glama
axios.ts485 B
import { jest } from '@jest/globals'; const mockInstance = { get: jest.fn(), post: jest.fn(), put: jest.fn(), delete: jest.fn(), patch: jest.fn(), interceptors: { request: { use: jest.fn(), }, response: { use: jest.fn(), }, }, defaults: { headers: { common: {} } } }; export default { create: jest.fn(() => mockInstance), get: jest.fn(), post: jest.fn(), put: jest.fn(), delete: jest.fn(), patch: jest.fn(), };

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/learnwithcc/tally-mcp'

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