18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"name": "coding-agent-mcps",
|
|
"version": "1.0.0",
|
|
"description": "MCP servers for safe workspace access and controlled command execution",
|
|
"type": "module",
|
|
"bin": {
|
|
"coding-agent-mcp": "./src/coding-agent-index.js"
|
|
},
|
|
"scripts": {
|
|
"start:coding-agent": "node src/coding-agent-index.js",
|
|
"start": "node src/coding-agent-index.js",
|
|
"test": "node --test"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|