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