pgurazada1 commited on
Commit
736316b
·
verified ·
1 Parent(s): 2eaccce

Update server.py

Browse files
Files changed (1) hide show
  1. server.py +5 -1
server.py CHANGED
@@ -134,7 +134,11 @@ async def home(request: Request) -> PlainTextResponse:
134
  """
135
  Credit Card Database MCP Server
136
  ----
137
- See /tools for a list of tools and their documentation.
 
 
 
 
138
  """
139
  )
140
 
 
134
  """
135
  Credit Card Database MCP Server
136
  ----
137
+ Use the following URL to connect with this server
138
+ https://pgurazada1-credit-card-database-mcp-server.hf.space/mcp/
139
+
140
+ Access the following URL for a list of tools and their documentation.
141
+ https://pgurazada1-credit-card-database-mcp-server.hf.space/tools/
142
  """
143
  )
144