POST /api/mcp/unopim and STDIO via php artisan mcp:start unopim-dev).get_catalog_schema): Returns filterable fields, supported operators, and pagination info per entity type.search_products): Cursor-paginated product search with generic filters (max 100 per page).get_product): Fetch full product details by ID or SKU with relationships and completeness score.upsert_products): Batch create/update products (max 50 per call, atomic transaction).search_categories): Cursor-paginated category search with generic filters.upsert_categories): Batch create/update categories (max 50 per call, atomic transaction).search_attributes): Cursor-paginated attribute search with generic filters.upsert_attributes): Batch create/update attributes (max 50 per call, atomic transaction).search_settings): Search channels or locales with generic filters.upsert_settings): Create/update channels or locales (max 50 per call).dev_tools): Unified action tool with 6 actions: create_file, read_file, update_file, run_command, generate_plugin, generate_test.run_skill): Execute predefined skills from .ai/skills/ by name.execute_<skill_name>.=, !=, IN, NOT IN, CONTAINS, STARTS WITH, ENDS WITH, >, <) with cursor-based pagination..ai/skills/ with caching, duplicate detection, and path safety validation../.. normalization, allowed_paths jailing).php artisan and composer), shell operator blocking (;, &, |, `, $(), <, >), array-based Process execution.connector, core-extension, generic) with 15+ stub files including models, repositories, controllers, views, migrations, and config.catalog-schema): High-level catalog summary with product, category, and attribute counts.analyze-catalog): Guided analysis prompt for completeness, consistency, and optimization.mcp:install): OAuth scaffolding via Passport, config publishing, cache clearing.mcp:make): Unified CLI for plugin and test generation.mcp:dev): Alias for mcp:start unopim-dev (STDIO server).mcp:inspector): Launch MCP Inspector debugger for HTTP and STDIO testing.config/mcp.php with configurable: api_auth, rate_limit, allowed_paths, audit_logging, skills_path, enable_cache, cache_ttl, and media (allowed extensions and MIME types).auth:api (OAuth2 via Laravel Passport).allowed_paths.php artisan and composer allowed, shell operators blocked.bouncer(). CLI bypasses ACL for local development.tests/Pest.php binding all tests to MCPTestCase.UnoPimQueryBuilderTest — All 9 filter operators, chaining, validation errors, case-insensitive matching, edge cases (16 tests).FileManagerTest — Directory auto-creation, duplicate file errors, path traversal vectors, temp directory, relative paths (10 tests).CommandRunnerTest — Allowed/blocked commands, shell operator injection, empty command, quoted arguments (13 tests).PluginGeneratorTest — All 3 plugin types, file verification, composer.json validation, StudlyCase, migration naming, error cases (9 tests).TestGeneratorTest — Simple/nested class generation, namespace correctness, duplicate prevention (3 tests).SkillExecutorTest — Full delegation for all 7 interface methods, exception propagation (11 tests).SkillLoaderTest — Skill loading, normalization, tool key assignment (2 tests).SkillLoaderAdvancedTest — Find by key/name, empty dirs, duplicate conflicts, cache bypass, recursive scanning, unparseable file skipping (12 tests).SkillParserTest — Valid frontmatter parsing, fallback defaults (2 tests).SkillParserAdvancedTest — Nonexistent file error, parameters/metadata parsing, minimal/multiline content, edge cases (10 tests).PimCallToolTest — Rate limiting enforcement, execution when allowed, CLI context bypass (3 tests).PimCallToolAdvancedTest — Rate limit response structure, configurable limits, audit logging for write vs read-only tools, permission mapping (8 tests).ToolRegistryTest — All 12 tools verified, group checks, class existence, ordering (6 tests).CatalogToolsTest — Schema discovery, product/attribute/category search (4 tests).CatalogCRUDTest — Product/category/attribute create, update, search lifecycle via upsert tools (3 tests).CatalogRelationshipTest — Product relationships and completeness via upsert/get tools (2 tests).BulkToolsTest — Bulk create/update via upsert, batch limit enforcement (3 tests).SettingsToolsTest — Channel/locale search, upsert lifecycle, invalid type rejection (5 tests).SecurityTest — Unauthorized tool blocking, path traversal protection, valid path access (4 tests).MCPDevToolsFeatureTest — All 6 dev_tools actions via mocked executor, error handling (8 tests).DevToolsAdvancedTest — Test generation, skill execution, error handling, plugin type variants (4 tests).DynamicSkillToolTest — Dynamic skill naming, description, filesystem registration (3 tests).DevCommandsTest — mcp:install, mcp:make plugin/test, invalid action, mcp:inspector (5 tests).DataTransferToolsTest — Command execution via dev_tools (1 test).MediaToolsTest — Config validation for allowed extensions and MIME types (2 tests).How can I help you explore Laravel packages today?