Metadata-Version: 2.3
Name: mcp-server-dongjunqaq
Version: 0.3.0
Summary: DongJun的MCP Server
Author: DongJun
Author-email: DongJun <2360052818@qq.com>
Requires-Dist: mcp[cli]>=1.12.3
Requires-Dist: psutil>=7.0.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# MCP-Server-DongJunQAQ
## 可用工具：

- get_platform_info：获取平台的相关信息（如操作系统版本、CPU类型、总内存容量等等）。

## 配置：

为`Cherry Studio`进行配置，添加以下内容到你的Cherry Studio设置中，使用`uvx`（推荐）进行配置：

```json
{
  "mcpServers": {
    "MCP-Server-DongJunQAQ": {
      "registryUrl": "http://mirrors.aliyun.com/pypi/simple/",
      "command": "uvx",
      "args": ["mcp-server-dongjunqaq"]
    }
  }
}
```

当使用 `uv` 时无需进行特定安装，我们将使用 `uvx` 直接运行MCP-Server-DongJunQAQ。