Skip to main content

create_prompt_service

Function create_prompt_service 

Source
fn create_prompt_service(repo_path: &Path) -> PromptService
Expand description

Creates a properly configured PromptService with storage settings from config.

Delegates to the canonical factory function in the services module to avoid layer violations (MCP layer should not directly construct services).