We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Boring206/boring-gemini'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_web_monitor.py•256 B
"""
Tests for boring.web_monitor module.
"""
from boring.web_monitor import * # noqa: F403
def test_web_monitor_imports():
"""Test that web_monitor module can be imported."""
# This is a re-export module, just verify it imports
assert True