Skip to content

Commit 908f9e3

Browse files
committed
Add logo and CI badge to README
- Add fastmcpp logo (watercolor waves style) - Add CI status badge - Update README header with centered layout
1 parent 9ce4190 commit 908f9e3

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1+
<div align="center">
2+
3+
<img src="docs/assets/brand/fastmcpp.png" width="550" alt="fastmcpp logo">
4+
15
# fastmcpp
26

3-
High‑performance C++ implementation of the Model Context Protocol (MCP), with support for tools, resources, prompts, and multiple transport layers (STDIO, HTTP/SSE, WebSocket).
7+
**High-performance C++ implementation of the Model Context Protocol (MCP)**
8+
9+
[![CI](https://github.com/0xeb/fastmcpp/actions/workflows/ci.yml/badge.svg)](https://github.com/0xeb/fastmcpp/actions/workflows/ci.yml)
10+
[![License](https://img.shields.io/github/license/0xeb/fastmcpp.svg)](https://github.com/0xeb/fastmcpp/blob/main/LICENSE)
11+
12+
</div>
13+
14+
---
415

5-
fastmcpp is a C++ port of the Python [fastmcp](https://github.com/jlowin/fastmcp) library, providing native performance for MCP servers and clients with a small, focused dependency set.
16+
fastmcpp is a C++ port of the Python [fastmcp](https://github.com/jlowin/fastmcp) library, providing native performance for MCP servers and clients with support for tools, resources, prompts, and multiple transport layers (STDIO, HTTP/SSE, WebSocket).
617

7-
**Status:** Beta – core MCP features track the Python `fastmcp` reference, but the C++ test suite is intentionally much smaller than the Python one.
18+
**Status:** Beta – core MCP features track the Python `fastmcp` reference, but the C++ test suite is intentionally smaller.
819

9-
**Current version:** 2.13.0. Python `fastmcp` remains the canonical source of truth for behavior and API; this C++ port is expected to follow it.
20+
**Current version:** 2.13.0
1021

1122
## Features
1223

docs/assets/brand/fastmcpp.png

1.07 MB
Loading

0 commit comments

Comments
 (0)