From 5e3fcd5aea78141c440e03ee6fa2f08246078aad Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Wed, 30 Jul 2025 15:50:17 -0400 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 c69444b..8102a47 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ An MCP server for fetching, parsing, and reading RFCs from the ietf.org website. This server provides tools and resources to interact with RFC documents programmatically. + + RFC Server MCP server + + ## Features - Fetch RFC documents by number @@ -100,4 +104,4 @@ The server implements two main components: 1. **RFC Service**: Handles fetching, parsing, and extracting data from RFCs 2. **MCP Server**: Implements the MCP protocol and exposes tools and resources -The RFC service supports both HTML and TXT format RFCs, attempting to use HTML first for better structure, then falling back to TXT format if needed. +The RFC service supports both HTML and TXT format RFCs, attempting to use HTML first for better structure, then falling back to TXT format if needed. \ No newline at end of file