We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30545c1 commit d92a961Copy full SHA for d92a961
justfile
@@ -1,6 +1,10 @@
1
+install:
2
+ cargo install --git https://github.com/PromptExecution/cratedocs-mcp --locked
3
+
4
run:
5
cargo run --bin cratedocs http --address 0.0.0.0:3000 --debug
6
7
debug-mcp-remote:
8
# use bunx or npx to see how the mcp-remote proxy connects
9
bunx mcp-remote@latest "http://127.0.0.1:3000/sse" --allow-http --transport sse-only --debug
10
0 commit comments