From f1818a33356ff53217e7036801c1dc9b9fcf0457 Mon Sep 17 00:00:00 2001 From: admica Date: Fri, 28 Mar 2025 00:29:21 -0500 Subject: [PATCH 1/2] Update README.md 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2c316f1..272c0f40 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,8 @@ Tools and integrations that enhance the development workflow and environment man - [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap. - [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support. - [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai). +- [admica/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. + ### 🧮 Data Science Tools From 2e901342873fd041cbd353b2f455fc20dcea4216 Mon Sep 17 00:00:00 2001 From: admica Date: Fri, 28 Mar 2025 08:24:29 -0500 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - [admica/FileScopeMCP](https://github.com/admica/FileScopeMCP) 🛠️🐍📇🦀 - Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 272c0f40..4743eed7 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ Tools and integrations that enhance the development workflow and environment man - [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap. - [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support. - [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai). -- [admica/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. +- [admica/FileScopeMCP](https://github.com/admica/FileScopeMCP) 🛠️🐍📇🦀 - Analyzes your codebase identifying important files based on dependency relationships. Generates diagrams and importance scores, helping AI assistants understand the codebase. ### 🧮 Data Science Tools