Skip to main content
Glama

Scrapbox Cosense MCP Server

by worldnine
jest.config.js656 B
export default { preset: 'ts-jest/presets/default-esm', testEnvironment: 'node', extensionsToTreatAsEsm: ['.ts'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: true, tsconfig: { module: 'esnext', target: 'ES2022' } }] }, moduleNameMapper: { '^(\\.{1,2}/.*)\\.js$': '$1', '^@/(.*)\\.js$': '<rootDir>/src/$1', '^@/(.*)$': '<rootDir>/src/$1' }, testMatch: [ '**/__tests__/**/*.test.ts', '**/__tests__/**/*.integration.test.ts' ], transformIgnorePatterns: [ 'node_modules/(?!(@whatwg-node/fetch|@cosense/std|@cosense/types|@jsr/cosense__std|@jsr/cosense__types)/)' ] };

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/worldnine/scrapbox-cosense-mcp'

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