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