Skip to main content
Glama

Contentful

Official
by contentful
vitest.config.ts480 B
import { defineConfig } from 'vitest/config'; export default defineConfig({ test: { globals: true, environment: 'node', restoreMocks: true, env: { TEST_TYPE: 'unit', CONTENTFUL_MANAGEMENT_ACCESS_TOKEN: 'test_token', SPACE_ID: 'test_space_id', ENVIRONMENT_ID: 'master', CONTENTFUL_HOST: 'api.contentful.com', }, setupFiles: ['./vitest.setup.ts'], coverage: { include: ['src/**/*.{ts,tsx,js,jsx}'], }, }, });

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

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