Skip to main content
Glama
index.ts328 B
export interface SessionInfo { sessionId: string; capabilities: string[]; } export interface Capabilities { tools: string[]; } export interface FileContent { path: string; content: string; } export interface ExecutionResult { executionId: string; exitCode: number; logs: string[]; } export * from './Policy';

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/Nom-nom-hub/fullstack-mcp'

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