refactor: migrate tool discovery to Drupal plugin system
Replace custom ToolApiDiscovery service with a proper Drupal plugin architecture for MCP tools:
- Add ToolPluginManager, ToolPluginInterface, ToolPluginBase, and Tool attribute for plugin-based tool discovery
- Add ToolApi plugin that wraps Tool API module tools
- Update McpBridgeService to use ToolPluginManager
- Update McpToolConfigForm and ToolAutocompleteController
- Remove ToolApiDiscovery service and its test
- Update test fixtures and assertions for new tool ID format
Closes #3560497