Skip to main content
Glama
vite.config.docs.ts496 B
import { resolve } from 'node:path'; import { createLeafPlugin, routesPlugin } from '@sylphx/leaf'; import { defineConfig } from 'vite'; const docsDir = resolve(process.cwd(), 'docs'); export default defineConfig({ plugins: [ routesPlugin(docsDir), ...createLeafPlugin({ title: 'PDF Reader MCP Server', description: 'MCP Server for reading PDF files securely within a project', base: '/', }), ], resolve: { dedupe: ['solid-js', 'solid-js/web'], }, });

Latest Blog Posts

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/SylphxAI/pdf-reader-mcp'

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