From 700c9409d36a9c03ffaa7aa2c5e4243b9fb2d1ac Mon Sep 17 00:00:00 2001 From: "MseeP.ai" Date: Tue, 28 Apr 2026 16:23:21 +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 af32561..51e0827 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/dyneth02-mcp-client-server-project-using-nodejs-badge.png)](https://mseep.ai/app/dyneth02-mcp-client-server-project-using-nodejs) + # Simple MCP with Node.js & TypeScript This project is a minimal, educational implementation of a **Model Context Protocol (MCP)**–style system using **Node.js** and **TypeScript**. It demonstrates how a client and server can communicate over standard input/output (stdio) using structured messages, simulating how modern AI tools interact with external context providers.