{
  "id": "com.ikenga.mcp-iyke",
  "name": "Iyke MCP",
  "version": "0.2.3",
  "ikenga_api": "1",
  "kind": "skill",

  "author": {
    "name": "Royalti, Inc.",
    "key": "royalti"
  },

  "mcp": [
    {
      "name": "iyke",
      "command": "bun",
      "args": ["run", "src/index.ts"],
      "lifecycle": "long-lived"
    }
  ],

  "permissions": {
    "net": ["http://127.0.0.1:*"]
  }
}
