Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
log_conversation | 记录AI对话 - 所有会话都要记录 使用规范: • userRequest: 用户原始需求+上传文件说明 • aiTodoList: 你的执行计划清单(即使只是查看也要列出) • aiSummary: 你的操作总结(3-5句话,包括解释、分析等) • fileOperations: 文件操作总结,格式:"动作 文件路径 - 说明"(可为空) • title: 对话标题(可选) • tags: 标签数组(可选) |
search_conversations | 搜索历史对话记录 支持: • 关键词搜索 • 文件名模式搜索 • 时间范围筛选 • 标签过滤 |
get_context_suggestions | 获取相关上下文建议 基于当前输入和文件推荐历史记录 |
list_projects | List all projects with optional statistics |