Skip to main content
Glama
Southclaws

Storyden

by Southclaws
source.ts938 B
import { blog as blogPosts, docs } from "@/.source/server"; import { loader } from "fumadocs-core/source"; import { toFumadocsSource } from "fumadocs-mdx/runtime/server"; import { openapiPlugin } from "fumadocs-openapi/server"; import { openapi } from "./openapi"; export const source = loader({ baseUrl: "/docs", source: docs.toFumadocsSource(), plugins: [ openapiPlugin(), { name: "openapi-toc", transformPageTree: { file(node, filePath) { if (!filePath) return node; const file = this.storage.read(filePath); if (!file || file.format !== "page") return node; const data = file.data as any; if (data._openapi?.toc) { data.toc = data._openapi.toc; } return node; }, }, }, ], }); export const blog = loader({ baseUrl: "/blog", source: toFumadocsSource(blogPosts, []), }); export { openapi };

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

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