Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.dropcv.work/llms.txt

Use this file to discover all available pages before exploring further.

Qwen Code 界面
Qwen Code 是阿里巴巴出品的终端 AI Agent,支持 MCP 协议,对国内用户比较友好。

安装

1

安装 Qwen Code

npm install -g -g @anthropic-ai/qwen-code
2

配置模型

qwen
首次运行引导你选择模型和配置 API Key。可以使用阿里云的 Coding Plan,也可以配置 OpenAI 兼容的 API。
3

添加 DropCV MCP Server

在项目目录下创建 .qwen/mcp.json
{
  "mcpServers": {
    "dropcv": {
      "url": "https://api.dropcv.com/mcp",
      "headers": {
        "Authorization": "Bearer <你的 API Key>"
      }
    }
  }
}
或者在 ~/.qwen/settings.json 中全局配置。
4

开始使用

qwen
在对话中直接操作人才库。Qwen Code 也支持无头模式:
qwen -p "从 DropCV 人才库里找出所有在北京的候选人"