feat: hrp mcphost

This commit is contained in:
lilong.129
2025-05-16 13:37:52 +08:00
parent ce38ef3be0
commit f8b7a42560
36 changed files with 564 additions and 55 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ import (
var CmdBuild = &cobra.Command{
Use: "build $path ...",
Short: "build plugin for testing",
Long: `build python/go plugin for testing`,
Short: "Build plugin for testing",
Long: `Build python/go plugin for testing`,
Example: ` $ hrp build plugin/debugtalk.go
$ hrp build plugin/debugtalk.py`,
Args: cobra.ExactArgs(1),