You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
760 B
Markdown

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

项目说明
======
项目包括服务端、客户端、测试项目等为学习MCP服务器项目。
服务端,使用 MCP官方推荐的 Mcp C# SDKModelContextProtocol客户端使用`Microsoft.Extensions.AI`、`Microsoft.SemanticKernel`等AI库进行调用。
# 服务端分三种:
+ 本机命令行 Stdio
+ SSE 远程服务
+ Stream 远程服务
# 客户端
# 调试
## Mcp C# SDK 官方客户端 IMcpClient
## 使用C#代码程序调试:使用 `Microsoft.Extensions.AI`、`Microsoft.SemanticKernel`等AI库
## 使用第三方客户端Chatbox、Cherry Studio、LM Studio等
## 开发IDE插件如VS Code的cline等插件、VS Codebuddy等插件
## 使用node传用库npx @modelcontextprotocol/inspector
# 注意事项