#!/usr/bin/env node /** * agent-awareness MCP server — thin adapter (Tier 2). * * Connects to the central daemon via SSE and forwards plugin results * to Claude Code via channel notifications. No ticker, no plugin loading. * * Usage: node src/mcp/server.ts */ export {};