feat(opencode): add experimental MCP tool search

This commit is contained in:
Aiden Cline 2026-06-24 19:33:55 -05:00
commit 94b7d450c5
6 changed files with 387 additions and 8 deletions

View file

@ -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.