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
/
utils
/
system.d.ts
9 lines
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Detect npx command path */
export
declare
function
detectNpxPath
(
):
Promise
<
string
>;
/** * Get Claude Desktop config path */
export
declare
function
getClaudeConfigPath
(
):
string
;
//# sourceMappingURL=system.d.ts.map