#!/usr/bin/env node
/**
 * Office MCP Server
 *
 * The best tools for AI Skills - providing document operations as MCP tools.
 *
 * Philosophy:
 * - Skills = Scenario-based solution guides (tell AI "what" and "how")
 * - MCP = Best-in-class tools (provide "with what" capabilities)
 *
 * This server exposes the best document processing APIs and tools
 * that AI Skills can leverage for real-world office tasks.
 */
export {};
