3bd59b6d2b
- Fix all broken links in root README (partner-channel-strategy → Ideal Customer Profile, etc.) - Add code/ directory to repo structure tree - Update status table: Legal ✅, MCP Server ✅ MVP - Rewrite section READMEs with actual file inventories: docs/engineering/, docs/gtm/, docs/investors/, docs/legal/
785 B
785 B
Engineering — geolocal.io
Architecture, technical roadmap, and implementation.
Files
| File | Description |
|---|---|
| Technical Roadmap | 12-week phased plan: MVP → V1 → Scale |
Code
The MCP server implementation lives in the repo root code/ directory:
src/index.ts— Server entry point (stdio transport)src/mcp-server.ts— Tool registration (5 MCP tools)src/tools/— Individual tool implementationssrc/db/— PostgreSQL schema + seed datasrc/manifest-generator.ts—/.well-known/mcp-serverJSON manifestrailway.json+Dockerfile— Deployment config
Every technical decision must trace back to NORTH_STAR.md.