Data was last updated on Jun 1, 2026, 05:44 AM UTC from dataset #833286.
| Name and release | Project type | Usage count | Top X project by usage | Maintainers |
|---|---|---|---|---|
| mcp_tools 1.0.0-beta7 | Module | 75 | 15000 | guillaumeg, mowens |
| Status | Next step | Instructions | Drupal.org issues |
|---|---|---|---|
Fix deprecation errors found | Run Rector to fix some errors | Some of the errors found are covered by drupal-rector automation (thanks to Palantir.net funding), which should be used to speed up resolving them. Check out the Project Update Bot patch in the issue queue. Get the automated fix committed first and resolve the manual problems afterwards. | Drupal 12 compatibility issues |
| Occurrence in project | All occurrences | Affected projects | Category | Error |
|---|---|---|---|---|
| 36 | 11582 | 8307 | Info.yml or composer.json | Value of core_version_requirement is not compatible with the next major version of Drupal core. See https://drupal.org/node/3070687. |
| 1 | 1788 | 1788 | Info.yml or composer.json | The drupal/core requirement is not compatible with the next major version of Drupal. Either remove it or update it to be compatible. See https://www.drupal.org/docs/develop/using-composer/add-a-composerjson-file#core-compatibility. |
| 14 | 635 | 177 | Other problem | Call to deprecated method setAccessible() of class ReflectionMethod. |
| 1 | 76 | 48 | Drupal API, rector covered | Fetching deprecated class constant EXISTS_RENAME of interface Drupal\Core\File\FileSystemInterface. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\File\FileExists::Rename instead. |
| 2 | 20 | 13 | Parse error | Function update_calculate_project_data not found. |
| 1 | 5 | 3 | Drupal API, rector covered | Fetching deprecated class constant REQUIREMENT_ERROR of class Drupal\system\SystemManager. Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use Drupal\Core\Extension\Requirement\RequirementSeverity::Error instead. |
| 2 | 3 | 2 | Drupal API, rector covered | Fetching deprecated class constant REQUIREMENT_WARNING of class Drupal\system\SystemManager. Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use Drupal\Core\Extension\Requirement\RequirementSeverity::Warning instead. |
| 1 | 4 | 3 | Drupal API, rector covered | Fetching deprecated class constant REQUIREMENT_OK of class Drupal\system\SystemManager. Deprecated in drupal:11.2.0 and is removed from drupal:12.0.0. Use Drupal\Core\Extension\Requirement\RequirementSeverity::OK instead. |
| 2 | 32 | 13 | PHPUnit API | Call to deprecated method isType() of class PHPUnit\Framework\Assert: https://github.com/sebastianbergmann/phpunit/issues/6052 |
| 1 | 1 | 1 | Parse error | Class Mcp\Types\CallToolResult not found. |
| 1 | 1 | 1 | Other problem | Parameter $sitemapManager of method Drupal\mcp_tools_sitemap\Service\SitemapService::__construct() has invalid type Drupal\simple_sitemap\Manager\SitemapManager. |
| 1 | 1 | 1 | Other problem | Property Drupal\mcp_tools_sitemap\Service\SitemapService::$sitemapManager has unknown class Drupal\simple_sitemap\Manager\SitemapManager as its type. |
| 2 | 2 | 1 | Other problem | Call to deprecated method setVariants() of class Drupal\simple_sitemap\Manager\Generator. Deprecated in simple_sitemap:4.1.7 and is removed from simple_sitemap:5.0.0. Use setSitemaps() instead. |
| 5 | 5 | 1 | Parse error | Class Drupal\simple_sitemap\Manager\SitemapManager not found. |