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 get location of places to perform a rename across the project.
Perform rename on a symbol.
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.
Manually start the MCP server on port 8008.
Manually start the MCP server on specified port.
Stop the running MCP server.
Open the debug panel to test available tools.