We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AceDataCloud/MCPMidjourney'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•406 B
"""Tools module for MCP Midjourney server."""
# Import all tools to register them with the MCP server
from tools import (
describe_tools,
edits_tools,
imagine_tools,
info_tools,
task_tools,
translate_tools,
video_tools,
)
__all__ = [
"imagine_tools",
"describe_tools",
"edits_tools",
"video_tools",
"task_tools",
"translate_tools",
"info_tools",
]