feat: add /deploy-plugins webhook route + deploy-plugins script
This commit is contained in:
@@ -555,7 +555,7 @@ func httpGet(ctx context.Context, rawURL string) *mcp.CallToolResult {
|
||||
if err != nil {
|
||||
return textResult(fmt.Sprintf("error: %v", err))
|
||||
}
|
||||
hreq.Header.Set("User-Agent", "oikos-nomos/1.0 (+homelab agent)")
|
||||
hreq.Header.Set("User-Agent", "oikos-mcp/1.0 (+homelab)")
|
||||
hreq.Header.Set("Accept", "text/plain, text/html, application/json;q=0.9, */*;q=0.5")
|
||||
|
||||
client := &http.Client{Timeout: 20 * time.Second}
|
||||
|
||||
Reference in New Issue
Block a user