UNPKG
@coji/journal-mcp
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
MCP server for journal entries with web viewer
github.com/coji/journal-mcp
coji/journal-mcp
@coji/journal-mcp
/
dist
/
setup.d.ts
7 lines
•
255 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
SetupOptions
{
configPath
?:
string
;
force
?:
boolean
; }
export
declare
function
setupClaudeDesktop
(
options
?:
SetupOptions
):
Promise
<
void
>;
export
declare
function
verifySetup
(
):
Promise
<
boolean
>;
//# sourceMappingURL=setup.d.ts.map