Microsoft's AI Toolkit extension for VS Code now lets developers scaffold a working MCP server in minutes. Here's what that looks like in practice -- including the parts that don't work, and a simpler ...
. ├── es_mcp_server/ # 服务器代码 │ ├── __init__.py # 包初始化 │ ├── server.py # 服务器主程序 │ ├── config.py ...