Update README and GETTINGSTARTED documentation to include Opencode an…#965
Conversation
@microsoft-github-policy-service agree |
…d Kilocode support
eaa41c5 to
e46bbb0
Compare
| "type": "local", | ||
| "command": ["npx", "-y", "@azure-devops/mcp", "<your-org>"], | ||
| "environment": { | ||
| "AZURE_DEVOPS_EXT_PAT": "<your-pat>" |
There was a problem hiding this comment.
We are not advocating for PATs in the docs as PATs are slowing being removed from the service.
Have you tried using other ways for auth?
There was a problem hiding this comment.
I believe and have seen that Pat is Totally optional. Most of the time once the MCP is detected auto login window open in set default browser and authentication is done through that.
There was a problem hiding this comment.
that is fine, but we can't add using PAT into the docs. If you want to test a different auth method and update the doc, happy to merge this
There was a problem hiding this comment.
Sure, I will test non PAT Auth method, will double confirm on my end and will change the docs.
There was a problem hiding this comment.
@danhellem I have reviewed the Auth method auto logic trigged from the MCP. As you can see kilo code worked without my PAT configs. which was optional tho, still as per your mention I have removed it from the doc.
Adds getting started documentation for Opencode and Kilocode — two AI coding agents not previously covered in the docs. This addresses the request raised in issue #863 where a user asked how to set up the Azure DevOps MCP Server with Opencode, and the maintainer invited a PR once figured out.
Changes:
docs/GETTINGSTARTED.md— added two new sections:~/.config/opencode/opencode.json, PAT creation steps (dev.azure.com → profile icon → Personal access tokens → New Token → Full access), domain filtering tip using-dflag, browser-auth fallback note, link to official Opencode MCP docsmcp_settings.json(Option A) and project-level.kilocode/mcp.json(Option B, committable to version control), Windowscmdwrapper note, link to official Kilocode MCP docsREADME.md— updated the Installation & Getting Started callout to mention Opencode and Kilocode alongside the existing toolsGitHub issue number
Closes #863
Associated Risks
None — documentation-only change. No logic, APIs, or tool definitions modified.
✅ PR Checklist
🧪 How did you test it?
~/.config/opencode/opencode.json) with@azure-devops/mcprunning against a real Azure DevOps organization usingAZURE_DEVOPS_EXT_PATmcp_settings.json(kilocode.kilo-code/settings/mcp_settings.json) with the same MCP server running successfully-d core work work-items repositories) works as expected in both agents