docs: update docs

This commit is contained in:
lilong.129
2025-05-17 12:03:30 +08:00
parent e94dacb5b2
commit e35d644acf
28 changed files with 45 additions and 46 deletions

View File

@@ -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
}