Model Context Protocol (MCP) integration for Dwex framework. This package enables AI assistants to introspect and interact with your Dwex application through a standardized HTTP interface.
{
"mcpServers": {
"dwexai": {
"command": "npx",
"args": [
"-y",
"@dwex/ai"
]
}
}
}