From e2dde1976b8699a68ae34e1a75d288b9082f5969 Mon Sep 17 00:00:00 2001 From: cheshirecode Date: Mon, 27 Jul 2026 15:28:28 -0400 Subject: [PATCH] opencode: use pnpm for local MCP servers --- .config/opencode/opencode.jsonc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/opencode/opencode.jsonc b/.config/opencode/opencode.jsonc index e3c7176..72bc771 100644 --- a/.config/opencode/opencode.jsonc +++ b/.config/opencode/opencode.jsonc @@ -36,9 +36,9 @@ "paths": ["~/.agents/skills", "~/.dotfiles/skills", "~/.claude/skills/skillopt"] }, "mcp": { - "sequential-thinking": { "type": "local", "command": ["npx", "-y", "@modelcontextprotocol/server-sequential-thinking"], "enabled": true }, - "context7": { "type": "local", "command": ["npx", "-y", "@upstash/context7-mcp"], "enabled": true }, - "playwright": { "type": "local", "command": ["npx", "-y", "@playwright/mcp@latest"], "enabled": true }, + "sequential-thinking": { "type": "local", "command": ["pnpm", "dlx", "@modelcontextprotocol/server-sequential-thinking"], "enabled": true }, + "context7": { "type": "local", "command": ["pnpm", "dlx", "@upstash/context7-mcp"], "enabled": true }, + "playwright": { "type": "local", "command": ["pnpm", "dlx", "@playwright/mcp@latest"], "enabled": true }, "serena": { "type": "local", "command": ["serena", "start-mcp-server", "--context=claude-code", "--project-from-cwd"], "enabled": true } }, "agent": {