Add comprehensive agentic coding documentation
- Add 6 MCP server documentation pages (bc-code-intelligence, al-dependency, azure-devops, serena, al-objid, clockify) - Add AI Coding Agents documentation (GitHub Copilot, Claude, Cursor) - Add Getting Started section (what is agentic coding, setup, prompting, best practices, limitations, glossary) - Add Getting More section (code review, documentation, telemetry examples) - Add Community Resources placeholders (articles, videos, tools) - Update Tools section to focus on MCP servers instead of VSCode extensions
This commit is contained in:
parent
3254d9b7e8
commit
4db38ba4d3
28 changed files with 8152 additions and 0 deletions
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
title: "Azure DevOps MCP"
|
||||
linkTitle: "Azure DevOps MCP"
|
||||
weight: 4
|
||||
description: >
|
||||
Official Microsoft MCP server for comprehensive Azure DevOps integration with AI assistants
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
The Azure DevOps MCP Server is Microsoft's official Model Context Protocol implementation for Azure DevOps, providing AI assistants with comprehensive access to work items, repositories, pipelines, wiki, search, and advanced security features.
|
||||
|
||||
**Publisher**: [Microsoft](https://github.com/microsoft)
|
||||
|
||||
---
|
||||
|
||||
## Key Features
|
||||
|
||||
**50+ Tools Across All Azure DevOps Services**:
|
||||
- Core (projects, teams, identities)
|
||||
- Work (iterations, capacity)
|
||||
- Work Items (CRUD, queries, comments, linking)
|
||||
- Repositories (repos, branches, PRs, commits, file contents)
|
||||
- Pipelines (builds, logs, artifacts, triggering)
|
||||
- Wiki (pages, content, CRUD operations)
|
||||
- Search (code, wiki, work items)
|
||||
- Advanced Security (alerts, findings)
|
||||
|
||||
**Domain Filtering**:
|
||||
- Enable only needed domains to reduce tool count
|
||||
- Example: `-d work-items -d repositories` for focused workflows
|
||||
|
||||
**Multiple Authentication Options**:
|
||||
- Interactive (default) - Browser-based OAuth
|
||||
- Azure CLI - Use existing `az login` session
|
||||
- Environment variable - PAT via `AZURE_DEVOPS_PAT`
|
||||
|
||||
|
||||
---
|
||||
|
||||
## Links
|
||||
|
||||
- **GitHub**: https://github.com/microsoft/azure-devops-mcp
|
||||
- **npm Package**: https://www.npmjs.com/package/@azure-devops/mcp
|
||||
- **Getting Started**: https://github.com/microsoft/azure-devops-mcp/blob/main/docs/GETTINGSTARTED.md
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue