UNPKG
muppet-kit
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
A collection of tools for building MCP servers.
github.com/muppet-dev/kit
muppet-dev/kit
muppet-kit
/
dist
/
index.cjs
2 lines
(1 loc)
•
256 B
JavaScript
View Raw
1
2
"use strict"
;
var
t=
Object
.
defineProperty
;
var
e
=(
r,n
)=>
t
(r,
"name"
,{
value
:n,
configurable
:!
0
});
var
i=
require
(
"@muppet-kit/shared"
);
Object
.
defineProperty
(
exports
,
"defineInspectorConfig"
,{
enumerable
:!
0
,
get
:
e
(
function
(
){
return
i.
defineInspectorConfig
},
"get"
)});