Metadata-Version: 2.4
Name: iflow-mcp_waii-ai-waii-mcp-hands-on-lab
Version: 0.1.0
Summary: Talk to your database using WAII and MCP through Claude Desktop
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: httpx>=0.27.0
Requires-Dist: mcp>=1.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: waii-sdk-py>=0.1.0
Description-Content-Type: text/markdown

# waii-mcp-hands-on-lab
Talk to your database using WAII and MCP through Claude Desktop

## Prerequisites

Before you begin, we will use a basic MCP server to confirm the environment. 
Please follow the setup instructions in [PREREQUISITES.md](PREREQUISITES.md) to install and configure all required components.

## Next Steps

Ready to start building your first MCP server? Follow these steps:

1. [Configuring the Waii MCP Server](lab-docs/1_configuring_waii_mcp_server.md) - Set up your configuration so Claude can connect to your server
2. [Building the Waii MCP Server](lab-docs/ref_building_mcp_server.md) - Step-by-step guide to building your own MCP server from scratch

## References

- [Model Context Protocol Server Documentation](https://modelcontextprotocol.io/quickstart/server) - Official guide for building MCP servers
- [Claude Desktop Download](https://claude.ai/download) - Download Claude Desktop application

