package.json•765 B
{
"name": "pinescriptmcp",
"version": "1.0.0",
"description": "本ドキュメントは、`pinescriptMCP/manual.json`(Pine Script v6 リファレンスの JSON 化データ)を一次ソースとして、Claude / Codex / Gemini CLI 等の MCP 対応クライアントで正確な Pine Script コーディングを支援する最小構成の MCP サーバを設計・構築するための仕様と手順を示します。",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node server.mjs --manual pinescriptMCP/manual.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.0",
"zod": "^3.25.76"
}
}