@arizeai/phoenix-mcp 2.2.30 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/supportTools.js +1 -1
- package/package.json +2 -2
package/build/supportTools.js
CHANGED
|
@@ -16,7 +16,7 @@ Expected return:
|
|
|
16
16
|
* Creates an MCP client connected to the RunLLM server via HTTP
|
|
17
17
|
*/
|
|
18
18
|
async function createRunLLMClient() {
|
|
19
|
-
const transport = new StreamableHTTPClientTransport(new URL("https://mcp.runllm.com/mcp
|
|
19
|
+
const transport = new StreamableHTTPClientTransport(new URL("https://mcp.runllm.com/mcp"), {
|
|
20
20
|
requestInit: {
|
|
21
21
|
headers: {
|
|
22
22
|
"assistant-name": "arize-phoenix",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arizeai/phoenix-mcp",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.0",
|
|
4
4
|
"description": "A MCP server for Arize Phoenix",
|
|
5
5
|
"bin": {
|
|
6
6
|
"@arizeai/phoenix-mcp": "./build/index.js"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"glob": "^12.0.0",
|
|
29
29
|
"minimist": "^1.2.8",
|
|
30
30
|
"zod": "^3.24.2",
|
|
31
|
-
"@arizeai/phoenix-client": "5.5.
|
|
31
|
+
"@arizeai/phoenix-client": "5.5.5"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/glob": "^8.1.0",
|