You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/metamcp/README.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Declare everything under `provision.*`:
38
38
- Servers:
39
39
-`type: STDIO` → MetaMCP spawns the process inside its container using `command` + `args` (+ optional `env`). Ensure the MetaMCP image contains the required runtime (e.g., Node/PNPM/NPM or Python/uv).
40
40
-`type: STREAMABLE_HTTP` or `SSE`:
41
-
- remote: provide `url` (no Pod is created here) + optional `bearerToken`/`headers`.
41
+
- remote: provide `url`or `urlFrom`(no Pod is created here) + optional `bearerToken`/`headers`.
42
42
- deploy: provide one of `node`/`python`/`image` and optionally `port` (defaults to `3001`);
43
43
the chart creates a Deployment/Service and auto‑derives the URL for registration.
Copy file name to clipboardExpand all lines: charts/metamcp/README.md.gotmpl
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Declare everything under `provision.*`:
38
38
- Servers:
39
39
- `type: STDIO` → MetaMCP spawns the process inside its container using `command` + `args` (+ optional `env`). Ensure the MetaMCP image contains the required runtime (e.g., Node/PNPM/NPM or Python/uv).
40
40
- `type: STREAMABLE_HTTP`or`SSE`:
41
-
- remote: provide `url` (no Pod is created here) + optional `bearerToken`/`headers`.
41
+
- remote: provide `url`or`urlFrom`(no Pod is created here) + optional `bearerToken`/`headers`.
42
42
- deploy: provide one of `node`/`python`/`image`and optionally `port` (defaults to `3001`);
43
43
the chart creates a Deployment/Service and auto‑derives the URL for registration.
0 commit comments