/**
* @file Prompts Index
* @version 1.0.0
* @status IN_DEVELOPMENT
*
* Central export point for all prompt registrations
*/
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import { registerEnsPrompts } from "./ensPrompts.js";
/**
* Registers all prompts with the MCP server
*/
export function registerAllPrompts(server: McpServer) {
// Register prompt categories
registerEnsPrompts(server);
}
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/crazyrabbitLTC/mcp-ethers-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server