From 6a951cb7ce2542a5856116dc482da3ab5e79b856 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 11 Mar 2025 01:53:20 -0600 Subject: [PATCH] add MCP server badge --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38336f6..f8254b5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A TypeScript implementation of a Model Context Protocol (MCP) server that provides datetime and timezone information to agentic systems and chat REPLs. + + DateTime MCP server + + ## Overview MCP DateTime is a simple server that implements the [Model Context Protocol](https://github.com/model-context-protocol/mcp) to provide datetime and timezone information to AI agents and chat interfaces. It allows AI systems to: @@ -160,4 +164,4 @@ npm run dev:sse # SSE mode ## License -This project is licensed under the Mozilla Public License 2.0 - see the [LICENSE](LICENSE) file for details. +This project is licensed under the Mozilla Public License 2.0 - see the [LICENSE](LICENSE) file for details. \ No newline at end of file