Metadata-Version: 2.4
Name: airbook-mcp-server
Version: 0.0.1
Summary: An MCP server for Airbook.
Author-email: priyansh <priyansh@airbook.io>
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Bug Tracker, https://github.com/pypa/sampleproject/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: python-dotenv
Requires-Dist: mcp

# airbook-mcp-server

A FastAPI-based MCP server for Airbook data workflows, SQL execution, and block management.

## Installation

```bash
pip install airbook-mcp-server
```

## Usage

```python
from airbook_mcp_server import server
# Example usage here
```

## Features
- SQL execution and workflow management
- Block management (SQL, Chart, Text, QueryBuilder)
- FastAPI backend for Airbook

## License
MIT
