This MCP server implementation provides C# language features via the Model Context Protocol. It integrates with the C# extension for Visual Studio Code and exposes capabilities like finding symbol references across a codebase. The server runs on port 8003 and is designed to enhance AI-assisted coding workflows for C# projects.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Locate all symbol references.
Jump to symbol definitions instantly.
Discover implementations of interfaces/abstract methods.
Get rich symbol docs on hover.
Outline all symbols in a file.
Context-aware auto-completions.
Function parameter hints and overloads.
Safely rename symbols across the project.
Quick fixes, refactors, and improvements.
Enhanced highlighting data.
See incoming/outgoing call relationships.
Visualize class and interface inheritance.
Inline insights (references, tests, etc.).
Smart selection expansion for code blocks.
Jump to underlying type definitions.
Navigate to symbol declarations.
Highlight all occurrences of a symbol.
Search symbols across your entire workspace.