From 279249acfc8ce77e26405e730d6e4a1aea8ffeff Mon Sep 17 00:00:00 2001 From: Lawrence Sinclair Date: Thu, 17 Jul 2025 02:01:07 -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 48f97a6..827b8de 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/mkcod-mcp-server-client-tutorial-using-python-badge.png)](https://mseep.ai/app/mkcod-mcp-server-client-tutorial-using-python) + # Step-by-Step Guide to Build Your Own MCP Server and MCP Client with UI Using Python This comprehensive guide walks you through the process of creating both a Model Context Protocol (MCP) server and a client with a graphical user interface using Python. MCP is designed to facilitate communication between language models and tool providers, enabling powerful AI-based applications. By the end of this tutorial, you'll have a functional MCP system with both server and client components that can interact seamlessly.