Skip to main content
Glama

ChatGPT Apps MCP Server

vite.config.ts643 B
import { defineConfig } from "vite"; import react from "@vitejs/plugin-react"; import tailwindcss from "@tailwindcss/vite"; import path from "path"; export default defineConfig({ plugins: [tailwindcss(), react()], root: "web/src", build: { outDir: path.resolve(__dirname, "assets"), emptyOutDir: true, rollupOptions: { input: { calculator: path.resolve(__dirname, "web/src/calculator/index.tsx"), }, output: { entryFileNames: "[name].js", chunkFileNames: "[name].js", assetFileNames: "[name].[ext]", }, }, }, server: { port: 4444, cors: true, }, });

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/BruceWilliamChen/mcp-server'

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