NAME

MCP::Wiki::TOC::Entry - Single TOC entry with heading path and line range

VERSION

version 0.001

level

Heading level (1-6)

heading

The heading text without the # prefix

anchor

URL-safe anchor (derived from heading)

heading_path

Full path of nested headings (e.g. "Introduction#Background")

line_start

Starting line number (1-indexed, inclusive)

line_end

Ending line number (1-indexed, inclusive)

content_preview

First ~100 chars of the section content

char_count

Total character count of the section

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-mcp-wiki/issues.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <getty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.