a year ago
This MCP server allows agents to request information directly from the user, such as text, numbers, etc.
Server Config
{
"mcpServers": {
"elicit": {
"command": "npx",
"args": [
"-y",
"@blizzy/mcp-elicit"
]
}
}
}