fix: 修正審查員 P7-P8 問題
P7: envInputs 從 .paperclip.yaml 頂層移至 projects.daily-quant-pipeline.inputs.env
讓 importer 能正確讀取 env input 並進 manifest
同步補入 ALPACA_API_KEY / FMP_API_KEY 需求聲明
P8: .mcp.json 補齊 alpaca 與 fmp MCP server
docs/agent-skill-mapping.md 新增 Runtime 狀態說明表(active / needs-key / local-runtime)
docs/mcp-plan.md 狀態從「規劃中」改為「已配置」,補 Alpaca/FMP 安裝說明
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
15
.mcp.json
15
.mcp.json
@@ -25,6 +25,21 @@
|
||||
"tradingview": {
|
||||
"command": "uvx",
|
||||
"args": ["tradingview-mcp-server"]
|
||||
},
|
||||
"alpaca": {
|
||||
"command": "uvx",
|
||||
"args": ["alpaca-mcp-server"],
|
||||
"env": {
|
||||
"ALPACA_API_KEY": "${ALPACA_API_KEY}",
|
||||
"ALPACA_API_SECRET": "${ALPACA_API_SECRET}"
|
||||
}
|
||||
},
|
||||
"fmp": {
|
||||
"command": "uvx",
|
||||
"args": ["fmp-mcp-server"],
|
||||
"env": {
|
||||
"FMP_API_KEY": "${FMP_API_KEY}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user