micepe-cli
v0.0.7
Published
CLI for Micepe.io - The MCP Gateway for AI-Native API Access!
Downloads
238
Readme
micepe-cli
This is the command line interface for the Micepe project.
Installing the CLI
npm install -g micepe-cliRunning the CLI in dev mode
After cloning the repository, you can run the CLI in development mode using the following commands.
- First, ensure you have the required dependencies installed. You can do this by running:
npm install- Next, you have to start the CLI in development mode using:
npm run devThis will keep the CLI running and watch for changes in the source code, allowing you to develop and test your changes in real-time.
- Finally, you have to link the
micepebinary to your JavaScript entrypoint for the CLI:
npm linkExecuting some commands
# Login to the Micepe local control-plane server
micepe login --server http://localhost:5555
# Logout once your job is done.
micepe logout 