Skip to content

Commit d92a961

Browse files
added install
1 parent 30545c1 commit d92a961

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
install:
2+
cargo install --git https://github.com/PromptExecution/cratedocs-mcp --locked
3+
14
run:
25
cargo run --bin cratedocs http --address 0.0.0.0:3000 --debug
36

47
debug-mcp-remote:
58
# use bunx or npx to see how the mcp-remote proxy connects
69
bunx mcp-remote@latest "http://127.0.0.1:3000/sse" --allow-http --transport sse-only --debug
10+

0 commit comments

Comments
 (0)