Skip to main content
Glama
IAmAlexander

Readwise MCP Server

by IAmAlexander
jest.config.cjs1.06 kB
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/*.test.ts'], moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', }, transform: { '^.+\\.tsx?$': [ 'ts-jest', { tsconfig: { module: 'commonjs', moduleResolution: 'node', }, }, ], }, 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: 0, functions: 0, lines: 0, statements: 0, }, }, setupFilesAfterEnv: ['<rootDir>/tests/setup.ts'], verbose: true, testPathIgnorePatterns: [ '/node_modules/', // Temporarily skip tests with ESM/mock issues - these need refactoring 'tests/server.test.ts', 'tests/tools/get-books.test.ts', 'tests/tools/get-documents.test.ts', 'tests/prompts/highlight-prompt.test.ts', ], };

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

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