Skip to content

Commit 02df3a5

Browse files
committed
fix: render README badges on documentation site
1 parent 480047c commit 02df3a5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
<span>&#8226;</span>
77
<b>made by <a href="https://linuxfabrik.ch/">Linuxfabrik</a></b>
88
</p>
9-
<div align="center">
9+
<div align="center" markdown>
1010

11+
![GitHub Stars](https://img.shields.io/github/stars/linuxfabrik/mcp-server-icinga)
12+
[![Star History Chart](https://api.star-history.com/svg?repos=Linuxfabrik/mcp-server-icinga&type=Date)](https://star-history.com/#Linuxfabrik/mcp-server-icinga&Date)
1113
![License](https://img.shields.io/github/license/linuxfabrik/mcp-server-icinga)
1214
![Python](https://img.shields.io/badge/Python-3.14+-3776ab)
1315
![Status](https://img.shields.io/badge/Status-early%20development-orange)
@@ -23,6 +25,8 @@
2325

2426
`mcp-server-icinga` is a Model Context Protocol (MCP) server that lets AI clients such as Claude work with Icinga installations through natural language. It targets Linux System Engineers who run Icinga in production and want a chat-driven interface for daily triage, incident investigation and routine operations on top of the existing Icinga REST APIs.
2527

28+
> If this MCP server helps you operating your Icinga installation through your AI assistant, please give it a star.
29+
2630
This project was developed with the assistance of Claude Code by Anthropic.
2731

2832

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ markdown_extensions:
3434
- admonition
3535
- attr_list
3636
- def_list
37+
- md_in_html
3738
- tables
3839
- toc:
3940
permalink: true

0 commit comments

Comments
 (0)