Skip to main content
Glama

Zig MCP Server

by openSVM
module.exports = { preset: 'ts-jest', testEnvironment: 'node', roots: ['<rootDir>/tests'], testMatch: [ '**/__tests__/**/*.(ts|js)', '**/*.(test|spec).(ts|js)' ], collectCoverageFrom: [ 'src/**/*.ts', '!src/**/*.d.ts' ], coverageDirectory: 'coverage', coverageReporters: ['text', 'lcov'], verbose: true, testTimeout: 10000, moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json'], transform: { '^.+\\.(ts|tsx)$': ['ts-jest', { tsconfig: 'tests/tsconfig.json' }], } };

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

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