From af69347a48c65254a0323f739396f4a5c6b53eed Mon Sep 17 00:00:00 2001 From: Noam Rubin <92750510+noam-vanta@users.noreply.github.com> Date: Tue, 13 Jan 2026 08:41:30 -0500 Subject: [PATCH] remove arch section from readme --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 19d9fde..8047391 100644 --- a/README.md +++ b/README.md @@ -263,18 +263,6 @@ vanta-mcp-server/ └── README.md # This file ``` -### Architecture Highlights - -- **Consolidated Tool Pattern**: Single tools intelligently handle both list and get operations with optional ID parameters -- **Reduced Complexity**: 43 tools (down from 53) through smart consolidation while maintaining full functionality -- **Clean Organization**: Operations files are cleanly separated from infrastructure code -- **Common Subdirectory**: All shared utilities, imports, and descriptions are organized in `operations/common/` -- **Automated Registry**: New tools are automatically discovered and registered without manual configuration -- **DRY Principles**: Extensive code reuse through centralized utilities and schema factories -- **Type Safety**: Full TypeScript coverage with comprehensive type definitions - -For detailed architecture documentation, see [`src/operations/README.md`](src/operations/README.md). - ## Debugging You can use the MCP Inspector to debug the server: