Skip to content

Add agent tooling config and MSIX TradingView launch path - #71

Open
zli69 wants to merge 1 commit into
LewisWJackson:mainfrom
zli69:chore/agent-tooling-config
Open

Add agent tooling config and MSIX TradingView launch path#71
zli69 wants to merge 1 commit into
LewisWJackson:mainfrom
zli69:chore/agent-tooling-config

Conversation

@zli69

@zli69 zli69 commented Jul 12, 2026

Copy link
Copy Markdown

What changed

  • .mcp.json / .codex/config.toml — register the TradingView MCP server (node src/server.js) at the project level for Claude Code and Codex respectively, so either agent picks it up on open without manual setup.
  • AGENTS.md — Codex-facing mirror of the CLAUDE.md tool guide (decision tree, context-management rules, tool conventions).
  • .claude/settings.json — enables the frontend-design plugin.
  • scripts/launch_tv_debug.bat — adds detection of the MSIX (Windows Store) TradingView install under Program Files\WindowsApps.

Why

Makes the repo self-configuring for agent workflows on a fresh clone, and fixes launch_tv_debug.bat failing to find TradingView when it was installed from the Microsoft Store rather than the standalone installer.

Reviewer notes

  • The new WindowsApps path is pinned to package version 2.9.4.6649 — it will stop matching when TradingView updates. The generic MSIX fallback block just below it may already cover that case; consider replacing the pinned path with a wildcard/dir-based lookup if this bites.
  • .claude/settings.local.json (personal permission allowlist) was deliberately left uncommitted.
  • Line-ending warnings (LF->CRLF) on the new JSON/TOML files are cosmetic; a .gitattributes could normalize this repo-wide if desired.

🤖 Generated with Claude Code

- .mcp.json / .codex/config.toml: register the TradingView MCP server
  for Claude Code and Codex so both agents pick it up per-project
- AGENTS.md: Codex-facing mirror of the CLAUDE.md tool guide
- .claude/settings.json: enable the frontend-design plugin
- scripts/launch_tv_debug.bat: also detect the MSIX (Windows Store)
  TradingView install under Program Files\WindowsApps

.claude/settings.local.json is intentionally left uncommitted
(personal permission allowlist).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
devanshjainms pushed a commit to devanshjainms/tradingview-mcp that referenced this pull request Jul 25, 2026
Pine graphics tools (lines/labels/boxes) and the OHLCV summary rounded
every price to 2 decimals, flattening forex/crypto sub-cent levels to
0.00 and corrupting fractional futures levels (issue LewisWJackson#77 — e.g. a real
level of 29941.9375 was reported as 29941.94). Replaced with a shared
roundPrice() at 8 dp, which still removes float noise. Verified live:
Daily Profiler levels now read back exact (29941.9375, 29890.82925).

npm audit fix resolves all 7 advisories (3 high, 4 moderate: ws, qs,
fast-uri, ip-address, hono chain). Lint 0 errors, tests 112/112.

Fixes LewisWJackson#77. Supersedes the audit half of PRs tradesdontlie#267/LewisWJackson#71.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant