mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
723 B
723 B
Contribute README
Thanks for your contribution, you can follow these step to run this repo and debug it.
Run demo
-
clone this repo to your work dir.
git clone https://github.com/mark3labs/mcphost.git -
enter the
contributedir.cd mcphost/contribute -
run
build.shto build your binary file../build.sh -
open
boost.shfile and fill your model info in.cat boost.sh vi boost.sh -
run
boost.shto run your mcphost, if you don't want run it in debug model, you can delete the--debugflag inboost.sh../boost.sh
Contribute your code
just write your code and push it.