Skip to main content
Glama
srwlli

Documentation Generator MCP Server

by srwlli
schema.json2.73 kB
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "docs-mcp Changelog Schema", "type": "object", "required": ["project", "changelog_version", "current_version", "entries"], "properties": { "project": { "type": "string", "const": "docs-mcp" }, "changelog_version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+$" }, "current_version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" }, "entries": { "type": "array", "items": { "type": "object", "required": ["version", "date", "summary", "changes"], "properties": { "version": { "type": "string", "pattern": "^[0-9]+\\.[0-9]+\\.[0-9]+$" }, "date": { "type": "string", "format": "date" }, "summary": { "type": "string", "minLength": 1 }, "changes": { "type": "array", "items": { "type": "object", "required": ["id", "type", "severity", "title", "description", "files", "reason", "impact", "breaking"], "properties": { "id": { "type": "string", "pattern": "^change-[0-9]{3,}$" }, "type": { "type": "string", "enum": ["bugfix", "enhancement", "feature", "breaking_change", "deprecation", "security"] }, "severity": { "type": "string", "enum": ["critical", "major", "minor", "patch"] }, "title": { "type": "string", "minLength": 1 }, "description": { "type": "string", "minLength": 1 }, "files": { "type": "array", "items": { "type": "string" }, "minItems": 1 }, "reason": { "type": "string", "minLength": 1 }, "impact": { "type": "string", "minLength": 1 }, "breaking": { "type": "boolean" }, "migration": { "type": "string" } } } }, "contributors": { "type": "array", "items": { "type": "string" } } } } } } }

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/srwlli/docs-mcp'

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