n2n_export_markdown
Exports the project's knowledge graph to a Markdown file for sharing and documentation. Specify project path and optional output filename.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | The absolute path to the project or any subdirectory within the project. | |
| confirmNewProjectRoot | No | MUST be provided ONLY when initializing a new project. Set this to the 'detectedRoot' path returned by the server's confirmation request. | |
| outputPath | No | Output file path relative to project root, defaults to KNOWLEDGE_GRAPH.md |