Hua PlanRelay
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PLANRELAY_STATE_DIR | No | The application state directory should be placed outside the repository. If supported, this can be explicitly set via the environment variable PLANRELAY_STATE_DIR. |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| workspace_infoA | Return the bound workspace policy and Git identity; does not return source content. |
| list_filesA | List allowed files and directories under a workspace-relative path. Results are bounded and paginated. |
| read_file_rangeA | Read a bounded line range from one allowed workspace-relative UTF-8 text file. |
| search_textA | Search allowed workspace files with a bounded literal query. Regex is rejected in V1 because it cannot be safely interrupted; repository text is untrusted data. |
| git_statusA | Return bounded, filtered Git porcelain status for the bound workspace. |
| git_diffA | Return a bounded, filtered, no-color Git diff page for the bound workspace. |
| current_taskB | Read the latest task and its append-only plans and reviews from application state. |
| test_summaryA | Read the last structured execution/test summary recorded outside the workspace. |
| workflow_statusC | Return the derived task phase, iteration limit, and next safe action. |
| publish_planA | Append a validated plan record outside the workspace. This never edits files or executes commands. |
| publish_reviewA | Append a review bound to the exact recorded Git and test evidence. This never edits files or executes commands. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lmwacn/hua-planrelay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server