coreml-native 0.2.0

Safe, ergonomic Rust bindings for Apple CoreML inference with ANE acceleration
Documentation
{
  "mcpServers": {
    "claude-flow": {
      "command": "pnpm",
      "args": [
        "dlx",
        "@claude-flow/cli@latest",
        "mcp",
        "start"
      ],
      "env": {
        "npm_config_update_notifier": "false",
        "CLAUDE_FLOW_MODE": "v3",
        "CLAUDE_FLOW_HOOKS_ENABLED": "true",
        "CLAUDE_FLOW_TOPOLOGY": "hierarchical-mesh",
        "CLAUDE_FLOW_MAX_AGENTS": "15",
        "CLAUDE_FLOW_MEMORY_BACKEND": "hybrid",
        "MCP_GROUP_SECURITY": "true",
        "MCP_GROUP_BROWSER": "true",
        "MCP_GROUP_NEURAL": "true",
        "MCP_GROUP_AGENTIC_FLOW": "true"
      },
      "autoStart": false
    },
    "ruv-swarm": {
      "command": "pnpm",
      "args": [
        "dlx",
        "ruv-swarm",
        "mcp",
        "start"
      ],
      "env": {
        "npm_config_update_notifier": "false"
      },
      "optional": true
    },
    "flow-nexus": {
      "command": "pnpm",
      "args": [
        "dlx",
        "flow-nexus@latest",
        "mcp",
        "start"
      ],
      "env": {
        "npm_config_update_notifier": "false"
      },
      "optional": true,
      "requiresAuth": true
    }
  }
}