[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: autoload_classmap.php
<?php // autoload_classmap.php @generated by Composer $vendorDir = dirname(__DIR__); $baseDir = dirname($vendorDir); return array( 'Automattic\\Jetpack\\Autoloader\\AutoloadFileWriter' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadFileWriter.php', 'Automattic\\Jetpack\\Autoloader\\AutoloadGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadGenerator.php', 'Automattic\\Jetpack\\Autoloader\\AutoloadProcessor' => $vendorDir . '/automattic/jetpack-autoloader/src/AutoloadProcessor.php', 'Automattic\\Jetpack\\Autoloader\\CustomAutoloaderPlugin' => $vendorDir . '/automattic/jetpack-autoloader/src/CustomAutoloaderPlugin.php', 'Automattic\\Jetpack\\Autoloader\\ManifestGenerator' => $vendorDir . '/automattic/jetpack-autoloader/src/ManifestGenerator.php', 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 'WP\\MCP\\Abilities\\DiscoverAbilitiesAbility' => $vendorDir . '/wordpress/mcp-adapter/includes/Abilities/DiscoverAbilitiesAbility.php', 'WP\\MCP\\Abilities\\ExecuteAbilityAbility' => $vendorDir . '/wordpress/mcp-adapter/includes/Abilities/ExecuteAbilityAbility.php', 'WP\\MCP\\Abilities\\GetAbilityInfoAbility' => $vendorDir . '/wordpress/mcp-adapter/includes/Abilities/GetAbilityInfoAbility.php', 'WP\\MCP\\Abilities\\McpAbilityHelperTrait' => $vendorDir . '/wordpress/mcp-adapter/includes/Abilities/McpAbilityHelperTrait.php', 'WP\\MCP\\Autoloader' => $vendorDir . '/wordpress/mcp-adapter/includes/Autoloader.php', 'WP\\MCP\\Cli\\McpCommand' => $vendorDir . '/wordpress/mcp-adapter/includes/Cli/McpCommand.php', 'WP\\MCP\\Cli\\StdioServerBridge' => $vendorDir . '/wordpress/mcp-adapter/includes/Cli/StdioServerBridge.php', 'WP\\MCP\\Core\\McpAdapter' => $vendorDir . '/wordpress/mcp-adapter/includes/Core/McpAdapter.php', 'WP\\MCP\\Core\\McpComponentRegistry' => $vendorDir . '/wordpress/mcp-adapter/includes/Core/McpComponentRegistry.php', 'WP\\MCP\\Core\\McpServer' => $vendorDir . '/wordpress/mcp-adapter/includes/Core/McpServer.php', 'WP\\MCP\\Core\\McpTransportFactory' => $vendorDir . '/wordpress/mcp-adapter/includes/Core/McpTransportFactory.php', 'WP\\MCP\\Core\\McpVersionNegotiator' => $vendorDir . '/wordpress/mcp-adapter/includes/Core/McpVersionNegotiator.php', 'WP\\MCP\\Domain\\Contracts\\McpComponentInterface' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Contracts/McpComponentInterface.php', 'WP\\MCP\\Domain\\Prompts\\Contracts\\McpPromptBuilderInterface' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Prompts/Contracts/McpPromptBuilderInterface.php', 'WP\\MCP\\Domain\\Prompts\\McpPrompt' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Prompts/McpPrompt.php', 'WP\\MCP\\Domain\\Prompts\\McpPromptBuilder' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Prompts/McpPromptBuilder.php', 'WP\\MCP\\Domain\\Prompts\\McpPromptValidator' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Prompts/McpPromptValidator.php', 'WP\\MCP\\Domain\\Prompts\\RegisterAbilityAsMcpPrompt' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Prompts/RegisterAbilityAsMcpPrompt.php', 'WP\\MCP\\Domain\\Resources\\McpResource' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Resources/McpResource.php', 'WP\\MCP\\Domain\\Resources\\McpResourceValidator' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Resources/McpResourceValidator.php', 'WP\\MCP\\Domain\\Resources\\RegisterAbilityAsMcpResource' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Resources/RegisterAbilityAsMcpResource.php', 'WP\\MCP\\Domain\\Tools\\McpTool' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Tools/McpTool.php', 'WP\\MCP\\Domain\\Tools\\McpToolValidator' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Tools/McpToolValidator.php', 'WP\\MCP\\Domain\\Tools\\RegisterAbilityAsMcpTool' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Tools/RegisterAbilityAsMcpTool.php', 'WP\\MCP\\Domain\\Utils\\AbilityArgumentNormalizer' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Utils/AbilityArgumentNormalizer.php', 'WP\\MCP\\Domain\\Utils\\ContentBlockHelper' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Utils/ContentBlockHelper.php', 'WP\\MCP\\Domain\\Utils\\McpAnnotationMapper' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Utils/McpAnnotationMapper.php', 'WP\\MCP\\Domain\\Utils\\McpNameSanitizer' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Utils/McpNameSanitizer.php', 'WP\\MCP\\Domain\\Utils\\McpValidator' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Utils/McpValidator.php', 'WP\\MCP\\Domain\\Utils\\SchemaTransformer' => $vendorDir . '/wordpress/mcp-adapter/includes/Domain/Utils/SchemaTransformer.php', 'WP\\MCP\\Handlers\\HandlerHelperTrait' => $vendorDir . '/wordpress/mcp-adapter/includes/Handlers/HandlerHelperTrait.php', 'WP\\MCP\\Handlers\\Initialize\\InitializeHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Handlers/Initialize/InitializeHandler.php', 'WP\\MCP\\Handlers\\Prompts\\PromptsHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Handlers/Prompts/PromptsHandler.php', 'WP\\MCP\\Handlers\\Resources\\ResourcesHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Handlers/Resources/ResourcesHandler.php', 'WP\\MCP\\Handlers\\System\\SystemHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Handlers/System/SystemHandler.php', 'WP\\MCP\\Handlers\\Tools\\ToolsHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Handlers/Tools/ToolsHandler.php', 'WP\\MCP\\Infrastructure\\ErrorHandling\\Contracts\\McpErrorHandlerInterface' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/ErrorHandling/Contracts/McpErrorHandlerInterface.php', 'WP\\MCP\\Infrastructure\\ErrorHandling\\ErrorLogMcpErrorHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/ErrorHandling/ErrorLogMcpErrorHandler.php', 'WP\\MCP\\Infrastructure\\ErrorHandling\\McpErrorFactory' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/ErrorHandling/McpErrorFactory.php', 'WP\\MCP\\Infrastructure\\ErrorHandling\\NullMcpErrorHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/ErrorHandling/NullMcpErrorHandler.php', 'WP\\MCP\\Infrastructure\\Observability\\ConsoleObservabilityHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/Observability/ConsoleObservabilityHandler.php', 'WP\\MCP\\Infrastructure\\Observability\\Contracts\\McpObservabilityHandlerInterface' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/Observability/Contracts/McpObservabilityHandlerInterface.php', 'WP\\MCP\\Infrastructure\\Observability\\ErrorLogMcpObservabilityHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/Observability/ErrorLogMcpObservabilityHandler.php', 'WP\\MCP\\Infrastructure\\Observability\\FailureReason' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/Observability/FailureReason.php', 'WP\\MCP\\Infrastructure\\Observability\\McpObservabilityHelperTrait' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/Observability/McpObservabilityHelperTrait.php', 'WP\\MCP\\Infrastructure\\Observability\\NullMcpObservabilityHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Infrastructure/Observability/NullMcpObservabilityHandler.php', 'WP\\MCP\\Plugin' => $vendorDir . '/wordpress/mcp-adapter/includes/Plugin.php', 'WP\\MCP\\Servers\\DefaultServerFactory' => $vendorDir . '/wordpress/mcp-adapter/includes/Servers/DefaultServerFactory.php', 'WP\\MCP\\Transport\\Contracts\\McpRestTransportInterface' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Contracts/McpRestTransportInterface.php', 'WP\\MCP\\Transport\\Contracts\\McpTransportInterface' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Contracts/McpTransportInterface.php', 'WP\\MCP\\Transport\\HttpTransport' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/HttpTransport.php', 'WP\\MCP\\Transport\\Infrastructure\\HttpRequestContext' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/HttpRequestContext.php', 'WP\\MCP\\Transport\\Infrastructure\\HttpRequestHandler' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/HttpRequestHandler.php', 'WP\\MCP\\Transport\\Infrastructure\\HttpSessionValidator' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/HttpSessionValidator.php', 'WP\\MCP\\Transport\\Infrastructure\\JsonRpcResponseBuilder' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/JsonRpcResponseBuilder.php', 'WP\\MCP\\Transport\\Infrastructure\\McpTransportContext' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/McpTransportContext.php', 'WP\\MCP\\Transport\\Infrastructure\\McpTransportHelperTrait' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/McpTransportHelperTrait.php', 'WP\\MCP\\Transport\\Infrastructure\\RequestRouter' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/RequestRouter.php', 'WP\\MCP\\Transport\\Infrastructure\\SessionManager' => $vendorDir . '/wordpress/mcp-adapter/includes/Transport/Infrastructure/SessionManager.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\BooleanSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/BooleanSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitRequest.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitRequestFormParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitRequestFormParams.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitRequestFormParamsRequestedSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitRequestFormParamsRequestedSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitRequestURLParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitRequestURLParams.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitResult.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitationCompleteNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitationCompleteNotification.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\ElicitationCompleteNotificationParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/ElicitationCompleteNotificationParams.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\LegacyTitledEnumSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/LegacyTitledEnumSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\NumberSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/NumberSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\StringSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/StringSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\TitledMultiSelectEnumSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/TitledMultiSelectEnumSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\TitledMultiSelectEnumSchemaItems' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/TitledMultiSelectEnumSchemaItems.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\TitledSingleSelectEnumSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/TitledSingleSelectEnumSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\UntitledMultiSelectEnumSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/UntitledMultiSelectEnumSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\UntitledMultiSelectEnumSchemaItems' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/UntitledMultiSelectEnumSchemaItems.php', 'WP\\McpSchema\\Client\\Elicitation\\DTO\\UntitledSingleSelectEnumSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/DTO/UntitledSingleSelectEnumSchema.php', 'WP\\McpSchema\\Client\\Elicitation\\Factory\\ElicitRequestParamsFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Factory/ElicitRequestParamsFactory.php', 'WP\\McpSchema\\Client\\Elicitation\\Factory\\EnumSchemaFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Factory/EnumSchemaFactory.php', 'WP\\McpSchema\\Client\\Elicitation\\Factory\\MultiSelectEnumSchemaFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Factory/MultiSelectEnumSchemaFactory.php', 'WP\\McpSchema\\Client\\Elicitation\\Factory\\PrimitiveSchemaDefinitionFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Factory/PrimitiveSchemaDefinitionFactory.php', 'WP\\McpSchema\\Client\\Elicitation\\Factory\\SingleSelectEnumSchemaFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Factory/SingleSelectEnumSchemaFactory.php', 'WP\\McpSchema\\Client\\Elicitation\\Union\\ElicitRequestParamsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Union/ElicitRequestParamsInterface.php', 'WP\\McpSchema\\Client\\Elicitation\\Union\\EnumSchemaInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Union/EnumSchemaInterface.php', 'WP\\McpSchema\\Client\\Elicitation\\Union\\MultiSelectEnumSchemaInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Union/MultiSelectEnumSchemaInterface.php', 'WP\\McpSchema\\Client\\Elicitation\\Union\\PrimitiveSchemaDefinitionInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Union/PrimitiveSchemaDefinitionInterface.php', 'WP\\McpSchema\\Client\\Elicitation\\Union\\SingleSelectEnumSchemaInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Elicitation/Union/SingleSelectEnumSchemaInterface.php', 'WP\\McpSchema\\Client\\Lifecycle\\DTO\\ClientCapabilities' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Lifecycle/DTO/ClientCapabilities.php', 'WP\\McpSchema\\Client\\Lifecycle\\DTO\\ClientCapabilitiesElicitation' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Lifecycle/DTO/ClientCapabilitiesElicitation.php', 'WP\\McpSchema\\Client\\Lifecycle\\DTO\\ClientCapabilitiesRoots' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Lifecycle/DTO/ClientCapabilitiesRoots.php', 'WP\\McpSchema\\Client\\Lifecycle\\DTO\\ClientCapabilitiesSampling' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Lifecycle/DTO/ClientCapabilitiesSampling.php', 'WP\\McpSchema\\Client\\Lifecycle\\DTO\\ClientCapabilitiesTasks' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Lifecycle/DTO/ClientCapabilitiesTasks.php', 'WP\\McpSchema\\Client\\Lifecycle\\Union\\ClientResultInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Lifecycle/Union/ClientResultInterface.php', 'WP\\McpSchema\\Client\\Roots\\DTO\\ListRootsRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Roots/DTO/ListRootsRequest.php', 'WP\\McpSchema\\Client\\Roots\\DTO\\ListRootsResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Roots/DTO/ListRootsResult.php', 'WP\\McpSchema\\Client\\Roots\\DTO\\Root' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Roots/DTO/Root.php', 'WP\\McpSchema\\Client\\Roots\\DTO\\RootsListChangedNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Roots/DTO/RootsListChangedNotification.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\CreateMessageRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/CreateMessageRequest.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\CreateMessageRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/CreateMessageRequestParams.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\CreateMessageResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/CreateMessageResult.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\ModelHint' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/ModelHint.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\ModelPreferences' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/ModelPreferences.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\SamplingMessage' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/SamplingMessage.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\ToolChoice' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/ToolChoice.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\ToolResultContent' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/ToolResultContent.php', 'WP\\McpSchema\\Client\\Sampling\\DTO\\ToolUseContent' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Sampling/DTO/ToolUseContent.php', 'WP\\McpSchema\\Client\\Tasks\\DTO\\CreateTaskResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Tasks/DTO/CreateTaskResult.php', 'WP\\McpSchema\\Client\\Tasks\\DTO\\RelatedTaskMetadata' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Tasks/DTO/RelatedTaskMetadata.php', 'WP\\McpSchema\\Client\\Tasks\\DTO\\Task' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Tasks/DTO/Task.php', 'WP\\McpSchema\\Client\\Tasks\\DTO\\TaskMetadata' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Tasks/DTO/TaskMetadata.php', 'WP\\McpSchema\\Client\\Tasks\\Enum\\TaskStatus' => $vendorDir . '/wordpress/php-mcp-schema/src/Client/Tasks/Enum/TaskStatus.php', 'WP\\McpSchema\\Common\\AbstractDataTransferObject' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/AbstractDataTransferObject.php', 'WP\\McpSchema\\Common\\AbstractEnum' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/AbstractEnum.php', 'WP\\McpSchema\\Common\\Content\\DTO\\AudioContent' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Content/DTO/AudioContent.php', 'WP\\McpSchema\\Common\\Content\\DTO\\ImageContent' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Content/DTO/ImageContent.php', 'WP\\McpSchema\\Common\\Content\\DTO\\TextContent' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Content/DTO/TextContent.php', 'WP\\McpSchema\\Common\\Contracts\\BaseMetadataInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/BaseMetadataInterface.php', 'WP\\McpSchema\\Common\\Contracts\\IconsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/IconsInterface.php', 'WP\\McpSchema\\Common\\Contracts\\JSONRPCNotificationInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/JSONRPCNotificationInterface.php', 'WP\\McpSchema\\Common\\Contracts\\JSONRPCRequestInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/JSONRPCRequestInterface.php', 'WP\\McpSchema\\Common\\Contracts\\NotificationParamsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/NotificationParamsInterface.php', 'WP\\McpSchema\\Common\\Contracts\\PaginatedRequestInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/PaginatedRequestInterface.php', 'WP\\McpSchema\\Common\\Contracts\\PaginatedResultInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/PaginatedResultInterface.php', 'WP\\McpSchema\\Common\\Contracts\\RequestParamsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/RequestParamsInterface.php', 'WP\\McpSchema\\Common\\Contracts\\ResourceContentsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/ResourceContentsInterface.php', 'WP\\McpSchema\\Common\\Contracts\\ResourceRequestParamsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/ResourceRequestParamsInterface.php', 'WP\\McpSchema\\Common\\Contracts\\ResultInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/ResultInterface.php', 'WP\\McpSchema\\Common\\Contracts\\TaskAugmentedRequestParamsInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/TaskAugmentedRequestParamsInterface.php', 'WP\\McpSchema\\Common\\Contracts\\WithArrayTransformationInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/WithArrayTransformationInterface.php', 'WP\\McpSchema\\Common\\Contracts\\WithJsonSchemaInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Contracts/WithJsonSchemaInterface.php', 'WP\\McpSchema\\Common\\Core\\DTO\\Icon' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Core/DTO/Icon.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\Error' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/Error.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\JSONRPCErrorResponse' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/JSONRPCErrorResponse.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\JSONRPCNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/JSONRPCNotification.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\JSONRPCRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/JSONRPCRequest.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\JSONRPCResultResponse' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/JSONRPCResultResponse.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\Notification' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/Notification.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\NotificationParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/NotificationParams.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\Request' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/Request.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\RequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/RequestParams.php', 'WP\\McpSchema\\Common\\JsonRpc\\DTO\\RequestParamsMeta' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/DTO/RequestParamsMeta.php', 'WP\\McpSchema\\Common\\JsonRpc\\Union\\JSONRPCMessageInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/Union/JSONRPCMessageInterface.php', 'WP\\McpSchema\\Common\\JsonRpc\\Union\\JSONRPCResponseInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/JsonRpc/Union/JSONRPCResponseInterface.php', 'WP\\McpSchema\\Common\\Lifecycle\\DTO\\Implementation' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Lifecycle/DTO/Implementation.php', 'WP\\McpSchema\\Common\\McpConstants' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/McpConstants.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\Annotations' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/Annotations.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\BaseMetadata' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/BaseMetadata.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\BlobResourceContents' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/BlobResourceContents.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\CancelledNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/CancelledNotification.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\CancelledNotificationParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/CancelledNotificationParams.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\EmbeddedResource' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/EmbeddedResource.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\EmptyResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/EmptyResult.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\GetTaskPayloadRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/GetTaskPayloadRequest.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\GetTaskPayloadRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/GetTaskPayloadRequestParams.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\GetTaskPayloadResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/GetTaskPayloadResult.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\Icons' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/Icons.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\InitializeRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/InitializeRequest.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\InitializeRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/InitializeRequestParams.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\InitializeResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/InitializeResult.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\InitializedNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/InitializedNotification.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\PaginatedRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/PaginatedRequest.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\PaginatedRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/PaginatedRequestParams.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\PaginatedResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/PaginatedResult.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\PingRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/PingRequest.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\ProgressNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/ProgressNotification.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\ProgressNotificationParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/ProgressNotificationParams.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\Result' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/Result.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\TextResourceContents' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/TextResourceContents.php', 'WP\\McpSchema\\Common\\Protocol\\DTO\\URLElicitationRequiredError' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/DTO/URLElicitationRequiredError.php', 'WP\\McpSchema\\Common\\Protocol\\Enum\\Role' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Enum/Role.php', 'WP\\McpSchema\\Common\\Protocol\\Factory\\ClientNotificationFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Factory/ClientNotificationFactory.php', 'WP\\McpSchema\\Common\\Protocol\\Factory\\ClientRequestFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Factory/ClientRequestFactory.php', 'WP\\McpSchema\\Common\\Protocol\\Factory\\ContentBlockFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Factory/ContentBlockFactory.php', 'WP\\McpSchema\\Common\\Protocol\\Factory\\SamplingMessageContentBlockFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Factory/SamplingMessageContentBlockFactory.php', 'WP\\McpSchema\\Common\\Protocol\\Factory\\ServerRequestFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Factory/ServerRequestFactory.php', 'WP\\McpSchema\\Common\\Protocol\\Union\\ClientNotificationInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Union/ClientNotificationInterface.php', 'WP\\McpSchema\\Common\\Protocol\\Union\\ClientRequestInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Union/ClientRequestInterface.php', 'WP\\McpSchema\\Common\\Protocol\\Union\\ContentBlockInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Union/ContentBlockInterface.php', 'WP\\McpSchema\\Common\\Protocol\\Union\\SamplingMessageContentBlockInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Union/SamplingMessageContentBlockInterface.php', 'WP\\McpSchema\\Common\\Protocol\\Union\\ServerRequestInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Protocol/Union/ServerRequestInterface.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\CancelTaskRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/CancelTaskRequest.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\CancelTaskRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/CancelTaskRequestParams.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\CancelTaskResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/CancelTaskResult.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\GetTaskRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/GetTaskRequest.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\GetTaskRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/GetTaskRequestParams.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\GetTaskResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/GetTaskResult.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\ListTasksRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/ListTasksRequest.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\ListTasksResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/ListTasksResult.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\TaskAugmentedRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/TaskAugmentedRequestParams.php', 'WP\\McpSchema\\Common\\Tasks\\DTO\\TaskStatusNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Tasks/DTO/TaskStatusNotification.php', 'WP\\McpSchema\\Common\\Traits\\ValidatesRequiredFields' => $vendorDir . '/wordpress/php-mcp-schema/src/Common/Traits/ValidatesRequiredFields.php', 'WP\\McpSchema\\Server\\Core\\DTO\\CompleteRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/CompleteRequest.php', 'WP\\McpSchema\\Server\\Core\\DTO\\CompleteRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/CompleteRequestParams.php', 'WP\\McpSchema\\Server\\Core\\DTO\\CompleteRequestParamsArgument' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/CompleteRequestParamsArgument.php', 'WP\\McpSchema\\Server\\Core\\DTO\\CompleteRequestParamsContext' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/CompleteRequestParamsContext.php', 'WP\\McpSchema\\Server\\Core\\DTO\\CompleteResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/CompleteResult.php', 'WP\\McpSchema\\Server\\Core\\DTO\\CompleteResultCompletion' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/CompleteResultCompletion.php', 'WP\\McpSchema\\Server\\Core\\DTO\\PromptReference' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/PromptReference.php', 'WP\\McpSchema\\Server\\Core\\DTO\\ResourceTemplateReference' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Core/DTO/ResourceTemplateReference.php', 'WP\\McpSchema\\Server\\Lifecycle\\DTO\\ServerCapabilities' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/DTO/ServerCapabilities.php', 'WP\\McpSchema\\Server\\Lifecycle\\DTO\\ServerCapabilitiesPrompts' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/DTO/ServerCapabilitiesPrompts.php', 'WP\\McpSchema\\Server\\Lifecycle\\DTO\\ServerCapabilitiesResources' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/DTO/ServerCapabilitiesResources.php', 'WP\\McpSchema\\Server\\Lifecycle\\DTO\\ServerCapabilitiesTasks' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/DTO/ServerCapabilitiesTasks.php', 'WP\\McpSchema\\Server\\Lifecycle\\DTO\\ServerCapabilitiesTools' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/DTO/ServerCapabilitiesTools.php', 'WP\\McpSchema\\Server\\Lifecycle\\Factory\\ServerNotificationFactory' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/Factory/ServerNotificationFactory.php', 'WP\\McpSchema\\Server\\Lifecycle\\Union\\ServerNotificationInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/Union/ServerNotificationInterface.php', 'WP\\McpSchema\\Server\\Lifecycle\\Union\\ServerResultInterface' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Lifecycle/Union/ServerResultInterface.php', 'WP\\McpSchema\\Server\\Logging\\DTO\\LoggingMessageNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Logging/DTO/LoggingMessageNotification.php', 'WP\\McpSchema\\Server\\Logging\\DTO\\LoggingMessageNotificationParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Logging/DTO/LoggingMessageNotificationParams.php', 'WP\\McpSchema\\Server\\Logging\\DTO\\SetLevelRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Logging/DTO/SetLevelRequest.php', 'WP\\McpSchema\\Server\\Logging\\DTO\\SetLevelRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Logging/DTO/SetLevelRequestParams.php', 'WP\\McpSchema\\Server\\Logging\\Enum\\LoggingLevel' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Logging/Enum/LoggingLevel.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\GetPromptRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/GetPromptRequest.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\GetPromptRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/GetPromptRequestParams.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\GetPromptResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/GetPromptResult.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\ListPromptsRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/ListPromptsRequest.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\ListPromptsResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/ListPromptsResult.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\Prompt' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/Prompt.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\PromptArgument' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/PromptArgument.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\PromptListChangedNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/PromptListChangedNotification.php', 'WP\\McpSchema\\Server\\Prompts\\DTO\\PromptMessage' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Prompts/DTO/PromptMessage.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ListResourceTemplatesRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ListResourceTemplatesRequest.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ListResourceTemplatesResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ListResourceTemplatesResult.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ListResourcesRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ListResourcesRequest.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ListResourcesResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ListResourcesResult.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ReadResourceRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ReadResourceRequest.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ReadResourceRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ReadResourceRequestParams.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ReadResourceResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ReadResourceResult.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\Resource' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/Resource.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceContents' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceContents.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceLink' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceLink.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceListChangedNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceListChangedNotification.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceRequestParams.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceTemplate' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceTemplate.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceUpdatedNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceUpdatedNotification.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\ResourceUpdatedNotificationParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/ResourceUpdatedNotificationParams.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\SubscribeRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/SubscribeRequest.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\SubscribeRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/SubscribeRequestParams.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\UnsubscribeRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/UnsubscribeRequest.php', 'WP\\McpSchema\\Server\\Resources\\DTO\\UnsubscribeRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Resources/DTO/UnsubscribeRequestParams.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\CallToolRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/CallToolRequest.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\CallToolRequestParams' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/CallToolRequestParams.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\CallToolResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/CallToolResult.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ListToolsRequest' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ListToolsRequest.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ListToolsResult' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ListToolsResult.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\Tool' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/Tool.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ToolAnnotations' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ToolAnnotations.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ToolExecution' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ToolExecution.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ToolInputSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ToolInputSchema.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ToolListChangedNotification' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ToolListChangedNotification.php', 'WP\\McpSchema\\Server\\Tools\\DTO\\ToolOutputSchema' => $vendorDir . '/wordpress/php-mcp-schema/src/Server/Tools/DTO/ToolOutputSchema.php', );
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: premium264.web-hosting.com
Server IP: 69.57.162.13
PHP Version: 8.1.34
Server Software: LiteSpeed
System: Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
HDD Total: 97.87 GB
HDD Free: 73.68 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
No
pkexec:
No
git:
Yes
User Info
Username: kidscntx
User ID (UID): 1154
Group ID (GID): 1112
Script Owner UID: 1154
Current Dir Owner: 1154