tradingview-mcp-server 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <img src="docs/images/banner.png" alt="TradingView MCP Server Banner" width="100%">
2
+ <img src="docs/images/demo.webp" alt="TradingView MCP Server Demo" width="100%">
3
3
  </div>
4
4
 
5
5
  <div align="center">
@@ -10,7 +10,7 @@
10
10
  [![License](https://img.shields.io/github/license/fiale-plus/tradingview-mcp-server?style=flat-square)](LICENSE)
11
11
  [![MCP](https://img.shields.io/badge/MCP-Compatible-blue?style=flat-square)](https://modelcontextprotocol.io)
12
12
 
13
- **Unofficial** Model Context Protocol (MCP) server for TradingView's stock screener API.
13
+ **Unofficial** Model Context Protocol (MCP) server for TradingView's market screener API - stocks, forex, crypto & ETFs.
14
14
 
15
15
  ### AI-powered investment research for patient, systematic investors.
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tradingview-mcp-server",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Unofficial MCP server for TradingView stock screener API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",