Ash-AI MCP and Cursor
My MCP config in Cursor:
When I enable the MCP server in Cursor, the output from my Ash app run via
```
[info] POST /mcp/ash_ai
[debug] Processing with AshAi.Mcp.Router
Parameters: %{"id" => "init", "jsonrpc" => "2.0", "method" => "initialize", "params" => %{"capabilities" => %{}, "clientInfo" => %{"name" => "test", "version" => "0.1.0"}, "protocolVersion" => "2025-03-26"}}
Pipelines: [:mcp]
[info] Sent 401 in 580µs
[debug] Phoenix.Router halted in :mcp/2
When I enable the MCP server in Cursor, the output from my Ash app run via
mix phx.server outputs the following endlessly:```
[info] POST /mcp/ash_ai
[debug] Processing with AshAi.Mcp.Router
Parameters: %{"id" => "init", "jsonrpc" => "2.0", "method" => "initialize", "params" => %{"capabilities" => %{}, "clientInfo" => %{"name" => "test", "version" => "0.1.0"}, "protocolVersion" => "2025-03-26"}}
Pipelines: [:mcp]
[info] Sent 401 in 580µs
[debug] Phoenix.Router halted in :mcp/2
