Node Omnibus MCP Server

create_documentation

Generate project documentation by specifying the path, type, and optional component or API name. Simplify README, API, and component documentation creation on the Node Omnibus MCP Server.

Instructions

Generate project documentation

Input Schema

NameRequiredDescriptionDefault
nameNoComponent or API name for specific documentation
pathYesProject directory path
typeYesDocumentation type

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Component or API name for specific documentation", "type": "string" }, "path": { "description": "Project directory path", "type": "string" }, "type": { "description": "Documentation type", "enum": [ "readme", "api", "component" ], "type": "string" } }, "required": [ "path", "type" ], "type": "object" }

You must be authenticated.

Other Tools from Node Omnibus MCP Server

Related Tools

ID: 0j9a4m75vv