Metadata-Version: 2.3
Name: linzt-scrna-test-1
Version: 0.1.0
Summary: MCP server providing tools for scRNA analysis
Keywords: mcp,llm
Author: linzt
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: mcp>=1.22.0
Requires-Dist: pydantic>=2.12.5
Maintainer: linzt
Maintainer-email: linzt <linzeteng123@163.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown

### 百炼自定义 MCP 服务配置

- 编写 MCP 服务脚本：src/linzt_scrna_test_1/server.py；
- 使用 `uv build` 打包项目，并用 `uv publish` 发布到 PYPI 仓库；
- 打开百炼页面：https://bailian.console.aliyun.com/?tab=app#/mcp-manage/custom；
- 创建 MCP 服务；
- 使用脚本部署 ---> 部署服务；
- 安装方法：`uvx`；
- 地域：`深圳`；
- 填写 MCP 配置，其中 `linzt-scrna-test-1` 为 `pyproject.toml` 文件中标注的项目名称：

```{json}
{
  "mcpServers": {
    "linzt-scrna-test-1": {
      "command": "uvx",
      "args": [
        "linzt-scrna-test-1"
      ]
    }
  }
}
```
