UNPKG
@monsoft/mcp-docscribe
Version:
latest (0.1.0)
0.1.0
A Model Context Protocol implementation for generating comprehensive documentation
@monsoft/mcp-docscribe
/
dist
/
src
/
config
/
cli.d.ts
5 lines
(4 loc)
•
88 B
TypeScript
View Raw
1
2
3
4
5
/** * Runs the CLI command parser */
export
declare
function
runCli
(
):
Promise
<
void
>;