We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ravikant1918/neurodev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•155 B
"""Executors package for test execution and code formatting."""
from neurodev_mcp.executors.test_executor import TestExecutor
__all__ = ["TestExecutor"]