Seed Data
The seed script populates MongoDB with sample data for testing and demos.
Run the Seed​
cd mcp-server && npm run seed
Requires MONGODB_URI in .env.
What Gets Seeded​
| Data | Description |
|---|---|
| Adobe | Full account intelligence (revenue, engineering headcount, product pillars, tech stack) |
| Stripe | Account intelligence |
| Adobe adoption report | Cohorts, team breakdown, interventions for adm_adoption_tracker |
| Health scores | Adobe (78, low risk), Stripe (88, healthy) for the Portfolio page |
| Playbooks | 8 playbook entries for adm_playbook_library and adm_search_playbook |
After Seeding​
- adm_account_research for "Adobe" or "Stripe" returns cached data
- adm_adoption_tracker for "Adobe" with a 2-week range returns the seeded report
- adm_playbook_library search returns playbook results from MongoDB
- Portfolio page at
http://localhost:3000/portfolioshows Adobe and Stripe with health scores (ensureMONGODB_URIis in.env.local)