We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ViperJuice/Code-Index-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test_watch_target.py•226 B
"""Test file for watcher - modify this to test file watching."""
def hello_world():
"""Say hello."""
print("Hello, World!")
class TestClass:
"""A test class."""
def __init__(self):
self.value = 42