MCP Server Neurolorap

code_collector

Collect code from files into a markdown document

Input Schema

NameRequiredDescriptionDefault
input_pathNo.
subproject_idNo
titleNoCode Collection

Input Schema (JSON Schema)

{ "properties": { "input_path": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "default": ".", "title": "Input Path" }, "subproject_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Subproject Id" }, "title": { "default": "Code Collection", "title": "Title", "type": "string" } }, "title": "code_collectorArguments", "type": "object" }

You must be authenticated.

Other Tools