We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mlziade/librarian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•282 B
"""
Resources package for the Librarian MCP server.
This package contains resource definitions for various services and APIs.
"""
from .wikipedia_resources import register_wikipedia_resources, WIKIPEDIA_RESOURCES
__all__ = ['register_wikipedia_resources', 'WIKIPEDIA_RESOURCES']