Skip to main content
Glama

Spec Workflow MCP

vite.config.ts612 B
import { defineConfig } from 'vite'; import { fileURLToPath } from 'url'; import { dirname } from 'path'; import react from '@vitejs/plugin-react'; // Dynamically import Tailwind CSS v4 plugin async function createConfig() { const { default: tailwindcss } = await import('@tailwindcss/vite'); return { plugins: [react(), tailwindcss()], // Ensure Vite resolves index.html relative to this config file root: dirname(fileURLToPath(new URL(import.meta.url))), base: '/', build: { outDir: 'dist', emptyOutDir: true, }, }; } export default defineConfig(createConfig());

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/Pimzino/spec-workflow-mcp'

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