Questions on phoenix-mcp Integration with Airize AX and Google-ADK
Hi, I've got 2 question if anyone can help:
- 1.
Does the phoenix-mcp (https://github.com/Arize-ai/phoenix/tree/main/js/packages/phoenix-mcp ) work with Airize AX? I moved to AX from Phoenix Cloud assuming its the latest and greatest. If yes, does the standard phoenix-mcp config .json below need to be modified to include spaces id or other parameters: as i cant seem to get it to work.
- a.
{
- b.
"mcpServers": {
- c.
"phoenix": {
- d.
"command": "npx",
- e.
"args": [
- f.
"-y",
- g.
"@arizeai/phoenix-mcp@latest",
- h.
"--baseUrl",
- i.
- j.
"--apiKey",
- k.
"your-api-key"
- l.
]
- m.
}
- n.
}
- o.
}
- 2.
is integration planned for for google-adk to include ability to display your "agent graph". If that exist, can you help point to a config document.
Thanks !
