mlua-swarm 0.1.3

Swarm engine host built on mlua — long-running stateful runtime with Role/Verb gate, CapToken, 3-stage pipeline, and Middleware overlay.
Documentation
{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.ynishi/mlua-swarm",
  "description": "MCP server for mlua-swarm: engine that compiles flow.ir Blueprints and dispatches agent steps.",
  "version": "0.1.3",
  "repository": {
    "url": "https://github.com/ynishi/mlua-swarm",
    "source": "github"
  },
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ynishi/mse:0.1.3",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "type": "positional",
          "value": "mcp",
          "valueHint": "subcommand"
        }
      ]
    }
  ]
}