Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Web服务器端口 | 3000 |
ROOT_DIR | No | 数据存储根目录 | /app/data |
SESSION_SECRET | No | 会话密钥 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_projects | 获取所有项目列表 |
create_project | 创建新项目 |
update_project | 更新项目信息 |
delete_project | 删除项目 |
list_documents | 获取项目文档列表 |
get_document | 获取文档内容 |
update_document | 更新文档内容 |
list_rules | 获取项目规则列表 |
get_rule | 获取规则内容 |
create_rule | 创建新规则 |
update_rule | 更新规则内容 |
delete_rule | 删除规则 |
van_init | 初始化项目,检查或创建必要文件 |
van_verify | 验证项目状态和文件完整性 |
plan_get_tasks | 获取当前任务列表 |
plan_add_task | 添加新任务到任务列表 |
plan_update_tasks | 更新任务规划文档 |
creative_add_idea | 创建创意记录 |
creative_get_ideas | 获取创意列表 |
creative_update_design | 更新系统设计文档 |
implement_update_progress | 更新开发进度 |
implement_add_note | 记录实现细节 |
implement_update_context | 更新活动上下文文档 |
reflect_create | 创建项目反思记录 |
reflect_get_history | 获取历史反思记录 |
reflect_update_progress | 更新进度文档 |
archive_completed_tasks | 归档已完成任务 |
archive_generate_summary | 生成项目总结报告 |
archive_export_project | 导出项目文档 |