mirror of
https://github.com/block/goose.git
synced 2026-07-09 16:09:22 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"name": "mcp-harness",
|
|
"version": "1.0.0",
|
|
"description": "Simulated real-world MCP tools for testing - Google Drive, Sheets, Salesforce, Slack, and more",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"start": "node dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.2.0",
|
|
"typescript": "^5.6.3"
|
|
}
|
|
}
|