
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@filepad/agent-connect
Advanced tools
Remote MCP pairing CLI for Filepad Agent Access.
npx -y @filepad/agent-connect@latest pair A3K9MZ2X --runtime openclaw
The command exchanges a short Filepad pairing code, writes the runtime's remote
MCP endpoint configuration, prints a concise handoff for the current agent
session, and instructs the host to restart/reload MCP. After restart, call
filepad_bootstrap.
This package does not install contract verification hooks. Claude Code contract
verification is owned by @filepad/runtime-adapter-claude-code.
That restart/reload message is an expected success state, not a pairing
failure. Some runtimes, including Codex, load MCP tools only when a session
starts; the CLI therefore reports paired=true, configWritten=true,
nativeToolsAvailable=false, and requiresHostRestart=true so agents can
calmly ask the user to restart before continuing.
For --runtime openclaw, the CLI writes Filepad under
mcp.servers.filepad, matching OpenClaw's native config schema. Other generic
MCP clients use the standard mcpServers.filepad shape.
The handoff also prints agent-facing probes:
/agent-api/v1/health/agent-api/v1/discovery/agent-api/v1/workspaces/{workspaceId}/bootstrap/mcp/v1/workspaces/{workspaceId}/streamUse --output json for automation:
npx -y @filepad/agent-connect@latest pair A3K9MZ2X --runtime openclaw --output json
FAQs
Remote MCP pairing CLI for Filepad Agent Access runtimes.
We found that @filepad/agent-connect demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.