Skip to main content
Glama

Cut-Copy-Paste Clipboard Server

jest.config.js•751 B
export default { preset: 'ts-jest/presets/default-esm', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transform: { '^.+\\.ts$': [ 'ts-jest', { useESM: true, }, ], }, collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.test.ts', '!src/**/*.d.ts', '!src/cli.ts', // Entry point - tested via integration '!src/server.ts', // Entry point - tested via integration ], coverageThreshold: { global: { branches: 70, functions: 95, lines: 85, statements: 85, }, }, testMatch: ['**/__tests__/**/*.ts', '**/?(*.)+(spec|test).ts'], moduleFileExtensions: ['ts', 'js', 'json'], };

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/Pr0j3c7t0dd-Ltd/cut-copy-paste-mcp'

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