Metadata-Version: 2.4
Name: adam-mcp-cli
Version: 0.2.2
Summary: Scaffold and audit MCP servers using the Adam MCP house style
Project-URL: Homepage, https://github.com/dreliq9/adam-mcp-sdk
Project-URL: Repository, https://github.com/dreliq9/adam-mcp-sdk
Project-URL: Issues, https://github.com/dreliq9/adam-mcp-sdk/issues
Project-URL: Changelog, https://github.com/dreliq9/adam-mcp-sdk/blob/main/CHANGELOG.md
Author: Adam Steen
License-Expression: MIT
License-File: LICENSE
Keywords: audit,cli,mcp,model-context-protocol,scaffolding
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.11
Requires-Dist: adam-mcp-py==0.3.2
Requires-Dist: jinja2>=3.1
Requires-Dist: tomlkit>=0.13
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# Adam MCP CLI

`adam-mcp-cli` scaffolds and audits MCP servers that follow the Adam MCP house style.

## Install

```bash
uv tool install adam-mcp-cli
```

The installed command is `adam-mcp`.

## Commands

```bash
adam-mcp --help
adam-mcp new example-mcp --target ./example-mcp
adam-mcp audit ./example-mcp
adam-mcp upgrade ./example-mcp --dry-run
```

`adam-mcp audit --self-check` is an SDK-maintainer command and must run from the
root of an `adam-mcp-sdk` checkout.
