Skip to main content
Glama

MCP-Prototype

by llxxbb
vite.config.web.ts336 B
import { sveltekit } from '@sveltejs/kit/vite'; import { defineConfig } from 'vite'; const cachePath = process.env.npm_config_cache || '../..'; console.log('cachePath:', cachePath); export default defineConfig({ plugins: [sveltekit()] as any, server: { fs: { allow: [cachePath] }, // 启用 CORS 支持 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/llxxbb/mcp-prototype'

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