Roslyn-powered MCP server that strips C# and Razor files down to their logical skeleton before sending them to your AI assistant. Exposes tools like OutlineCSharpFile for signature-only views, FocusMethod to isolate a single function with its dependencies, and cross-project traversal tools like TraceCallers that find every invocation of a method across your codebase. The reduction is dramatic: 89% on outline requests, 95% when focusing on a pair of methods. Works over stdio with Claude Desktop, VS Code, and Visual Studio 2026. Reach for this when you're working in large .NET projects and want to stay under context limits without manually cherry-picking which files to include.