We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cycodehq/cycode-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•220 B
import typer
from cycode.cli.apps.ignore.ignore_command import ignore_command
app = typer.Typer(no_args_is_help=True)
app.command(name='ignore', short_help='Ignores a specific value, path or rule ID.')(ignore_command)