Skip to main content

Module prompts

Module prompts 

Source
Expand description

MCP prompts — guided, multi-step SQL Server operational workflows layered on top of the generic search/get/call tool trio (src/tools/). Hand-authored (not generated by mcpify): see docs/mcp-prompts-workflow-plan.md for the design rationale.

Modules§

router
#[prompt_router]-decorated impl McpifyServer block — one method per MCP prompt. Kept separate from src/core/mcp_server.rs’s #[tool_router] block (see docs/mcp-prompts-workflow-plan.md). vis = "pub(crate)" is required here (unlike the co-located tool_router) because this impl block lives in a different module than McpifyServer::new(), which calls the generated Self::prompt_router().

Structs§

IndexTuningRecommendationsArgs
IndexesConstraintsArgs
MasterWorkflowArgs
SecurityProvisioningArgs
SqlAgentJobsArgs