UNPKG

muppet-kit

Version:

A collection of tools for building MCP servers.

2 lines (1 loc) 686 B
"use strict";var o=require("commander"),t=require("@muppet-kit/inspector"),n=require("@muppet-kit/inspector/package.json"),e=require("@muppet-kit/shared/actions"),i="0.1.5",s={version:i};const p=new o.Command("inspector").description("start the MCP Inspector").version(n.version).addOption(new o.Option("-p, --port <port>","Port to run the inspector on")).addOption(new o.Option("-h, --host <host>","Host to run the inspector on")).addOption(new o.Option("-c, --config <config>","Path to the config file")).action(r=>e.inspectorAction({options:{version:n.version,...r??{}},app:t}));o.program.name("muppet kit").description("devtools for MCPs").version(s.version).addCommand(p).parse();