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.

安装
配置模型
Kilo Code 内置免费模型额度,也可以使用自己的 API Key。
- 打开 Kilo Code 面板
- 点击模型选择下拉框
- 选择一个模型(推荐 Claude Sonnet)
- 如果没有 API Key,可以使用内置免费额度
添加 DropCV MCP Server
- 在 Kilo Code 面板底部找到 MCP 标签
- 点击「Add Server」
- 选择配置方式:
| 字段 | 值 |
|---|---|
| 名称 | dropcv |
| 类型 | HTTP/SSE |
| 地址 | https://api.dropcv.com/mcp |
| 认证 | Bearer <你的 API Key> |
- 保存配置
内置模式
Kilo Code 内置三种模式:- Architect:架构设计,适合分析人才库数据结构
- Coder:写代码,适合写脚本处理候选人数据
- Debugger:调试问题

