From fd711ed2ad7af3e9dd04ef74089e881233be9cbe Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 9 Feb 2025 18:58:09 -0600 Subject: [PATCH] add MCP server badge This PR adds a badge for the [MCP Server Template](https://glama.ai/mcp/servers/g0qi4yvl33) server listing in Glama MCP server directory. Server Template MCP server Glama performs regular codebase and documentation scans to: * Confirm that the MCP server is working as expected * Confirm that there are no obvious security issues with dependencies of the server * Extract server characteristics such as tools, resources, prompts, and required parameters. This badge helps your users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 393476f..8e3f8bb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A template for creating Model Context Protocol (MCP) servers in TypeScript. This template provides a solid foundation for building MCP-compatible servers with proper tooling, type safety, and best practices. +Server Template MCP server + ## Features - 🚀 Full TypeScript support