/** * MCP Prompt registrations — agent prompts that tell AI agents how to * use the vault's task system, project orchestration, and note management. * * These are discoverable via the MCP prompts/list endpoint. Clients can * request them to inject into the agent's context. * * The same content is available as markdown files in the prompts/ directory * for copy-pasting into system prompts. */ import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; export declare function registerPrompts(server: McpServer): void; //# sourceMappingURL=prompts.d.ts.map