Skip to main content
Glama

MCP Weather Server

stryker.conf.js517 B
export default { packageManager: 'npm', reporters: ['html', 'clear-text', 'progress'], testRunner: 'jest', jest: { projectType: 'custom', configFile: 'jest.config.js' }, tsconfigFile: 'tsconfig.json', coverageAnalysis: 'off', mutate: [ 'src/**/*.ts', '!src/**/*.d.ts', '!src/main.ts' // Exclude main.ts as it's mostly a bootstrap file ], // Exclude test files and setup files ignore: [ 'tests/**', '**/*.test.ts', '**/*.spec.ts', '**/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/ParthibanRajasekaran/mcp-weather'

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