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]-decoratedimpl McpifyServerblock — one method per MCP prompt. Kept separate fromsrc/core/mcp_server.rs’s#[tool_router]block (seedocs/mcp-prompts-workflow-plan.md).vis = "pub(crate)"is required here (unlike the co-locatedtool_router) because this impl block lives in a different module thanMcpifyServer::new(), which calls the generatedSelf::prompt_router().