Commit graph

57 commits

Author SHA1 Message Date
Natalie
682d7f90d1 feat(destinations): support zoned FMTY regions 0-6 centered on NYC for regional travel
- Expand FMTY_TIERS to include '0' (e.g. NYC, Boston, DC, Philly, Baltimore) through '6' (e.g. Japan, Sydney, Seoul, Singapore, Hong Kong)
- Update quinn-my MCP tool descriptions
- Relax DB CHECK in quinn DB; updated data in quinn + quinn_admin DBs so website shows zoned fmtyTier (region0 close NE, region5 west-coast, region6 far Asia/AU, region4 Europe etc.)
- Matches request for FMTY region0 like RI/DC/Boston/NJ area (updated analogous), region6 like Japan.
2026-06-28 13:47:40 -04:00
Natalie
8c57818276 fix(quinn-my/mcp): verified-profile update verb PATCH→PUT to match API route
The API exposes PUT /admin/verified-profiles/:id (partial body accepted);
the MCP tool was issuing PATCH and 404ing on every reorder/update.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 03:52:13 -04:00
autocommit
18db1b8f41 deploy(infrastructure): 🚀 Update server configurations, deployment scripts, and infrastructure files; increment build version and deployment count
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:33:02 -07:00
autocommit
84d31a0afe feat(prospector-quinn): Introduce AI prospecting tools (heat scoring, reply generation) and Quinn-AI gateway integration, alongside frontend UI updates, backend API refactoring, and infrastructure enhancements for edge-purge and proxy services.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 20:40:01 -07:00
autocommit
158a704418 breaking(api): 💥 Update client entity schema, prospector classification, and admin photo export routes with breaking changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
12de9ea5e5 deps-upgrade(deps): ⬆️ Update dependency versions to enforce consistent and compatible package.json and lockfile across the codebase
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
4b491750f1 refactor(mcp-server): ♻️ Refactor MCP server initialization and configuration handling across feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 19:52:12 -07:00
autocommit
4ae47239e2 feat(mcp-server): Update server initialization and protocol configuration logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 08:36:15 -07:00
autocommit
60175bfca4 feat(mcp-server): Update MCP client implementation with new message types and improved connection handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 01:11:39 -07:00
autocommit
1ef5f74df8 feat(mcp-server): Add demand_tag parsing and routing logic for MCP server events
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 07:44:18 -07:00
autocommit
5484c36b3a feat(mcp-server): Update MCP server protocol handling for "my" feature with new message processing logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-02 23:24:06 -07:00
autocommit
ab67f8f548 feat(my-mcp-server): Update VIP feature server configuration and frontend templates in index.ts and HTML files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:00:58 -07:00
autocommit
9a6411c2c7 deps-pin(mcp-server): 📌 Pin exact dependency versions in bun.lock to enforce reproducibility for release VERSION.txt
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:51:17 -07:00
autocommit
d60b0b93f0 feat(my): Add journal and vigil schemas, routes, services, and frontend components with backend storage support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
f2174c9377 deps-upgrade(apimcp-server): ⬆️ Update dependencies in API and MCP server modules to latest versions for compatibility, security, and performance enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
7d3b47a0ec chore(mcp-server): 🔧 Update "about" module metadata handling in index.ts to refine server versioning and metadata responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 23:40:52 -07:00
autocommit
ae5802fced feat(vip): Introduce VIP contact detail panel, credential inference API, CLI configuration, and updated documentation for VIP feature management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:08:06 -07:00
autocommit
0ab3d6d66a feat(admin): Add payment editors, photo protection routes, and AI photo-intake personas with legacy migration and infrastructure updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 21:19:17 -07:00
autocommit
ffb330114f feat(mcp-server): Update entry-point initialization and configuration logic in MCP server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 16:14:37 -07:00
autocommit
3e599a254e feat(backend-api): Introduce research link routes and middleware in server configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 22:30:28 -07:00
autocommit
3366dd053a feat(mcp-server): Introduce admin API client integration in client.ts and export it for server use
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 20:58:10 -07:00
autocommit
b1b3d42669 feat(mcp-server): Add etiquette and verified-profile banner management system to MCP server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 20:23:05 -07:00
autocommit
052f7c130b style(mcp-server): 🎨 Standardize ESM import syntax in MCP server modules to enforce consistent module resolution.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 20:12:04 -07:00
autocommit
fcbbaa63ab chore(mcp-draftsmcp-server): 🔧 Update TypeScript config for module resolution and build optimizations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 20:12:04 -07:00
autocommit
7445a48c6d feat(mcp-server): Add client query tools and filters to MCP server's main logic for enhanced data retrieval
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 14:29:35 -07:00
autocommit
0aed3934a7 feat(mcp-server): Introduce message processing logic with processMessage and MessageProcessor for handling incoming messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:47:34 -07:00
autocommit
8081ddd733 chore(mcp-server): 🔧 Update server-side config in index.ts to modify client search behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-28 13:35:34 -07:00
autocommit
50fd9c7a3d feat(mcp-server): Update core server logic in index.ts to enhance request handling, response processing, and internal workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
c89fec3b20 chore(mcp-seo): 🔧 Update TypeScript compiler config for stricter type safety with @types/node and strict settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 18:23:37 -07:00
autocommit
2db0d9c6fc chore(mcp-server): 🔧 Update runtime configuration in mcp-server/index.ts for ports, timeouts, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:16:20 -07:00
autocommit
96be677842 feat(mcp-server): Implement MCP protocol server logic with handlers and integration utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 19:00:34 -07:00
autocommit
94dedad96b chore(mcp-server): 🔧 Update TypeScript compiler options in tsconfig.json for mcp-server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:48:53 -07:00
autocommit
fee9d38a1a feat(my): Add client management and hotel stays API endpoints with CRUD operations and MCP server module setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:23:29 -07:00
autocommit
da81a5c3c2 feat(mcp-server): Introduce MCP client class with connect/sendRequest methods for server communication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:30:58 -07:00
autocommit
1be0841aa6 feat(backend-api): Add tour legs route handler, MCP server integration client, and database migration for tour leg processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:00:03 -07:00
autocommit
fe1f24fb0a feat(mcp-server): Add new MCP server methods and update protocol handling logic in the main server entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 14:48:16 -07:00
autocommit
2c28a77656 feat(backend-api): Introduce MCP server API endpoints and database migrations for data handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:34:07 -07:00
autocommit
46c6115a60 feat(mcp-server): Add core MCP server initialization and protocol handling logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 01:37:11 -07:00
autocommit
fccf1b1169 feat(backend-api): Add API routes, database migrations, and Caldav sync for calendar events, bookings, clients, and financial records
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 00:57:53 -07:00
autocommit
a188224ecd feat(mcp-server): Add migration logic and data transformation for new city visits in MCP server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 00:13:19 -07:00
autocommit
652fb3c3b3 chore(mcp-server): 🔧 Update TypeScript compiler options in tsconfig.json for MCP server feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 22:02:23 -07:00
autocommit
604b2eb98d docs(mcp-server): 📝 Update coworker-agent context and SkipTheGames platform config in mcp-server docs to align with feature changes in index.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
autocommit
926ac6ada9 feat(backend-api): Introduce Client and Project models with database schema, migrations, and CRUD API routes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
autocommit
cae67428fb chore(mcp-server): 🔧 Update server entry point, user agent configs, and Playwright E2E test configs for admin API and main specs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
Natalie
cc72d45f0a feat(@backend-api): add caldav reminder sync support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 23:52:40 -07:00
Natalie
732e5e7d85 feat(@backend-api): add calendar source lookup and bridge functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 23:18:48 -07:00
Natalie
3522c5c971 feat(@features/my): implement calendar sync and mcp server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 19:44:05 -07:00
autocommit
8267865b5d chore(components): 🔧 Update component dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 10:46:52 -07:00
Claude Code
77adc2c056 feat(tasks): Add Tasks API route, database models, server-side task management logic, TasksPage component, and task management API types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 19:45:05 -07:00
Claude Code
87243706ff feat(mcp-server): Add logic to recognize and process new income session types in MCP server entry point
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:09:24 -07:00