NAME
App::Raider::FileTools - MCP::Server factory with local filesystem tools (list/read/write/edit)
VERSION
version 0.003
build_file_tools_server
my $server = App::Raider::FileTools::build_file_tools_server(
root => '/some/dir', # optional chroot
);
Returns an MCP::Server instance with the tools list_files, read_file, write_file, and edit_file registered. When root is set, all path arguments are confined to that directory.
SEE ALSO
SUPPORT
Issues
Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-app-raider/issues.
IRC
Join #langertha on irc.perl.org or message Getty directly.
CONTRIBUTING
Contributions are welcome! Please fork the repository and submit a pull request.
AUTHOR
Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/
COPYRIGHT AND LICENSE
This software is copyright (c) 2026 by Torsten Raudssus.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.