Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by chrishenyard • Uncategorized
An ASP.NET Core MCP server providing semantic search tools for C# code repositories with remote and local fallback.
Perform semantic search over C# code repositories.
A resilient MCP server exposing code analysis tools via HTTP.
A fallback mechanism when remote semantic search services are unavailable.
McpServer is an ASP.NET Core implementation of a Model Context Protocol (MCP) server that exposes tools for working with C# code, including a semantic search tool that queries a remote search API and falls back to a local repository scan if needed. It offers strongly typed request/response models, resilient HTTP client handling, and source-generated JSON serialization for efficient communication. The server is easily extensible with new MCP tools and integrates seamlessly with MCP-enabled clients.