Skip to content

Commit e70d981

Browse files
author
Maxim Titovich
committed
Add status badges to README
1 parent 1fd0992 commit e70d981

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Cursor Azure DevOps MCP Server
22

3+
[![CI](https://github.com/maximtitovich/cursor-azure-devops-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/maximtitovich/cursor-azure-devops-mcp/actions/workflows/ci.yml)
4+
[![Publish](https://github.com/maximtitovich/cursor-azure-devops-mcp/actions/workflows/publish.yml/badge.svg)](https://github.com/maximtitovich/cursor-azure-devops-mcp/actions/workflows/publish.yml)
5+
[![Version Bump](https://github.com/maximtitovich/cursor-azure-devops-mcp/actions/workflows/version-bump.yml/badge.svg)](https://github.com/maximtitovich/cursor-azure-devops-mcp/actions/workflows/version-bump.yml)
6+
[![npm version](https://img.shields.io/npm/v/cursor-azure-devops-mcp)](https://www.npmjs.com/package/cursor-azure-devops-mcp)
7+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8+
39
A Model Context Protocol (MCP) server for integrating Azure DevOps with Cursor IDE. This tool allows Claude AI in Cursor to interact with Azure DevOps, providing access to projects, work items, repositories, and pull requests.
410

511
## Features
@@ -314,6 +320,16 @@ npm publish
314320

315321
This project uses GitHub Actions for automated builds, testing, and publishing.
316322

323+
### Status Badges
324+
325+
The status badges at the top of the README provide real-time information about the project:
326+
327+
- **CI**: Shows the status of the continuous integration workflow (build and tests)
328+
- **Publish**: Indicates the status of the npm publishing workflow
329+
- **Version Bump**: Indicates the status of the version bump workflow
330+
- **npm version**: Shows the latest published version on npm
331+
- **License**: Indicates the project license type
332+
317333
### CI Workflow
318334

319335
The CI workflow runs on every push to the main and develop branches, as well as on pull requests:

0 commit comments

Comments
 (0)