Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions js/.changeset/few-waves-know.md

This file was deleted.

6 changes: 6 additions & 0 deletions js/packages/openinference-instrumentation-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @arizeai/openinference-instrumentation-mcp

## 0.2.0

### Minor Changes

- 7187802: This reworks the context propagation instrumentation for MCP to instrument Transport instead of Client/Server. The latter was picked at first due to concerns of the implications of propagating back from a server to a client, but with more thought, it was too much concern. Notably, if treating as two nodes talking to each other, it seems just fine to have A -> B -> A since the second A just happens to be the same server, but is not the same RPC method. This is the point notably brought up in #1524 (review) where MCP explicitly supports a server calling back to the client. This PR adds this usage to the test cases to demonstrate.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion js/packages/openinference-instrumentation-mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arizeai/openinference-instrumentation-mcp",
"version": "0.1.0",
"version": "0.2.0",
"description": "OpenInference instrumentation for MCP",
"private": false,
"main": "dist/src/index.js",
Expand Down