Spaces:
Running
Running
Update app/.pyfun
Browse files- app/.pyfun +13 -11
app/.pyfun
CHANGED
|
@@ -18,25 +18,27 @@
|
|
| 18 |
# DO NOT DELETE — file identifier used by all parsers
|
| 19 |
[PYFUN_FILE = .pyfun]
|
| 20 |
|
|
|
|
|
|
|
|
|
|
| 21 |
# =============================================================================
|
| 22 |
# HUB — Core identity & transport config
|
| 23 |
# =============================================================================
|
| 24 |
[HUB]
|
| 25 |
-
HUB_NAME = "
|
| 26 |
-
HUB_VERSION = "1.0.
|
| 27 |
-
HUB_DESCRIPTION = "Universal
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
-
# Transport: stdio (local/Claude Desktop) | sse (HuggingFace/Remote)
|
| 30 |
-
# Override via ENV: MCP_TRANSPORT
|
| 31 |
-
HUB_TRANSPORT = "sse"
|
| 32 |
HUB_HOST = "0.0.0.0"
|
| 33 |
HUB_PORT = "7860"
|
| 34 |
-
|
| 35 |
-
# App mode: mcp | app
|
| 36 |
-
# Override via ENV: APP_MODE
|
| 37 |
HUB_MODE = "mcp"
|
| 38 |
-
|
| 39 |
-
# HuggingFace Space URL (used as HTTP-Referer for some APIs)
|
| 40 |
HUB_SPACE_URL = ""
|
| 41 |
[HUB_END]
|
| 42 |
|
|
|
|
| 18 |
# DO NOT DELETE — file identifier used by all parsers
|
| 19 |
[PYFUN_FILE = .pyfun]
|
| 20 |
|
| 21 |
+
# =============================================================================
|
| 22 |
+
# HUB — Core identity & transport config
|
| 23 |
+
# =============================================================================
|
| 24 |
# =============================================================================
|
| 25 |
# HUB — Core identity & transport config
|
| 26 |
# =============================================================================
|
| 27 |
[HUB]
|
| 28 |
+
HUB_NAME = "Multi-LLM-API-Gateway"
|
| 29 |
+
HUB_VERSION = "1.0.1"
|
| 30 |
+
HUB_DESCRIPTION = "Universal Hub built on PyFundaments"
|
| 31 |
+
|
| 32 |
+
# Transport: sse (legacy/HF Spaces fallback) | streamable-http (MCP spec 2025-11-25)
|
| 33 |
+
HUB_TRANSPORT = "streamable-http"
|
| 34 |
+
|
| 35 |
+
# Stateless: true = HF Spaces + horizontal scaling safe
|
| 36 |
+
# false = nur wenn du Server-initiated Notifications brauchst
|
| 37 |
+
HUB_STATELESS = "true"
|
| 38 |
|
|
|
|
|
|
|
|
|
|
| 39 |
HUB_HOST = "0.0.0.0"
|
| 40 |
HUB_PORT = "7860"
|
|
|
|
|
|
|
|
|
|
| 41 |
HUB_MODE = "mcp"
|
|
|
|
|
|
|
| 42 |
HUB_SPACE_URL = ""
|
| 43 |
[HUB_END]
|
| 44 |
|