'test_tool', 'description' => 'A test tool', 'inputSchema' => ['type' => 'object'], ]; } public function handle(array $args, McpContext $context): array { return ['result' => 'test']; } }