env('MCP_DOMAIN', 'mcp.host.uk.com'), /* |-------------------------------------------------------------------------- | Registry Path |-------------------------------------------------------------------------- | | Where to find MCP server definitions. Each server has its own YAML file | in the servers subdirectory. | */ 'registry_path' => resource_path('mcp'), /* |-------------------------------------------------------------------------- | Plan Templates Path |-------------------------------------------------------------------------- | | Where agent plan templates are stored. These define structured workflows | for common development tasks. | */ 'templates_path' => resource_path('plan-templates'), /* |-------------------------------------------------------------------------- | Content Generation Paths |-------------------------------------------------------------------------- | | Paths for the ContentService batch generation system. | */ 'content' => [ 'batch_path' => 'app/Mod/Agentic/Resources/tasks', 'prompt_path' => 'app/Mod/Agentic/Resources/prompts/content', 'drafts_path' => 'app/Mod/Agentic/Resources/drafts', ], ];