Skip to main content
Glama

jrnl MCP Server

by yostos
jest.config.js598 B
/** @type {import('jest').Config} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.ts$': 'ts-jest', }, collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/index.ts', // Exclude main entry point from coverage ], moduleNameMapper: { '^@/(.*)$': '<rootDir>/src/$1', }, testTimeout: 10000, // 10 seconds for integration tests // Run tests in specific order: unit tests first, then integration tests testSequencer: '<rootDir>/tests/testSequencer.js', };

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/yostos/jrnl-mcp'

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