Skip to content
v0.1.0MIT

agent-tools-runtime plugin for a self-hosted tasks REST API: typed facade over a plain CRUD endpoint (no MCP, no OAuth) plus a deterministic insert-and-verify skill.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tasks",
  "version": "0.1.0",
  "description": "agent-tools-runtime plugin for a self-hosted tasks REST API: typed facade over a plain CRUD endpoint (no MCP, no OAuth) plus a deterministic insert-and-verify skill.",
  "license": "MIT",
  "repository": "https://github.com/MauricioPerera/agent-tools-runtime",
  "keywords": ["agent-tools-runtime", "mcp", "rest-api", "tasks"],
  "extensions": {
    "dev.agent-tools-runtime": {
      "prefix": "tasks",
      "adapter": "./adapter.mjs",
      "adapterExport": "TasksAdapter",
      "readonlyTools": ["list_tasks", "get_task"],
      "skills": ["./skills/insert-and-verify-task.mjs"],
      "discoverHint": "Requiere TASKS_API_KEY configurado (API propia, self-hosted)."
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • insert-and-verify-task.mjs
  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • dev.agent-tools-runtime