#!/usr/bin/env node /** * Knowledge MCP Server for Tuna Agent * * Stdio-based MCP server that exposes knowledge tools to Claude Code. * Communicates with the Tuna API using agent token auth. * * Usage: * node knowledge-server.js --api-url https://api.tuna.ai --token xxx --agent-id abc123 */ export {};