Explorer
Search
Git
MCP
⌘K AI Command
Buddy
src/
📄 heady-manager.js
📄 vector-memory.js
📄 csl-engine.js
📄 phi-math.js
services/
📁 heady-onboarding/
📁 heady-web/
📁 heady-ui/
configs/
📄 mcp.json
📄 site-registry.json
docs/
📄 PILOT_READINESS.md
📄 DEPLOYMENT_GUIDE.md
📄 package.json
📄 README.md
JS heady-manager.js
TS csl-engine.js
{} mcp.json
Terminal
Problems
Output
~/Heady npm run dev
Starting Heady development server...
✓ MCP Server ready on port 3000
✓ Vector Memory initialized (pgvector)
✓ 42 MCP tools registered
⚠ Buddy Chat: waiting for auth token
 
~/Heady heady status
╔══════════════════════════════════════╗
HeadyMe v4.0.0 ● ONLINE
HeadyMCP v4.0.0 ● ONLINE
HeadyBuddy v4.0.0 ● ONLINE
HeadyIO v4.0.0 ● ONLINE
HeadyWeb v4.0.0 ● DEPLOY
╚══════════════════════════════════════╝
HeadyBuddy
Gemini 3.1 Pro
HeadyBuddy
Welcome to HeadyAI-IDE — your AI-powered web workspace. I can help you edit code, run commands, and navigate the Heady ecosystem. Try asking me to:

• Explain csl-engine.js
• Refactor the auth middleware
• Deploy to Cloud Run
• Run the test suite
You
Show me the heady-manager.js entry point
HeadyBuddy
Opening heady-manager.js — this is the main orchestration entry point. It initializes the MCP server, vector memory, and all registered tools. Key sections:

• Lines 1-15: Imports and config
• Lines 17-45: HeadyManager class
• Lines 47-89: Tool registration
• Lines 91+: Server bootstrap
Connected
main
42 MCP Tools
JavaScript
UTF-8
Ln 47, Col 12
Heady v4.0.0