Skip to main content
Glama

documcp

by tosin2013

test_local_deployment

Validate documentation builds and test local server configurations for repositories using static site generators like Jekyll, Hugo, or Docusaurus before deploying to GitHub Pages.

Instructions

Test documentation build and local server before deploying to GitHub Pages

Input Schema

NameRequiredDescriptionDefault
portNoPort for local server
repositoryPathYesPath to the repository
skipBuildNoSkip build step and only start server
ssgYes
timeoutNoTimeout in seconds for build process

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "port": { "default": 3000, "description": "Port for local server", "type": "number" }, "repositoryPath": { "description": "Path to the repository", "type": "string" }, "skipBuild": { "default": false, "description": "Skip build step and only start server", "type": "boolean" }, "ssg": { "enum": [ "jekyll", "hugo", "docusaurus", "mkdocs", "eleventy" ], "type": "string" }, "timeout": { "default": 60, "description": "Timeout in seconds for build process", "type": "number" } }, "required": [ "repositoryPath", "ssg" ], "type": "object" }

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/tosin2013/documcp'

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