-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "coros-mcp-bridge",
"version": "0.1.0",
"description": "Local read-only stdio bridge between the COROS MCP gateway and Codex",
"private": true,
"type": "module",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lagrangee/coros-codex-mcp-bridge.git"
},
"bugs": {
"url": "https://github.com/lagrangee/coros-codex-mcp-bridge/issues"
},
"homepage": "https://github.com/lagrangee/coros-codex-mcp-bridge",
"engines": {
"node": ">=22"
},
"scripts": {
"check": "node --check src/bridge.mjs && node --check src/coros-client.mjs && node --check src/fetch-with-timeout.mjs && node --check src/token-store.mjs && node --check src/cli.mjs",
"test": "node --test"
}
}