Rocky_Mountain_Vending/.pnpm-store/v10/files/48/f793be7bf055c84070d961dc05eb8cb9bde96b01bb7f6fd00299beac339dc45b1000aa35c4bb3a308c82236a6890ed2cced8684af7049c537ae377a85f546d
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

2 lines
235 B
Text

import type { McpServer } from 'next/dist/compiled/@modelcontextprotocol/sdk/server/mcp';
export declare function registerGetProjectMetadataTool(server: McpServer, projectPath: string, getDevServerUrl: () => string | undefined): void;