import ReactDom from "react-dom/client";
/**
* This is needed to support modulepreload in Vite when using a non HTML custom entrypoint (i.e., this file).
* We do this because our index.html is served by the Phoenix server
* @see https://vitejs.dev/config/build-options#build-modulepreload
*/
import "vite/modulepreload-polyfill";
import { App } from "./App";
import "normalize.css";
const rootEl = document.getElementById("root");
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const root = ReactDom.createRoot(rootEl!);
root.render(<App />);
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server