@@ -12,7 +12,7 @@ Deploy in <strong>30 seconds</strong> — Say goodbye to endless scrolling, only
[](https://github.com/sansan0/TrendRadar/network/members)
[](LICENSE)
[](https://github.com/sansan0/TrendRadar)
-[](https://github.com/sansan0/TrendRadar)
+[](https://github.com/sansan0/TrendRadar)
[](https://github.com/sansan0/TrendRadar)
[](https://github.com/sansan0/TrendRadar)
@@ -13,7 +13,7 @@
[](https://github.com/sansan0/TrendRadar)
[](https://github.com/sansan0/TrendRadar)
@@ -29,7 +29,7 @@ ENV PYTHONUNBUFFERED=1 \
EXPOSE 3333
HEALTHCHECK --interval=30s --timeout=5s --start-period=10s --retries=3 \
- CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:3333/sse')" || exit 1
+ CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:3333/mcp')" || exit 1
# 启动 MCP 服务器(HTTP 模式)
CMD ["python", "-m", "mcp_server.server", "--transport", "http", "--host", "0.0.0.0", "--port", "3333"]
@@ -5,4 +5,4 @@ TrendRadar MCP Server
"""
-__version__ = "4.0.1"
+__version__ = "4.0.2"
@@ -1 +1 @@
-4.0.1
+4.0.2