Skip to content

Commit 859915d

Browse files
authored
Add TradingView plugin install suggestion in hub-finance (#38)
When TradingView MCP is unavailable, show a helpful message suggesting users install the tradingview plugin instead of a generic configuration error.
1 parent 71833b8 commit 859915d

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

plugins/claude-status-hub/skills/hub-finance.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,19 @@ Before saving, verify TradingView MCP is available by calling:
106106
mcp__tradingview__lookup_symbols(symbols: ["NASDAQ:AAPL"])
107107
```
108108

109-
If this fails, inform user that TradingView MCP server needs to be configured.
109+
If this fails, display:
110+
111+
```
112+
⚠️ TradingView MCP not available
113+
114+
Finance tracking requires the TradingView plugin. Install it with:
115+
116+
/plugin install tradingview
117+
118+
Then run /hub-finance again.
119+
```
120+
121+
Do NOT proceed with setup if the MCP is unavailable.
110122

111123
## Confirm Setup
112124

0 commit comments

Comments
 (0)