xiaoliu-mcp-guardian
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| respond_to_userA | AI回复用户前必须调用此工具(自动检查和修复) |
| write_fileC | 写文件前必须调用此工具(自动代码质量检查) |
| run_commandA | 执行命令前必须调用此工具(自动添加保护) |
| complete_taskA | 标记任务完成前必须调用此工具(验证真的完成) |
| continuous_mode | 控制强制连续执行模式 - 防止AI中途停下等待用户 |
| experience_logger | 自动记录开发中的错误和成功经验 |
| auto_confirm | 自动确认工具 - 自动确认Keep All和Accept等操作 |
| plan_manager | 自动计划管理 - 生成、跟踪、验证开发计划 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a distinct action (responding, writing, running, completing) with no overlap.
All tools follow a verb_noun pattern (respond_to_user, write_file, run_command, complete_task), perfectly consistent.
4 tools is well-scoped for a guard server, covering essential guarded actions without excess.
Tools cover the main actions likely needed, though missing guards for operations like reading files could be a minor gap.