Spaces:
Sleeping
Sleeping
Update config.py
Browse files
config.py
CHANGED
|
@@ -42,7 +42,13 @@ CWA_SIGNIFICANT_API = "https://opendata.cwa.gov.tw/api/v1/rest/datastore/E-A0015
|
|
| 42 |
USGS_API_BASE_URL = "https://earthquake.usgs.gov/fdsnws/event/1/query"
|
| 43 |
|
| 44 |
# MCP 伺服器 (Gradio App) URL
|
| 45 |
-
MCP_SERVER_URL = "https://cwadayi-mcp-2.hf.space"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
|
| 47 |
|
| 48 |
# ==============================================================================
|
|
|
|
| 42 |
USGS_API_BASE_URL = "https://earthquake.usgs.gov/fdsnws/event/1/query"
|
| 43 |
|
| 44 |
# MCP 伺服器 (Gradio App) URL
|
| 45 |
+
MCP_SERVER_URL = "https://cwadayi-mcp-2.hf.space"# MCP 伺服器 (Gradio App) URL
|
| 46 |
+
|
| 47 |
+
# [新增] PWS 伺服器 API 端點
|
| 48 |
+
PWS_API_URL = "https://cwadayi-mcp-pws.hf.space/gradio_api/mcp/sse"
|
| 49 |
+
|
| 50 |
+
|
| 51 |
+
|
| 52 |
|
| 53 |
|
| 54 |
# ==============================================================================
|