Enable enableLogs + beforeSendLog in Sentry.init, add log helpers where applicable. Bump @sentry/node to ^10.39.0 for Sentry.logger API. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
26 lines
649 B
JSON
26 lines
649 B
JSON
{
|
|
"name": "tool-compression-mcp",
|
|
"version": "1.0.0",
|
|
"description": "MCP server providing compressed versions of Read/Grep/Glob tools",
|
|
"main": "dist/index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node dist/index.js",
|
|
"dev": "tsx src/index.ts",
|
|
"clean": "rm -rf dist"
|
|
},
|
|
"keywords": ["mcp", "compression", "claude-code", "token-optimization"],
|
|
"author": "Agiliton",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"@sentry/node": "^10.39.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.0",
|
|
"typescript": "^5.3.3",
|
|
"tsx": "^4.7.0"
|
|
}
|
|
}
|