Skip to content

Commit cb92cc2

Browse files
committed
add CI and codecov badges to readme
1 parent 0629614 commit cb92cc2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
[![Python Versions](https://img.shields.io/pypi/pyversions/fastapi-mcp.svg)](https://pypi.org/project/fastapi-mcp/)
88
[![FastAPI](https://img.shields.io/badge/FastAPI-009485.svg?logo=fastapi&logoColor=white)](#)
99
![](https://badge.mcpx.dev?type=dev 'MCP Dev')
10+
[![CI](https://github.com/tadata-org/fastapi_mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/tadata-org/fastapi_mcp/actions/workflows/ci.yml)
11+
[![codecov](https://codecov.io/gh/tadata-org/fastapi_mcp/branch/main/graph/badge.svg)](https://codecov.io/gh/tadata-org/fastapi_mcp)
1012

1113
</div>
1214

@@ -97,9 +99,9 @@ Once your FastAPI app with MCP integration is running, you can connect to it wit
9799

98100
3. Cursor will discover all available tools and resources automatically.
99101

100-
## Connecting to the MCP Server using [mcp-proxy stdio](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-sse)
102+
## Connecting to the MCP Server using [mcp-proxy stdio](https://github.com/sparfenyuk/mcp-proxy?tab=readme-ov-file#1-stdio-to-sse)
101103

102-
If your MCP client does not support SSE, for example Claude Desktop:
104+
If your MCP client does not support SSE, for example Claude Desktop:
103105

104106
1. Run your application.
105107

@@ -118,7 +120,7 @@ On Windows:
118120
}
119121
}
120122
```
121-
On MacOS:
123+
On MacOS:
122124
```json
123125
{
124126
"mcpServers": {
@@ -137,7 +139,7 @@ Find the path to mcp-proxy by running in Terminal: `which mcp-proxy`.
137139

138140
**Notice:** We are currently refactoring our MCP auto-generation system. To avoid potential conflicts, we kindly request that you delay submitting contributions until this notice is removed from the README. Thank you for your understanding and patience.
139141

140-
Thank you for considering contributing to FastAPI-MCP open source projects! Its people like you that make it a reality for users in our community.
142+
Thank you for considering contributing to FastAPI-MCP open source projects! It's people like you that make it a reality for users in our community.
141143

142144
Before you get started, please see [CONTRIBUTING.md](CONTRIBUTING.md).
143145

0 commit comments

Comments
 (0)