Skip to content

v0.0.28

Choose a tag to compare

@github-actions github-actions released this 28 Apr 08:19
· 34 commits to main since this release

   🚀 Features

{
  "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.

    View changes on GitHub