Skip to main content
Glama

MCP Storyblok Server

by zerdos
jest.config.js567 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/tests/**/*.test.ts', '**/?(*.)+(spec|test).ts'], roots: ['<rootDir>/src', '<rootDir>/tests'], moduleNameMapper: { '^@src/(.*)$': '<rootDir>/src/$1' }, modulePathIgnorePatterns: ['<rootDir>/build/'], collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.test.ts', '!src/**/__mocks__/**' ], transform: { '^.+\\.ts$': 'ts-jest' }, moduleFileExtensions: ['ts', 'js', 'json'], testPathIgnorePatterns: ['<rootDir>/build/', '<rootDir>/node_modules/'] };

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/zerdos/mcp-storyblok-server'

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