chore: update README
This commit is contained in:
+16
-9
@@ -15,15 +15,22 @@
|
||||
- リソース使用を最適化し、IPブロックを防ぐためのソース更新頻度に基づく適応型スクレイピング間隔(最短2分)
|
||||
- MCPサーバーをサポート
|
||||
|
||||
> [!IMPORTANT]
|
||||
> [Context Space](https://github.com/context-space/context-space) がスポンサー
|
||||
>
|
||||
> [Context Space](https://github.com/context-space/context-space) は完全オープンソースで、AI Agent の最強コンテキストエンジニアリングインフラを目指しています。現在開発中ですが、すでに多数のツール(Integration/MCP Server)を提供しており、API キーの設定やローカル環境の構築なしで直接利用できます。
|
||||
>
|
||||
|
||||
[Context Space](https://context.space/integration/newsnow_mcp) で Newsnow + AI の魔法のような体験をしてみて、ワンクリックで Cursor にインストールしてさらに快適に使えます。
|
||||
|
||||

|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"newsnow": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"newsnow-mcp-server"
|
||||
],
|
||||
"env": {
|
||||
"BASE_URL": "https://newsnow.busiyi.world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## デプロイ
|
||||
|
||||
|
||||
@@ -16,15 +16,23 @@ English | [简体中文](README.zh-CN.md) | [日本語](README.ja-JP.md)
|
||||
- Adaptive scraping interval (minimum 2 minutes) based on source update frequency to optimize resource usage and prevent IP bans
|
||||
- support MCP server
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Sponsored by [Context Space](https://github.com/context-space/context-space)
|
||||
>
|
||||
> [Context Space](https://github.com/context-space/context-space) is fully open-source and aims to become the ultimate context engineering infrastructure for AI Agent. Currently in development, it already provides numerous tools (Integration/MCP Server) for direct use without API key configuration or local environment setup.
|
||||
>
|
||||
|
||||
Experience the magic of Newsnow + AI at [Context Space](https://context.space/integration/newsnow_mcp), and install it to Cursor with one click for an enhanced experience.
|
||||
|
||||

|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"newsnow": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"newsnow-mcp-server"
|
||||
],
|
||||
"env": {
|
||||
"BASE_URL": "https://newsnow.busiyi.world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
You can change the `BASE_URL` to your own domain.
|
||||
|
||||
## Deployment
|
||||
|
||||
|
||||
+17
-8
@@ -15,15 +15,24 @@
|
||||
- 根据内容源更新频率动态调整抓取间隔(最快每 2 分钟),避免频繁抓取导致 IP 被封禁
|
||||
- 支持 MCP server
|
||||
|
||||
> [!IMPORTANT]
|
||||
> 本项目由 [Context Space](https://github.com/context-space/context-space) 赞助开发
|
||||
>
|
||||
> [Context Space](https://github.com/context-space/context-space) 完全开源,立志成为最强大的 AI Agent 上下文工程基础设施,目前正在开发中,现已提供大量工具(Integration/MCP Server)直接调用,无需配置 API Key,无需配置本地环境。
|
||||
>
|
||||
```json
|
||||
{
|
||||
"mcpServers": {
|
||||
"newsnow": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"newsnow-mcp-server"
|
||||
],
|
||||
"env": {
|
||||
"BASE_URL": "https://newsnow.busiyi.world"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
在 [Context Space](https://context.space/integration/newsnow_mcp) 体验 Newsnow + AI 带来的神奇魅力,并且可以一键安装至 Cursor,从而获得更强体验。
|
||||
|
||||

|
||||
你可以将 `BASE_URL` 修改为你的域名。
|
||||
|
||||
## 部署指南
|
||||
|
||||
|
||||
Reference in New Issue
Block a user