Skip to main content
Glama

LoreKeeper MCP

by frap129
test_module.py598 B
"""Test tool module structure.""" from lorekeeper_mcp import tools from lorekeeper_mcp.tools import ( lookup_character_option, lookup_creature, lookup_equipment, lookup_rule, lookup_spell, ) def test_tools_module_exists(): """Verify tools module can be imported.""" assert tools is not None def test_tools_init_exports(): """Verify __init__ exports all tool functions.""" assert callable(lookup_spell) assert callable(lookup_creature) assert callable(lookup_character_option) assert callable(lookup_equipment) assert callable(lookup_rule)

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/frap129/lorekeeper-mcp'

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