Regex test, explain, replace patterns for AI agents
Regex and text processing tools for AI agents via the Model Context Protocol (MCP). ------|-------------| | Test a regex pattern against text. Returns all matches with indices, captured groups, and named groups. | | Find and replace using regex with support for capture group references (, , , ). | | Extract all matches of a pattern from text as a structured array. Optionally return only a…
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Forge hat zu diesem Eintrag keinen Scan verzeichnet und hat daher keine Beobachtung seiner Tool-Oberfläche. Das ist das Fehlen eines Belegs, nicht der Beleg, dass er keine Tools offenlegt.
Regex and text processing tools for AI agents via the Model Context Protocol (MCP). ------|-------------| | Test a regex pattern against text. Returns all matches with indices, captured groups, and named groups. | | Find and replace using regex with support for capture group references (, , , ). | | Extract all matches of a pattern from text as a structured array. Optionally return only a specific capture group. | | Parse a regex pattern and return a human-readable explanation of each component…