Skip to content

Commit 5b5b0ae

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/hono-4.12.7
2 parents b89c374 + c7e91a3 commit 5b5b0ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/GETTINGSTARTED.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ You can now use the Azure DevOps MCP Server tools directly in chat.
335335
Add the Azure DevOps MCP server to your Opencode config file.
336336

337337
**Config file location:**
338+
338339
- macOS / Linux: `~/.config/opencode/opencode.json`
339340

340341
Add the `azure-devops` entry under the `mcp` key:
@@ -357,9 +358,11 @@ Replace `<your-org>` with your Azure DevOps organization name (e.g. `contoso`).
357358
> **Note:** On first use, Opencode will trigger browser-based Microsoft account login.
358359
359360
> **Tip:** Limit loaded tools using domain filtering by appending `-d` flags to the command:
361+
>
360362
> ```json
361363
> "command": ["npx", "-y", "@azure-devops/mcp", "<your-org>", "-d", "core", "work", "work-items"]
362364
> ```
365+
>
363366
> Available domains: `core`, `work`, `work-items`, `repositories`, `wiki`, `pipelines`, `search`, `test-plans`, `advanced-security`
364367
365368
For more on Opencode MCP configuration, see the [Opencode MCP docs](https://opencode.ai/docs/mcp-servers/).
@@ -390,6 +393,7 @@ Kilocode supports MCP servers at two levels — **global** (all workspaces) or *
390393
Create `.kilocode/mcp.json` in your project root with the same content as above. This file can be committed to version control to share the setup with your team.
391394

392395
> **Windows users:** Wrap the command for the Windows Command Prompt:
396+
>
393397
> ```json
394398
> {
395399
> "mcpServers": {

0 commit comments

Comments
 (0)