npm.io
0.3.0 • Published 1 week agoCLI

@fentaris/cli

Licence
MIT
Version
0.3.0
Deps
1
Size
184 kB
Vulns
0
Weekly
0
Stars
3

@fentaris/cli

Create, run, inspect, and build Fentaris proxy projects.

Install

npm install --global @fentaris/cli

Quick start

fentaris init my-proxy
cd my-proxy
fentaris dev

The generated proxy listens on http://localhost:4000/mcp by default.

Project checks

fentaris check --offline
fentaris doctor --runtime
fentaris build

Generated projects allow all upstream operations and do not configure authentication. Add API-key auth and an allow-list policy before exposing the endpoint outside your machine.

See the CLI reference for commands, options, diagnostics, and secrets management.

Keywords