← 返回
未分类 中文

Prooflane MCP Skill

Clone, install, configure, and run Prooflane's repo-native MCP server locally for evaluation and verification without published package registry dependencies.
本地克隆、安装、配置并运行 Prooflane 仓库原生 MCP 服务器,进行评估和验证,无需依赖已发布的包注册表。
xiaojiou176 xiaojiou176 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 349
下载
💾 0
安装
1
版本
#automation#latest#mcp#proof#prooflane#review

概述

Prooflane MCP Skill

Use this skill when an agent needs to **clone, install, configure, verify, and

use Prooflane's current MCP and local product surfaces** without overclaiming

package-registry or hosted distribution that does not exist yet.

Use When

  • You want to evaluate Prooflane from the canonical public repository.
  • You want to connect Codex, Claude Code, OpenClaw, or another MCP-capable

client to Prooflane's repo-native MCP server.

  • You need a truthful walkthrough for local UI first-look, MCP setup, and

governed run verification.

Truthful Boundaries

  • Prooflane is public and distribution-ready on GitHub today.
  • The MCP server is real and repo-native today.
  • The package shape @uiq/mcp-server / prooflane-mcp is publish-ready, but

it is not published to npm yet.

  • MCP today means stdio only.
  • Local stdio startup does not use OAuth; protected HTTP/API and

automation surfaces keep the existing token/header contract.

  • Prooflane is not currently a hosted SaaS service.
  • This skill is a generic in-repo scaffold. It is not a published skill

marketplace artifact yet.

Prerequisites

  • Git
  • Node.js 20+
  • pnpm
  • Python 3.12+
  • A local shell session inside the cloned ui-automation-control-plane checkout

Canonical Repo

git clone https://github.com/xiaojiou176-open/ui-automation-control-plane.git
cd ui-automation-control-plane

Install

./scripts/setup.sh

If you already trust the workspace toolchain and only need JS dependencies:

pnpm install

First Local Product Win

Launch the local stress-lab shell:

./scripts/dev-up.sh

What success looks like:

  • Command Center on http://127.0.0.1:17373
  • API health on http://127.0.0.1:17380/health/
  • A visible Stress Lab surface with Runs & Blocks, Flow Studio, and Advanced Review

Repo-Native MCP Start (Today)

Start the current repo-native MCP server from your cloned checkout:

pnpm mcp:start

This is the truthful installation path today.

Publish-Ready Package Shape (Not Published Yet)

Once the MCP package is actually published, the intended command shape is:

npx -y @uiq/mcp-server

or:

pnpm dlx @uiq/mcp-server

Do not claim this package is published until registry publication really happens.

Minimal MCP Client Configuration

Repo-native today

{
  "mcpServers": {
    "uiq": {
      "command": "pnpm",
      "args": ["mcp:start"],
      "cwd": "/absolute/path/to/ui-automation-control-plane",
      "env": {
        "UIQ_MCP_API_BASE_URL": "http://127.0.0.1:18080",
        "UIQ_MCP_TOOL_GROUPS": "advanced,analysis,proof"
      }
    }
  }
}

Publish-ready package shape (not live yet)

{
  "mcpServers": {
    "uiq": {
      "command": "npx",
      "args": ["-y", "@uiq/mcp-server"],
      "env": {
        "UIQ_MCP_API_BASE_URL": "http://127.0.0.1:18080",
        "UIQ_MCP_TOOL_GROUPS": "advanced,analysis,proof"
      }
    }
  }
}

Environment Variables

  • UIQ_MCP_API_BASE_URL

Use this to point MCP at a different backend lane.

  • UIQ_MCP_TOOL_GROUPS

Use this to opt into optional MCP tool groups.

  • UIQ_MCP_PERFECT_MODE

Keeps stricter MCP defaults.

  • AUTOMATION_API_TOKEN

Needed only when token-protected HTTP/API surfaces are enabled.

Minimal Verification

Run these from your cloned ui-automation-control-plane checkout:

pnpm mcp:check
pnpm mcp:build
pnpm mcp:package:smoke
pnpm mcp:doc:contract
pnpm mcp:smoke

Expected result:

  • TypeScript check passes
  • build emits services/mcp-server/dist/
  • package smoke keeps the stdio server alive through startup
  • docs contract passes
  • MCP smoke passes

Start here

  1. Read references/INSTALL.md
  2. Load the right host config from:
  3. Skim the tool surface in references/CAPABILITIES.md
  4. Run the first review loop from references/DEMO.md
  5. If attach or proof fails, use

references/TROUBLESHOOTING.md

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 08:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 78 📥 182,585
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,007
ai-agent

DealWatch Read-only Builder

xiaojiou176
指导代理如何连接已发布的DealWatch MCP包,选择合适的只读工具,并引导用户遵循先比较后操作的安全路径
★ 0 📥 531