import { type PluginConfig } from "../config/pluginsConfig";
/**
* Common interface for all code generators
*/
export interface IGenerator {
/**
* Generate implementation code for a specific plugin, category and tools
*/
generateImplementation(
plugin: PluginConfig,
category: string,
tools: any[]
): void;
/**
* Generate server component for a plugin
*/
generateServer?(
plugin: PluginConfig,
categories: string[]
): void;
}
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/team-plask/3d-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server