UNPKG
snigop
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Snigop - A sniffer gopher CLI tool
github.com/yourusername/snigop
yourusername/snigop
snigop
/
dist
/
mcpServer.d.ts
8 lines
•
253 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ChildProcess
}
from
'child_process'
;
export
declare
class
MCPServer
{
private
process;
start
:
() =>
Promise
<
ChildProcess
>;
connectAndListTools
:
() =>
Promise
<
void
>;
shutdown
:
() =>
void
; }
//# sourceMappingURL=mcpServer.d.ts.map