#!/usr/bin/env node /** * Team MCP Server for Tuna Agent * * Lets a manager agent delegate a task to a direct report (org hierarchy enforced * server-side). Async-via-knowledge: the report runs the task and writes its result * into shared knowledge for the manager to read. * * Usage: * node team-server.js --api-url https://api.tuna.ai --agent-id abc123 (token via TUNA_AGENT_TOKEN) */ export {};