Update API key documentation to clarify retrieval methods in security.py and mcp-api.md

This commit is contained in:
jxxghp
2025-11-19 13:42:53 +08:00
parent 6123a1620e
commit b2d36c0e68
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ MoviePilot的智能体工具已通过HTTP API暴露可以通过RESTful API调
获取所有可用的MCP工具列表。
**认证**: 需要API KEY?api_key=MoviePilot设置中的API Key
**认证**: 需要API KEY从 URL 查询参数中获取 `apikey=xxx`,或请求头中获取 `X-API-KEY`
**响应示例**:
```json