From cf25def0f01c30ab2a056a89aea191263b5ded6f Mon Sep 17 00:00:00 2001 From: Lawrence Sinclair Date: Wed, 16 Jul 2025 00:35:40 -0700 Subject: [PATCH] Add MseeP.ai badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c9dc2e0..553906a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/alejandro-ao-mcp-server-example-badge.png)](https://mseep.ai/app/alejandro-ao-mcp-server-example) + # MCP Server Example This repository contains an implementation of a Model Context Protocol (MCP) server for educational purposes. This code demonstrates how to build a functional MCP server that can integrate with various LLM clients.