Skip to content

Commit 6b31664

Browse files
codebanesrclaude
andcommitted
docs: add status badges to README
- Add build status badge for CI/CD workflow - Add release version badge - Add Go version badge - Add license badge 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 728f9dd commit 6b31664

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# MCP Terminal Server
22

3+
[![Build Status](https://github.com/iris-networks/terminal_mcp/actions/workflows/build.yml/badge.svg)](https://github.com/iris-networks/terminal_mcp/actions/workflows/build.yml)
4+
[![Release](https://img.shields.io/github/v/release/iris-networks/terminal_mcp)](https://github.com/iris-networks/terminal_mcp/releases)
5+
[![Go Version](https://img.shields.io/github/go-mod/go-version/iris-networks/terminal_mcp)](https://golang.org/)
6+
[![License](https://img.shields.io/github/license/iris-networks/terminal_mcp)](LICENSE)
7+
38
A Model Context Protocol (MCP) server written in Go that provides secure terminal command execution with configurable timeouts and platform-specific support.
49

510
## Features

0 commit comments

Comments
 (0)