From 7bb34b327e74cd38955ab24b11893cfc3344ee71 Mon Sep 17 00:00:00 2001 From: Enes Akar Date: Sat, 25 Oct 2025 15:04:03 -0700 Subject: [PATCH] Update README with repository and project info Clarified the note about repository contents and added a project addition guide reference. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2238a39..5db6f5c 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ Context7 fetches up-to-date code examples and documentation right into your LLM' No tab-switching, no hallucinated APIs that don't exist, no outdated code generation. +> [!NOTE] +> This repository hosts the source code of Context7 MCP server. The supporting components — API backend, parsing engine, and crawling engine — are private and not part of this release. + ## 📚 Adding Projects Check out our [project addition guide](./docs/adding-projects.md) to learn how to add (or update) your favorite libraries to Context7.