Metadata-Version: 2.4
Name: fastmcp-tools-database
Version: 0.1.0
Summary: Database tools for fastmcp-server
License-Expression: MIT
Requires-Python: >=3.11
Provides-Extra: postgres
Requires-Dist: psycopg2-binary>=2.9; extra == "postgres"
Provides-Extra: mysql
Requires-Dist: pymysql>=1.1; extra == "mysql"
Provides-Extra: all
Requires-Dist: psycopg2-binary>=2.9; extra == "all"
Requires-Dist: pymysql>=1.1; extra == "all"
