# AGENTS.md - Azure Functions CLI

You are being asked to install or use the Azure Functions CLI from the Printing Press library.

## What it is

azure-functions-admin-pp-cli is an agent-native command line tool for Azure Functions. Inspect, audit, and right-size your Azure Functions from the terminal — cold-start trends, config drift
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install azure-functions-admin

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-azure-functions-admin --force

OpenClaw:

    clawhub install printing-press-library/azure-functions-admin

## MCP server

This CLI ships an MCP server (azure-functions-admin-pp-mcp) with 7 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call azure-functions-admin-pp-cli from the shell, or use the /pp-azure-functions-admin skill inside an agent.
Run azure-functions-admin-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/azure-functions-admin
- Library page: https://printingpress.dev/library/cloud/azure-functions-admin
- This file: https://printingpress.dev/documentation/azure-functions-admin/agents.md
