NAME

MCP::Wiki - Markdown wiki MCP server with TOC extraction and git history

VERSION

version 0.001

SYNOPSIS

use MCP::Wiki::Server;

my $server = MCP::Wiki::Server->new(
    wiki_root => '/path/to/wiki',
    use_git   => 1,
);

$server->to_stdio;

DESCRIPTION

An MCP server that manages a markdown wiki in a directory. Supports TOC extraction, paragraph-level editing, and git history tracking.

SEE ALSO

MCP::Wiki::Server, MCP::Wiki::Document, MCP::Wiki::TOC::Parser

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.