From 4db7228a76f796b3f2a1730eec07e0683dcca7af Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Thu, 18 Sep 2025 12:12:18 -0600 Subject: [PATCH] Organize documentation into docs/ directory - Move SECURITY.md, QUICK_START.md, MCPMC_STDIO_INTEGRATION.md to docs/ - Update README.md with documentation links --- README.md | 6 ++++++ .../MCPMC_STDIO_INTEGRATION.md | 0 QUICK_START.md => docs/QUICK_START.md | 0 SECURITY.md => docs/SECURITY.md | 0 4 files changed, 6 insertions(+) rename MCPMC_STDIO_INTEGRATION.md => docs/MCPMC_STDIO_INTEGRATION.md (100%) rename QUICK_START.md => docs/QUICK_START.md (100%) rename SECURITY.md => docs/SECURITY.md (100%) diff --git a/README.md b/README.md index 0b48e46..52b0405 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,9 @@ Your MCP client will be notified when the MCP server is ready. No configuration Maybe you need to change some settings of an MCP server: `MCPMC: change the "max_records" of the filesystem server to be 2000` +## Documentation + +- [Quick Start Guide](docs/QUICK_START.md) - Get started with MCPMC +- [Security Guide](docs/SECURITY.md) - Security configuration and best practices +- [MCP Integration](docs/MCPMC_STDIO_INTEGRATION.md) - Claude Code integration details + diff --git a/MCPMC_STDIO_INTEGRATION.md b/docs/MCPMC_STDIO_INTEGRATION.md similarity index 100% rename from MCPMC_STDIO_INTEGRATION.md rename to docs/MCPMC_STDIO_INTEGRATION.md diff --git a/QUICK_START.md b/docs/QUICK_START.md similarity index 100% rename from QUICK_START.md rename to docs/QUICK_START.md diff --git a/SECURITY.md b/docs/SECURITY.md similarity index 100% rename from SECURITY.md rename to docs/SECURITY.md