Skip to main content
Glama
test-compilation.ts407 B
// Quick test to check if our types are valid TypeScript\nimport { \n AudioOperations, \n AdvancedEffectsOperation,\n PitchOperation,\n ProcessingResult \n} from '../types/index.js';\n\n// Test compilation\nconst testOps: AudioOperations = {\n advanced: {\n pitch: { semitones: 2 },\n spectral: { bassBoost: 3 }\n }\n};\n\nconsole.log('TypeScript compilation test passed!');\nexport { testOps };

Latest Blog Posts

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/DeveloperZo/mcp-audio-tweaker'

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