feat(opencode): add experimental MCP tool search
This commit is contained in:
parent
4b83f5d8f0
commit
94b7d450c5
6 changed files with 387 additions and 8 deletions
|
|
@ -48,6 +48,7 @@ export const Flag = {
|
|||
|
||||
OPENCODE_WORKSPACE_ID: process.env["OPENCODE_WORKSPACE_ID"],
|
||||
OPENCODE_EXPERIMENTAL_WORKSPACES: enabledByExperimental("OPENCODE_EXPERIMENTAL_WORKSPACES"),
|
||||
OPENCODE_EXPERIMENTAL_MCP_TOOL_SEARCH: enabledByExperimental("OPENCODE_EXPERIMENTAL_MCP_TOOL_SEARCH"),
|
||||
|
||||
// Evaluated at access time (not module load) because tests, the CLI, and
|
||||
// external tooling set these env vars at runtime.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue