
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@traceloop/instrumentation-mcp
Advanced tools
This library allows tracing of agentic workflows implemented with MCP (Model Context Protocol) framework using the @modelcontextprotocol/sdk.
npm install --save @traceloop/instrumentation-mcp
const { McpInstrumentation } = require("@traceloop/instrumentation-mcp");
const { registerInstrumentations } = require("@opentelemetry/instrumentation");
registerInstrumentations({
instrumentations: [new McpInstrumentation()],
});
By default, this instrumentation logs prompts, completions, and embeddings to span attributes. This gives you a clear visibility into how your LLM application is working, and can make it easy to debug and evaluate the quality of the outputs.
However, you may want to disable this logging for privacy reasons, as they may contain highly sensitive data from your users. You may also want to disable this logging to reduce the size of your traces.
To disable logging, set the traceContent config option to false:
const { McpInstrumentation } = require("@traceloop/instrumentation-mcp");
const mcpInstrumentation = new McpInstrumentation({
traceContent: false,
});
This instrumentation tracks the following MCP operations:
Apache 2.0 - See LICENSE for more information.
FAQs
MCP (Model Context Protocol) Instrumentation
We found that @traceloop/instrumentation-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.