We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
guidelines.md•417 B
---
title: Coding & Docs Guidelines
---
# Coding & Docs Guidelines
Code
- Follow TypeScript strictness and ESLint rules.
- Prefer TSDoc comments for public APIs with `@example` where useful.
- Keep modules cohesive and avoid unrelated changes.
Docs
- Write in Markdown under `/docs`.
- Add pages to VitePress sidebar via `.vitepress/config.ts`.
- For API docs, rely on TypeDoc output under `/docs/api/reference`.