From 98d2c885c87289f55b1e79fd907e4b610871e338 Mon Sep 17 00:00:00 2001 From: James Montemagno Date: Sat, 8 Nov 2025 12:29:32 -0800 Subject: [PATCH] Update README with VS Code installation instructions Added installation instructions for VS Code and VS Code Insiders. --- README.md | 32 ++++++++++++++++++++++++-------- 1 file changed, 24 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2aa946b..e248825 100644 --- a/README.md +++ b/README.md @@ -89,22 +89,38 @@ claude mcp add apple-docs -- npx -y @kimsungwhee/apple-docs-mcp@latest
🔷 VS Code +[![Install in VS Code](https://img.shields.io/badge/Install_in-VS_Code-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://vscode.dev/redirect/mcp/install?name=apple-docs&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40kimsungwhee%2Fapple-docs-mcp%22%5D%2C%22env%22%3A%7B%7D%7D) +[![Install in VS Code Insiders](https://img.shields.io/badge/Install_in-VS_Code_Insiders-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=apple-docs&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22%40kimsungwhee%2Fapple-docs-mcp%22%5D%2C%22env%22%3A%7B%7D%7D&quality=insiders) + Add to your VS Code MCP config: ```json { - "mcp": { - "servers": { - "apple-docs": { - "type": "stdio", - "command": "npx", - "args": ["-y", "@kimsungwhee/apple-docs-mcp"] - } + "servers": { + "apple-docs": { + "command": "npx", + "args": [ + "-y", + "@kimsungwhee/apple-docs-mcp" + ], + "env": {} } } } ``` +**CLI** + +VS Code: +```bash +code --add-mcp '{\"name\":\"apple-docs\",\"command\":\"npx\",\"args\":[\"-y\",\"@kimsungwhee/apple-docs-mcp\"],\"env\":{}}' +``` + +VS Code Insiders +```bash +code-insiders --add-mcp '{\"name\":\"apple-docs\",\"command\":\"npx\",\"args\":[\"-y\",\"@kimsungwhee/apple-docs-mcp\"],\"env\":{}}' +``` + [📖 VS Code MCP docs](https://code.visualstudio.com/docs/editor/mcp)
@@ -555,4 +571,4 @@ Search Apple Developer Documentation | iOS Development | macOS Development | Swi [Report Issues](https://github.com/kimsungwhee/apple-docs-mcp/issues) • [Request Features](https://github.com/kimsungwhee/apple-docs-mcp/issues/new) • [Documentation](https://github.com/kimsungwhee/apple-docs-mcp) - \ No newline at end of file +