# mcp_server **Repository Path**: wsm1990/mcp_server ## Basic Information - **Project Name**: mcp_server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-08-02 - **Last Updated**: 2025-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 安装uv powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" - 添加uv到环境变量 ```angular2html set Path=C:\Users\Administrator\.local\bin;%Path% (cmd) $env:Path = "C:\Users\Administrator\.local\bin;$env:Path" (powershell) ``` - 安装依赖 uv add mcp[cli] httpx - 运行 uv run mcp dev mcp_server.py - 其他地方就可以调用了 -