mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
feat: add Go MCP server update API (#15261)
## What #15240 implementation for PUT /api/v1/mcp/servers/:mcp_id ## Changes - Adds the Go implementation for `PUT /api/v1/mcp/servers/:mcp_id`. - Wires MCP service and handler into the Go server/router for the update route. - Preserves Python-style behavior for ownership checks, partial update fields, MCP type/name/URL validation, `headers`/`variables` normalization, and tool metadata scrubbing.
This commit is contained in:
committed by
GitHub
parent
2819d0ea24
commit
a98889cd76
@@ -12,7 +12,7 @@ Integrate an RSS feed as a data source.
|
||||
|
||||
---
|
||||
|
||||
This guide explains how to add an RSS feed as a data source to your dataset in RAGFlow.
|
||||
This guide explains how to add an RSS feed as a data source to your dataset in RAGFlow.
|
||||
|
||||
RSS (Really Simple Syndication) is a standardized web feed format used to publish frequently updated content—such as blog entries, news headlines, and podcasts. By connecting an RSS feed to RAGFlow, you can automatically ingest new content from a website as soon as it is published.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user