We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ryansherby/ViperMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
registry.py•281 B
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
from viper.src.base_models.maskrcnn_benchmark.utils.registry import Registry
BACKBONES = Registry()
LANGUAGE_BACKBONES = Registry()
ROI_BOX_FEATURE_EXTRACTORS = Registry()
RPN_HEADS = Registry()