Research-Stack/opencode.json
allaun 5f80fd8429 chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00

57 lines
1.7 KiB
JSON

{
"mcp": {
"contextstream": {
"type": "local",
"command": [
"npx",
"-y",
"contextstream-mcp"
],
"environment": {
"CONTEXTSTREAM_API_KEY": "{env:CONTEXTSTREAM_API_KEY}",
"CONTEXTSTREAM_TOOLSET": "complete",
"CONTEXTSTREAM_LOG_LEVEL": "quiet",
"CONTEXTSTREAM_OUTPUT_FORMAT": "compact",
"CONTEXTSTREAM_TRANSCRIPTS_ENABLED": "true",
"CONTEXTSTREAM_HOOK_TRANSCRIPTS_ENABLED": "true",
"CONTEXTSTREAM_CONSOLIDATED": "true",
"CONTEXTSTREAM_AUTO_HIDE_INTEGRATIONS": "true",
"CONTEXTSTREAM_SEARCH_LIMIT": "15",
"CONTEXTSTREAM_SEARCH_MAX_CHARS": "2400",
"CONTEXTSTREAM_INCLUDE_STRUCTURED_CONTENT": "true",
"CONTEXTSTREAM_CONTEXT_PACK": "false"
},
"enabled": true
},
"remote-lean-proof": {
"type": "local",
"command": [
"python3",
"4-Infrastructure/infra/remote_lean_proof_mcp.py"
],
"environment": {
"PROOF_SERVER_URL": "{env:PROOF_SERVER_URL}",
"PROOF_SERVER_URLS": "{env:PROOF_SERVER_URLS}",
"PROOF_SERVER_TOKEN_FILE": "{env:PROOF_SERVER_TOKEN_FILE}"
},
"enabled": true
},
"pist-trace-classify": {
"type": "local",
"command": [
"python3",
"4-Infrastructure/shim/pist_trace_classify_mcp.py"
],
"environment": {
"RDS_HOST": "{env:RDS_HOST}",
"RDS_PORT": "{env:RDS_PORT}",
"RDS_USER": "{env:RDS_USER}",
"RDS_DB": "{env:RDS_DB}",
"RDS_IAM_AUTH": "{env:RDS_IAM_AUTH}",
"AWS_REGION": "{env:AWS_REGION}"
},
"enabled": true
}
},
"$schema": "https://opencode.ai/config.json"
}