We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akiojin/playfab-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
// DI版を優先的に使用
export { SearchItems } from "./search-items-di.js";
export { CreateDraftItem } from "./create-draft-item.js";
export { UpdateDraftItem } from "./update-draft-item.js";
export { DeleteItem } from "./delete-item.js";
export { PublishDraftItem } from "./publish-draft-item.js";
// DI版を優先的に使用
export { GetItem } from "./get-item-di.js";
export { UpdateCatalogConfig } from "./update-catalog-config.js";
export { GetCatalogConfig } from "./get-catalog-config.js";
export { BatchCreateDraftItems } from "./batch-create-draft-items.js";