Skip to main content
Glama

YouTube Music MCP

by instructa
vite.config.ts643 B
import { defineConfig } from 'vite' export default defineConfig({ build: { target: 'node18', // target modern Node version ssr: true, // build for SSR (Node) instead of browser outDir: 'dist', // output directory for build artifacts rollupOptions: { output: { format: 'esm', // output as ES module entryFileNames: 'server.mjs', // single output file name }, // You could mark certain packages as external if desired: // external: ['some-native-module'] }, }, test: { // Vitest config if needed (could also be in separate vitest.config.ts) environment: 'node', }, })

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/instructa/mcp-youtube-music'

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