Skip to main content
Glama
bernardleex526-png

LiDAR Harness MCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
harness_initA

Initialize LiDAR Harness for a project: detect typecheck/lint commands, establish baselines, classify task complexity.

Call this ONCE at the start of a session. Provide the user's task message for complexity classification.

Returns: session info with detected commands, complexity, and PGO readiness.

harness_classifyA

Classify a task as "simple" (question, explanation) or "complex" (implementation, refactor, fix).

Simple tasks skip PGO and review overhead entirely. Call before starting work.

harness_pgoA

Run incremental PGO (Pose Graph Optimization) typecheck/lint verification.

KEY CONCEPT: Only returns NEW errors not seen in previous calls. If you call it 10 times, each call only shows errors that appeared SINCE the last call. When it returns 0 new errors, the code compiles cleanly.

Use after each agent turn that modifies code to verify incrementally.

harness_reviewA

Run multi-perspective code review: security scan (secrets in git diff), correctness (uncommitted changes), style (lint results).

Call periodically (e.g. every 3rd turn) to catch issues the agent might miss.

harness_resetA

Reset PGO baselines and shown-errors state for a fresh start.

Call when switching to a new task or after significant dependency changes.

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/bernardleex526-png/lidar_harness_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server