Common utilities and types for implementing MCP server hooks
| Tool name | Description | Destructive? |
|---|---|---|
| whoami | ✓ no | |
| reverse-text | ✓ no | |
| protected-echo | ✓ no | |
| echo | ✓ no | |
| count | ✓ no |
| trigger-ping | ✓ no |
{
"mcpServers": {
"civichook-common": {
"command": "npx",
"args": [
"-y",
"@civic/hook-common"
]
}
}
}