Update server.py
Browse files
server.py
CHANGED
@@ -134,7 +134,11 @@ async def home(request: Request) -> PlainTextResponse:
|
|
134 |
"""
|
135 |
Credit Card Database MCP Server
|
136 |
----
|
137 |
-
|
|
|
|
|
|
|
|
|
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 |
|