We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phainestai/mimir'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
do-import-on-module-level.md•236 B
---
trigger: model_decision
description: When writing code and importing other modules and/or methods/constants
---
Do not import locally inside the method - import at the module level. It will make patching and mocking easier for you.