We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/livingstaccato/mcp-bbs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_twgs_commands.py•208 B
#!/usr/bin/env python3
"""Wrapper for TW2002 TWGS command verification."""
import asyncio
from bbsbot.games.tw2002.verification.twgs_commands import main
if __name__ == "__main__":
asyncio.run(main())