From ca7d6475f9e0b90f9e8c5fbace08b7d705acfd5a Mon Sep 17 00:00:00 2001 From: ourongxing Date: Wed, 23 Jul 2025 21:08:33 +0800 Subject: [PATCH] chore: update README --- README.ja-JP.md | 25 ++++++++++++++++--------- README.md | 26 +++++++++++++++++--------- README.zh-CN.md | 25 +++++++++++++++++-------- 3 files changed, 50 insertions(+), 26 deletions(-) diff --git a/README.ja-JP.md b/README.ja-JP.md index 6b85ed4..021ce96 100644 --- a/README.ja-JP.md +++ b/README.ja-JP.md @@ -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" + } + } + } +} +``` ## デプロイ diff --git a/README.md b/README.md index c26a811..cfcdd18 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README.zh-CN.md b/README.zh-CN.md index 8ad2874..3cba9b0 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -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` 修改为你的域名。 ## 部署指南