pgurazada1 commited on
Commit
f279c56
·
verified ·
1 Parent(s): b3de3f1

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +1 -1
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.