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
index.ts•487 B
/**
* CLI Agent Starter Kit - Programmatic API
*
* This module exports core components for building agents with AI SDK.
* Note: This does NOT include CLI-specific UI components or Phoenix instrumentation.
* Those are designed for the CLI entry point and have global side effects.
*/
// Agent
export { agent } from "./agents/index.js";
// Tools
export { dateTimeTool, phoenixDocsTool } from "./tools/index.js";
// Prompts
export { AGENT_INSTRUCTIONS } from "./prompts/agent.js";