Skip to main content
Glama
lmwacn
by lmwacn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PLANRELAY_STATE_DIRNoThe 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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