anortham/coa-codenav-mcp
If you are the rightful owner of coa-codenav-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
COA CodeNav MCP Server is a powerful tool for advanced C# code analysis and navigation, designed to enhance AI assistants with deep understanding and manipulation of C# codebases.
Tools
Functions exposed to the LLM to take actions
csharp_load_solution
Load a complete Visual Studio solution for analysis.
csharp_goto_definition
Navigate to the definition of a symbol at a specific position.
csharp_find_all_references
Find all references to a symbol across the entire codebase.
csharp_symbol_search
Search for symbols by name or pattern across the entire solution.
csharp_get_diagnostics
Get compilation errors, warnings, and analyzer diagnostics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client