Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Auto-sync from GitHub Actions
Browse files- README.md +7 -0
- ui_nicegui.py +0 -4
README.md
CHANGED
|
@@ -340,10 +340,17 @@ POST /api/related
|
|
| 340 |
本工具提供 MCP(Model Context Protocol)服务,支持将搜索引擎直接接入 Claude Desktop、Cursor、Cherry Studio 等支持 MCP 协议的大模型客户端,让 AI 能够在对话中直接调用标签搜索能力。
|
| 341 |
|
| 342 |
**MCP 服务地址:**
|
|
|
|
| 343 |
```
|
| 344 |
https://sakizuki-danboorusearch.hf.space/mcp/mcp
|
| 345 |
```
|
| 346 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 347 |
### 接入方法
|
| 348 |
|
| 349 |
**方法一:Claude Desktop**
|
|
|
|
| 340 |
本工具提供 MCP(Model Context Protocol)服务,支持将搜索引擎直接接入 Claude Desktop、Cursor、Cherry Studio 等支持 MCP 协议的大模型客户端,让 AI 能够在对话中直接调用标签搜索能力。
|
| 341 |
|
| 342 |
**MCP 服务地址:**
|
| 343 |
+
|
| 344 |
```
|
| 345 |
https://sakizuki-danboorusearch.hf.space/mcp/mcp
|
| 346 |
```
|
| 347 |
|
| 348 |
+
```
|
| 349 |
+
https://sakizuki-danboorusearchonline.ms.show/mcp/mcp
|
| 350 |
+
```
|
| 351 |
+
|
| 352 |
+
以上两个端口提供完全相同的服务,互为备份
|
| 353 |
+
|
| 354 |
### 接入方法
|
| 355 |
|
| 356 |
**方法一:Claude Desktop**
|
ui_nicegui.py
CHANGED
|
@@ -1727,10 +1727,6 @@ if __name__ in {'__main__', '__mp_main__'}:
|
|
| 1727 |
return PlainTextResponse(content)
|
| 1728 |
|
| 1729 |
|
| 1730 |
-
@app.get('/googlebd34b54f8562aa06.html')
|
| 1731 |
-
def google_verification():
|
| 1732 |
-
return PlainTextResponse('google-site-verification: googlebd34b54f8562aa06.html')
|
| 1733 |
-
|
| 1734 |
@app.get('/robots.txt')
|
| 1735 |
def robots_txt():
|
| 1736 |
content = (
|
|
|
|
| 1727 |
return PlainTextResponse(content)
|
| 1728 |
|
| 1729 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1730 |
@app.get('/robots.txt')
|
| 1731 |
def robots_txt():
|
| 1732 |
content = (
|