mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-13 19:20:06 +00:00
7fc94018a9
Rename the entire project from mcphost to kit, including: - Go module path and all import paths - SDK type MCPHost -> Kit, file renames mcphost.go -> kit.go - CLI command name, usage strings, UI labels (KIT in literature) - Config paths (.mcphost -> .kit), env prefix (MCPHOST_ -> KIT_) - Data/credential/hooks directory paths - Remove legacy .mcp config fallbacks - Session metadata field (mcphost_version -> kit_version) - MCP client identity name - Build output, goreleaser binary name - All documentation, examples, scripts, and test files
706 B
706 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/kit.git -
enter the
contributedir.cd kit/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 kit, 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.