mcp-csharp-sdk-client
mcp-csharp-sdk-clientは、C#でのMCP(Managed Cloud Platform)とのインタラクションを容易にするためのSDKです。このライブラリは、API呼び出しを簡素化し、開発者が迅速にアプリケーションを構築できるように設計されています。ドキュメントも充実しており、サンプルコードが豊富に提供されています。
GitHubスター
2
ユーザー評価
未評価
お気に入り
0
閲覧数
12
フォーク
1
イシュー
0
This is a sample C# MCP client designed for use with the x64Dbg MCP Server.
To get started, either import the necessary environment variables or hardcode the values directly into the following lines:
Line 564 (QuickstartClient\Program.cs):
string? GeminiAIKey = Environment.GetEnvironmentVariable("GeminiAIKey");
Line 565 (QuickstartClient\Program.cs):
string? MCPServerIP = Environment.GetEnvironmentVariable("MCPServerIP");
After setting the values, update the prompt to reflect your intended use case (also located in Program.cs), then run the application.
While running, your AI model will automatically begin executing tasks. You may hold Shift to interrupt its next action and manually type commands if needed.
The client is expected to connect to the MCP Server and will begin issuing commands to start the debugging process within x64Dbg.