Skip to main content
Glama
server.interface.ts776 B
import { Server } from '@modelcontextprotocol/sdk/server/index.js'; import { AxiosInstance } from 'axios'; /** * Interface for the ArchyServer class */ export interface IArchyServer { server: Server; axiosInstance: AxiosInstance; setupToolHandlers(): void; handleGenerateDiagramFromText(args: any): Promise<object>; handleGenerateDiagramFromGithub(args: any): Promise<object>; handleListSupportedDiagramTypes(): object; handleGenerateDiagramFromTextWithAI(args: any): Promise<object>; handleGenerateDiagramFromCode(args: any): Promise<object>; handleGenerateDiffDiagram(args: any): Promise<object>; handleExportDiagramToImage(args: any): Promise<object>; handleGenerateRepositoryEvolutionDiagram(args: any): Promise<object>; run(): Promise<void>; }

Latest Blog Posts

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/phxdev1/archy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server