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 |
---|---|
user_analysis | 用户数据分析提示 |
todo_summary | 待办事项摘要提示 |
system_report | 系统状态报告提示 |
code_review | 代码审查提示模板 |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
用户列表 | 获取所有用户数据 |
待办事项 | 获取所有待办事项数据 |
配置信息 | 系统配置信息 |
系统日志 | 查看系统操作日志 |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
add_user | 添加新用户 |
search_users | 搜索用户 |
create_todo | 创建待办事项 |
calculate | 执行数学计算 |