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
Browse filesBrowse the repository at this point in the historyBrowse files
ralphstodomingo
committed
feat(workspace): attach the bound workspace's engine as a derived MCP overlay
With the pilot flag on in a bound project, the `datamate` MCP entry is derived
at config load as the workspace's pinned local engine: never written to disk,
overriding IDE, hosted and stale entries. MCP bootstrap starts it; each turn
boundary re-reads the binding, replaces it on re-link, retries a failed
handshake once, announces once per verdict. Writers refuse the key.
Terminal only.
? `${hidden} extension-type integration${hidden===1 ? " was" : "s were"} omitted — they require a live VS Code bridge and are not available from the CLI.`
152
+
: ""
142
153
if(integrations.length===0){
143
154
return{
144
-
title: "Integrations: none found",
145
-
metadata: {count: 0},
146
-
output: "No integrations available.",
155
+
title: hidden>0 ? `Integrations: none available on the CLI (${hidden} hidden)` : "Integrations: none found",
0 commit comments