Skip to main content
Glama

Ableton Copilot MCP

by xiaolaa2
vitest.config.ts680 B
import { defineConfig } from 'vitest/config' import swc from 'unplugin-swc' import path from 'path' export default defineConfig({ test: { environment: 'node', globals: true, setupFiles: ['./tests/setup.ts'], include: ['tests/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'], coverage: { provider: 'v8', reporter: ['text', 'json', 'html'] }, pool: 'forks', poolOptions: { forks: { singleFork: true } }, }, plugins: [swc.vite()], resolve: { alias: { '@': path.resolve(__dirname, './src') } } })

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/xiaolaa2/ableton-copilot-mcp'

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