MCP-Run

 view release on metacpan or  search on metacpan

.claude/skills/perl-mcp/SKILL.md  view on Meta::CPAN

        mcp_servers => [$mcp],
    );

    # 4a. One-shot tool calling
    my $response = await $engine->chat_with_tools_f('Add 42 and 17');

    # 4b. Or Raider for multi-turn
    my $raider = Langertha::Raider->new(
        engine         => $engine,
        mission        => 'You are a calculator.',
        max_iterations => 10,
    );
    my $result = await $raider->raid_f('Add 42 and 17');
}

main()->get;
```
</async-integration>

<tool-description-tips>
## Writing Good Tool Descriptions



( run in 0.965 second using v1.01-cache-2.11-cpan-71847e10f99 )