Skip to main content
Glama

Readwise MCP Server

by IAmAlexander
jest.config.js596 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest', }, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], collectCoverage: true, coverageDirectory: 'coverage', collectCoverageFrom: [ 'src/**/*.{ts,tsx}', '!src/**/*.d.ts', '!src/types/**/*', '!src/index.ts', ], coverageThreshold: { global: { branches: 70, functions: 70, lines: 70, statements: 70, }, }, setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'], verbose: true, };

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/IAmAlexander/readwise-mcp'

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