From fd9e48c7dc29b985b9d5df357677e4b89461357f Mon Sep 17 00:00:00 2001 From: trick77 Date: Fri, 8 May 2026 10:04:31 +0200 Subject: [PATCH] docs(presets): trim verbose descriptions Shorten the mcp-intellij description and remove 'how to remove' lines from mcp-intellij, mcp-vscode, mcp-remote-add, and mcp-remote-add-noauth. The README already documents removal at the tool level. --- presets/mcp-intellij.conf | 21 ++++++--------------- presets/mcp-remote-add-noauth.conf | 3 +-- presets/mcp-remote-add.conf | 3 +-- presets/mcp-vscode.conf | 3 +-- 4 files changed, 9 insertions(+), 21 deletions(-) diff --git a/presets/mcp-intellij.conf b/presets/mcp-intellij.conf index d2bbb1b..62fd261 100644 --- a/presets/mcp-intellij.conf +++ b/presets/mcp-intellij.conf @@ -1,19 +1,10 @@ // @name: mcp-intellij -// @description: Connects opencode to a running JetBrains IDE -// (IntelliJ IDEA, PyCharm, WebStorm, GoLand, RustRover, etc.) via -// the official "MCP Server" plugin. Once enabled, opencode can see -// what you're doing in the IDE in real time — the currently open -// file, caret position, selected text, list of open editors, recent -// files, project structure, and diagnostics — and can drive the IDE -// back: open files, jump to symbols, run/debug configurations, and -// apply edits through the IDE's own refactoring engine. This makes -// "fix the thing I'm looking at" prompts work without copy-paste. -// Wired up as a remote HTTP MCP server at -// http://127.0.0.1:/stream. IMPORTANT: the "MCP Server" -// plugin MUST be installed AND switched on in the IDE — opencode -// cannot reach the endpoint otherwise. Press Enter to accept the -// default port 64342. To remove: -// `opencode-presets remove mcp-intellij`. +// @description: Connects opencode to a running JetBrains IDE via the +// official "MCP Server" plugin. Lets opencode see IDE state (open +// file, selection, diagnostics) and drive it (open files, run +// configs, apply refactors). Wired as a remote HTTP MCP server at +// http://127.0.0.1:/stream. REQUIRES the "MCP Server" plugin +// to be installed and enabled in the IDE. Default port 64342. // @author: Jan // @version: 0.1.0 // @path: mcp.intellij diff --git a/presets/mcp-remote-add-noauth.conf b/presets/mcp-remote-add-noauth.conf index cafb72b..93496f0 100644 --- a/presets/mcp-remote-add-noauth.conf +++ b/presets/mcp-remote-add-noauth.conf @@ -3,8 +3,7 @@ // any auth header. Prompts for the server identifier (the key under // `mcp`, e.g. `my-server`) and the URL. Use this for MCP servers // that are open or use OAuth (which opencode handles separately). -// For bearer-token auth, use mcp-remote-add instead. To remove a -// server installed this way, use `opencode-config reset mcp.`. +// For bearer-token auth, use mcp-remote-add instead. // @author: Jan // @version: 0.1.0 // @path: mcp.{{prompt:name}} diff --git a/presets/mcp-remote-add.conf b/presets/mcp-remote-add.conf index cd6daf9..f03b117 100644 --- a/presets/mcp-remote-add.conf +++ b/presets/mcp-remote-add.conf @@ -4,8 +4,7 @@ // identifier (the key under `mcp`, e.g. `openrag-tom`), the URL, // and the bearer token. The token is written into opencode.json // under the server's Authorization header. Re-running with the -// same identifier overwrites that server's entry. To remove a -// server installed this way, use `opencode-config reset mcp.`. +// same identifier overwrites that server's entry. // @author: Jan // @version: 0.1.0 // @path: mcp.{{prompt:name}} diff --git a/presets/mcp-vscode.conf b/presets/mcp-vscode.conf index 81c994d..237b365 100644 --- a/presets/mcp-vscode.conf +++ b/presets/mcp-vscode.conf @@ -14,8 +14,7 @@ // Marketplace, (2) enabled, and (3) switched on via the command // palette ("MCP Server: Toggle Active"); opencode cannot reach the // endpoint otherwise. Press Enter to accept the default port 3000 -// (the extension's default). To remove: -// `opencode-presets remove mcp-vscode`. +// (the extension's default). // @author: Jan // @version: 0.1.0 // @path: mcp.vscode