// SwiftOpenAI MCP Server
// This file exists for npm package compatibility
// The actual executable is in bin/swiftopenai-mcp
module.exports = {
name: 'swiftopenai-mcp',
version: '1.0.0',
description: 'MCP server for SwiftOpenAI - access OpenAI APIs through Model Context Protocol'
};