|
| 1 | +{ |
| 2 | + "name": "@traceloop/instrumentation-mcp", |
| 3 | + "version": "0.20.2", |
| 4 | + "description": "MCP (Model Context Protocol) Instrumentation", |
| 5 | + "main": "dist/index.js", |
| 6 | + "module": "dist/index.mjs", |
| 7 | + "types": "dist/index.d.ts", |
| 8 | + "repository": "traceloop/openllmetry-js", |
| 9 | + "scripts": { |
| 10 | + "build": "rollup -c", |
| 11 | + "lint": "eslint .", |
| 12 | + "lint:fix": "eslint . --fix", |
| 13 | + "test": "ts-mocha -p tsconfig.json 'test/**/*.test.ts'" |
| 14 | + }, |
| 15 | + "keywords": [ |
| 16 | + "opentelemetry", |
| 17 | + "nodejs", |
| 18 | + "tracing", |
| 19 | + "mcp", |
| 20 | + "model-context-protocol" |
| 21 | + ], |
| 22 | + "author": "Traceloop", |
| 23 | + "license": "Apache-2.0", |
| 24 | + "engines": { |
| 25 | + "node": ">=14" |
| 26 | + }, |
| 27 | + "files": [ |
| 28 | + "dist/**/*.js", |
| 29 | + "dist/**/*.mjs", |
| 30 | + "dist/**/*.js.map", |
| 31 | + "dist/**/*.d.ts", |
| 32 | + "doc", |
| 33 | + "LICENSE", |
| 34 | + "README.md", |
| 35 | + "package.json" |
| 36 | + ], |
| 37 | + "publishConfig": { |
| 38 | + "access": "public" |
| 39 | + }, |
| 40 | + "dependencies": { |
| 41 | + "@opentelemetry/api": "^1.9.0", |
| 42 | + "@opentelemetry/core": "^2.0.1", |
| 43 | + "@opentelemetry/instrumentation": "^0.203.0", |
| 44 | + "@opentelemetry/semantic-conventions": "^1.36.0", |
| 45 | + "@traceloop/ai-semantic-conventions": "workspace:*", |
| 46 | + "tslib": "^2.8.1" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@modelcontextprotocol/sdk": "^1.0.4", |
| 50 | + "@opentelemetry/context-async-hooks": "^2.0.1", |
| 51 | + "@opentelemetry/sdk-trace-node": "^2.0.1", |
| 52 | + "@pollyjs/adapter-fetch": "^6.0.7", |
| 53 | + "@pollyjs/adapter-node-http": "^6.0.6", |
| 54 | + "@pollyjs/core": "^6.0.6", |
| 55 | + "@pollyjs/persister-fs": "^6.0.6", |
| 56 | + "@types/mocha": "^10.0.10", |
| 57 | + "ts-mocha": "^11.1.0", |
| 58 | + "zod": "^3.25.76" |
| 59 | + }, |
| 60 | + "homepage": "https://github.com/traceloop/openllmetry-js/tree/main/packages/instrumentation-mcp" |
| 61 | +} |
0 commit comments