Update app.py
Browse files
app.py
CHANGED
|
@@ -339,6 +339,7 @@ def RegisterEndpoint(data:RegisterPayload):
|
|
| 339 |
"meta":data.meta,
|
| 340 |
"description":data.description,
|
| 341 |
"endpoint_method":"",
|
|
|
|
| 342 |
"endpoint_mcp_base":"https://mcpv100-production.up.railway.app/mcp:8080",
|
| 343 |
"calls":0,
|
| 344 |
"failures":0
|
|
@@ -396,6 +397,7 @@ def RegisterDynamicEndpoint(data:RegisterPayloadDynamic):
|
|
| 396 |
"meta":data.meta,
|
| 397 |
"description":data.description,
|
| 398 |
"endpoint_method":"",
|
|
|
|
| 399 |
"endpoint_mcp_base":"https://mcpv100-production.up.railway.app/mcp:8080",
|
| 400 |
"calls":0,
|
| 401 |
"failures":0
|
|
|
|
| 339 |
"meta":data.meta,
|
| 340 |
"description":data.description,
|
| 341 |
"endpoint_method":"",
|
| 342 |
+
"price":data.price,
|
| 343 |
"endpoint_mcp_base":"https://mcpv100-production.up.railway.app/mcp:8080",
|
| 344 |
"calls":0,
|
| 345 |
"failures":0
|
|
|
|
| 397 |
"meta":data.meta,
|
| 398 |
"description":data.description,
|
| 399 |
"endpoint_method":"",
|
| 400 |
+
"price":data.price,
|
| 401 |
"endpoint_mcp_base":"https://mcpv100-production.up.railway.app/mcp:8080",
|
| 402 |
"calls":0,
|
| 403 |
"failures":0
|