Update server.py
Browse files
server.py
CHANGED
@@ -27,7 +27,7 @@ query_checker_tool = QuerySQLCheckerTool(db=credit_card_db, llm=llm)
|
|
27 |
async def home(request: Request) -> PlainTextResponse:
|
28 |
return PlainTextResponse(
|
29 |
"""
|
30 |
-
Credit Card Database Server
|
31 |
----
|
32 |
This server gives you access to the following tools:
|
33 |
1. sql_db_list_tables: This tool can be used to list the tables in the database.
|
|
|
27 |
async def home(request: Request) -> PlainTextResponse:
|
28 |
return PlainTextResponse(
|
29 |
"""
|
30 |
+
Credit Card Database MCP Server
|
31 |
----
|
32 |
This server gives you access to the following tools:
|
33 |
1. sql_db_list_tables: This tool can be used to list the tables in the database.
|