We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mnehmos/rpg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•528 B
// Schema exports
export * from './base-schemas.js';
export * from './world.js';
export * from './region.js';
export * from './tile.js';
export * from './biome.js';
export * from './structure.js';
export * from './river.js';
export * from './spell.js';
export * from './character.js';
export * from './encounter.js';
export * from './patch.js';
export * from './quest.js';
export * from './inventory.js';
export * from './nation.js';
export * from './diplomacy.js';
export * from './turn-state.js';
export * from './secret.js';