mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-31 05:19:38 +08:00
docs: update docs
This commit is contained in:
@@ -14,7 +14,7 @@ type ToolRequest struct {
|
||||
|
||||
func (r *Router) invokeToolHandler(c *gin.Context) {
|
||||
if r.mcpHost == nil {
|
||||
RenderError(c, errors.New("mcp host not initialized"))
|
||||
RenderError(c, errors.New("mcphost not initialized"))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user