@arizeai/phoenix-mcp 2.2.10 β 2.2.11
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/README.md +25 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -12,9 +12,18 @@
|
|
|
12
12
|
</div>
|
|
13
13
|
</h1>
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
<
|
|
17
|
-
<
|
|
15
|
+
<p align="center">
|
|
16
|
+
<a href="https://www.npmjs.com/package/@arizeai/phoenix-mcp">
|
|
17
|
+
<img src="https://img.shields.io/npm/v/%40arizeai%2Fphoenix-mcp" alt="NPM Version">
|
|
18
|
+
</a>
|
|
19
|
+
<a href="https://github.com/Arize-ai/phoenix/blob/main/js/packages/phoenix-mcp/LICENSE">
|
|
20
|
+
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License">
|
|
21
|
+
</a>
|
|
22
|
+
<img src="https://badge.mcpx.dev?status=on" title="MCP Enabled"/>
|
|
23
|
+
<a href="https://cursor.com/install-mcp?name=phoenix&config=eyJjb21tYW5kIjoibnB4IC15IEBhcml6ZWFpL3Bob2VuaXgtbWNwQGxhdGVzdCAtLWJhc2VVcmwgaHR0cDovL2xvY2FsaG9zdDo2MDA2IC0tYXBpS2V5IHlvdXItYXBpLWtleSJ9">
|
|
24
|
+
<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Add Arize Phoenix MCP server to Cursor" height=20 />
|
|
25
|
+
</a>
|
|
26
|
+
</p>
|
|
18
27
|
|
|
19
28
|
Phoenix MCP Server is an implementation of the Model Context Protocol for the Arize Phoenix platform. It provides a unified interface to Phoenix's capabilites.
|
|
20
29
|
|
|
@@ -97,6 +106,18 @@ When developing, the server requires the following environment variables:
|
|
|
97
106
|
|
|
98
107
|
Make sure to set these in a `.env` file. See `.env.example`.
|
|
99
108
|
|
|
100
|
-
|
|
109
|
+
## Community
|
|
110
|
+
|
|
111
|
+
Join our community to connect with thousands of AI builders:
|
|
112
|
+
|
|
113
|
+
- π Join our [Slack community](https://arize-ai.slack.com/join/shared_invite/zt-11t1vbu4x-xkBIHmOREQnYnYDH1GDfCg).
|
|
114
|
+
- π Read the [Phoenix documentation](https://arize.com/docs/phoenix).
|
|
115
|
+
- π‘ Ask questions and provide feedback in the _#phoenix-support_ channel.
|
|
116
|
+
- π Leave a star on our [GitHub](https://github.com/Arize-ai/phoenix).
|
|
117
|
+
- π Report bugs with [GitHub Issues](https://github.com/Arize-ai/phoenix/issues).
|
|
118
|
+
- π Follow us on [π](https://twitter.com/ArizePhoenix).
|
|
119
|
+
- πΊοΈ Check out our [roadmap](https://github.com/orgs/Arize-ai/projects/45) to see where we're heading next.
|
|
120
|
+
|
|
121
|
+
## License
|
|
101
122
|
|
|
102
123
|
Apache 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arizeai/phoenix-mcp",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.11",
|
|
4
4
|
"description": "A MCP server for Arize Phoenix",
|
|
5
5
|
"bin": {
|
|
6
6
|
"@arizeai/phoenix-mcp": "./build/index.js"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"glob": "^11.0.1",
|
|
21
21
|
"minimist": "^1.2.8",
|
|
22
22
|
"zod": "^3.24.2",
|
|
23
|
-
"@arizeai/phoenix-client": "3.
|
|
23
|
+
"@arizeai/phoenix-client": "3.2.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/glob": "^8.1.0",
|