Skip to main content
Glama

mcp-server-pacman

MIT License
7
  • Linux
  • Apple
test_utils.py239 B
"""Utility functions for tests.""" import asyncio def async_test(coroutine): """Helper decorator to run async tests properly.""" def wrapper(*args, **kwargs): asyncio.run(coroutine(*args, **kwargs)) return wrapper

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/oborchers/mcp-server-pacman'

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