Skip to main content
Glama

MCP Manual Generator

by haixyeh
MIT License
package.json1.07 kB
{ "name": "mcp-manual-generator", "version": "1.0.0", "description": "A Model Context Protocol (MCP) server for automated screenshot capture and user manual generation", "main": "src/server.js", "bin": { "mcp-manual": "./bin/cli.js" }, "scripts": { "start": "node src/server.js", "test": "jest", "lint": "eslint src/**/*.js", "format": "prettier --write src/**/*.js" }, "keywords": [ "mcp", "screenshot", "manual", "documentation", "automation", "playwright" ], "author": "Ryan Yeh", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.15.0", "playwright": "^1.40.0", "commander": "^11.1.0", "chalk": "^4.1.2", "fs-extra": "^11.2.0", "joi": "^17.11.0", "dotenv": "^16.3.1", "winston": "^3.11.0" }, "devDependencies": { "eslint": "^8.56.0", "prettier": "^3.1.1", "jest": "^29.7.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/ryanyeh/mcp-manual-generator.git" } }

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/haixyeh/mcp-manual-generator'

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