We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sparesparrow/mcp-prompts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•325 B
// index.ts
// Main entry point for mcp-fbs package
// Exports all FlatBuffers types, builders, and utilities
export * from './types.js';
export * from './cognitive.js';
export * from './protocol.js';
export * from './storage.js';
export * from './integration.js';
export * from './client.js';
export * from './embedded.js';