Commit 04a48dd
committed
chore(plugin): declare CORTEX_RUNTIME in mcp env schema
Glama's inspector reads plugin.json's env block to know what
variables the server accepts. Declaring CORTEX_RUNTIME (empty
default) surfaces it in Glama's Try-in-Browser UI so a user can
select cowork mode and boot Cortex without a Postgres instance.
No runtime behaviour change on its own — the var is already honoured
by memory_config._detect_runtime(). This only makes it discoverable
to Glama's sandbox UI. Paired with the memory_store auto-fallback
(commit B following) for the case where the sandbox sets no env at
all.1 parent e358ec5 commit 04a48dd
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments