jpantsjoha/pinescript-plugin
v0.4.3MIT
TradingView Pine Script v6 for coding agents, backed by a real validator rather than prose. A language skill plus an MCP server that validates Pine and returns real signatures from the official 457-function reference — including the overloads models routinely get wrong — and a hook that checks every .pine file the agent edits.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
pinescriptstdio
{
"type": "stdio",
"command": "node",
"args": [
"./mcp/server.js"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "pinescript-plugin",
"version": "0.4.3",
"description": "TradingView Pine Script v6 for coding agents, backed by a real validator rather than prose. A language skill plus an MCP server that validates Pine and returns real signatures from the official 457-function reference — including the overloads models routinely get wrong — and a hook that checks every .pine file the agent edits.",
"author": {
"name": "Jaroslav Pantsjoha",
"url": "https://jpantsjoha.com"
},
"homepage": "https://github.com/jpantsjoha/pinescript-plugin",
"repository": "https://github.com/jpantsjoha/pinescript-plugin",
"license": "MIT",
"keywords": [
"pinescript",
"pine-script",
"pine-v6",
"tradingview",
"trading",
"indicators",
"strategies",
"backtesting",
"validation",
"linter",
"mcp",
"claude-code",
"agent-plugin"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- 6other files