Skip to main content
Glama

Ambiance MCP Server

by sbarron
jest.embedding.config.js1.25 kB
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/src/local/__tests__/**/*.test.ts'], testPathIgnorePatterns: [ 'integration\\.test\\.ts$', 'tools-old/', 'indexers-old/', 'renderers-old/', 'search-old/', 'database-old/', 'llm-old/', 'types-old/' ], moduleFileExtensions: ['ts', 'js', 'json'], transform: { '^.+\\.ts$': ['ts-jest', { useESM: false, tsconfig: 'tsconfig.json' }] }, transformIgnorePatterns: [ 'node_modules/(?!(node-fetch|@babel|tree-sitter))' ], moduleNameMapper: { '^node-fetch$': 'node-fetch', '^globby$': '<rootDir>/__mocks__/globby.js', '^fs$': '<rootDir>/__mocks__/fs.js', '^fs/promises$': '<rootDir>/__mocks__/fs.js', '^tree-sitter$': '<rootDir>/__mocks__/tree-sitter.js', '^tree-sitter-typescript$': '<rootDir>/__mocks__/tree-sitter-lang.js', '^tree-sitter-javascript$': '<rootDir>/__mocks__/tree-sitter-lang.js', '^tree-sitter-python$': '<rootDir>/__mocks__/tree-sitter-lang.js', }, // Add timeout and force exit to prevent hanging testTimeout: 10000, forceExit: true, // Verbose output for better debugging verbose: true };

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/sbarron/AmbianceMCP'

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