chore: update README

This commit is contained in:
ourongxing
2025-07-23 21:08:33 +08:00
parent 27c623d779
commit ca7d6475f9
3 changed files with 50 additions and 26 deletions
+16 -9
View File
@@ -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 にインストールしてさらに快適に使えます。
![Context Space](https://cdn-bucket.tos-cn-hongkong.volces.com/resources/20250717191541392_1752750943299.png)
```json
{
"mcpServers": {
"newsnow": {
"command": "npx",
"args": [
"-y",
"newsnow-mcp-server"
],
"env": {
"BASE_URL": "https://newsnow.busiyi.world"
}
}
}
}
```
## デプロイ
+17 -9
View File
@@ -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.
![Context Space](https://cdn-bucket.tos-cn-hongkong.volces.com/resources/20250717191541392_1752750943299.png)
```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
View File
@@ -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,从而获得更强体验
![Context Space](https://cdn-bucket.tos-cn-hongkong.volces.com/resources/20250717191541392_1752750943299.png)
你可以将 `BASE_URL` 修改为你的域名
## 部署指南