Skip to content

Latest commit

Β 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Β 
Β 
Β 
Β 

README.md

AWS Athena MCP Server Documentation

Welcome to the AWS Athena MCP Server documentation!

πŸ“š Documentation Index

Getting Started

Configuration

Development

API Reference

Support

πŸ—οΈ Project Structure

aws-athena-mcp/
β”œβ”€β”€ README.md               # Main documentation
β”œβ”€β”€ CONTRIBUTING.md         # Contribution guidelines
β”œβ”€β”€ CHANGELOG.md           # Version history
β”œβ”€β”€ SECURITY.md            # Security guidelines
β”œβ”€β”€ LICENSE                # MIT license
β”œβ”€β”€ src/athena_mcp/        # Main package
β”œβ”€β”€ tests/                 # Test suite
β”œβ”€β”€ examples/              # Usage examples
β”œβ”€β”€ scripts/               # Utility scripts
└── docs/                  # This documentation directory

🀝 Contributing to Documentation

Documentation improvements are always welcome! Please:

  1. Keep documentation up to date with code changes
  2. Use clear, concise language
  3. Include examples where helpful
  4. Follow the existing documentation style

For more details, see our Contributing Guide.