#!/usr/bin/env node /** * Nexus MCP Server * * Exposes 17 tools for Claude Code, OpenClaw, * and any MCP-compatible AI agent. * * Config: * { * "mcpServers": { * "nexus": { "command": "nexus-mcp" } * } * } */ export {};