"""
AWS Athena MCP Server
A Model Context Protocol (MCP) server for AWS Athena that enables SQL queries
and database exploration through a standardized interface.
"""
__version__ = "1.0.0"
__author__ = "AWS Athena MCP Team"
__description__ = "MCP Server for AWS Athena integration"