\Drupal\Core\Plugin\DefaultPluginManager::getDefinitions() returns typed objects, not arrays
`\Drupal\mcp_server_tool_bridge\Controller\ToolAutocompleteController::handleAutocomplete()` fetches the Tool API plugins via `\Drupal\Core\Plugin\DefaultPluginManager::getDefinitions()` but treats the result as an array of associative arrays where it's actually an array of `\Drupal\tool\Tool\ToolDefinition`. ![image](/uploads/a3b683024a9e9e0613a60669392a5c2e/image.png){width=900 height=440}
issue