From f260344836756b9e78c63c73b338b0d0659e0b5b Mon Sep 17 00:00:00 2001 From: admica Date: Fri, 28 Mar 2025 01:45:19 -0500 Subject: [PATCH] Update README.md (#94) Added FileScopeMCP - Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig. Co-authored-by: wong2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c142484..83402b5 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ - **[IDA Pro MCP](https://github.com/mrexodia/ida-pro-mcp)** - MCP Server for automated reverse engineering with IDA Pro. - **[HackMD](https://github.com/yuna0x0/hackmd-mcp)** - A Model Context Protocol server for integrating [HackMD](https://hackmd.io)'s note-taking platform with AI assistants. - **[AniList](https://github.com/yuna0x0/anilist-mcp)** - AniList MCP server for accessing AniList API data +- **[FileScopeMCP](https://github.com/admica/FileScopeMCP)** - Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores per file, helping AI assistants understand the codebase. Automatically parses popular programming languages, Python, Lua, C, C++, Rust, Zig. ## Clients