Skip to main content
Glama

Promptopia MCP

by lumile
MIT License
18
2
jest.config.ts520 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ const config = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: ['**/*.test.ts'], transform: { '^.+\.tsx?$': 'ts-jest', }, moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1', }, collectCoverage: true, coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov'], coveragePathIgnorePatterns: [ '/node_modules/', '/dist/', '/tests/' ], verbose: true, }; export default config;

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/lumile/promptopia-mcp'

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