Skip to main content
Glama

Storyden

by Southclaws
Mozilla Public License 2.0
227
source.config.ts674 B
import { defineDocs, defineConfig, defineCollections, frontmatterSchema, } from "fumadocs-mdx/config"; import { z } from "zod"; export const docs = defineDocs({ dir: "content/docs", }); export const blog = defineCollections({ type: "doc", dir: "content/blog", async: true, schema: frontmatterSchema.extend({ // vercel builds differently for some dumb unknown (the usual) // so hack this to accept both types and transform... thanks vercel. date: z .union([z.string(), z.date()]) .transform((val) => (val instanceof Date ? val : new Date(val))), }), }); export default defineConfig({ mdxOptions: { // MDX options }, });

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/Southclaws/storyden'

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