Skip to content

cagan430-ui/oezdempanel

v0.2.0MIT

ÖzdemPanel Public API Read v1: health, promises, cari, bu-reports, actions, fleet (Bearer ApiToken).

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

oezdempanelstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/server.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}",
  "env": {
    "OEZDEMPANEL_API_TOKEN": "${OEZDEMPANEL_API_TOKEN}",
    "OEZDEMPANEL_BASE_URL": "${OEZDEMPANEL_BASE_URL}"
  }
}

What this package declares

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

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "oezdempanel",
  "version": "0.2.0",
  "description": "ÖzdemPanel Public API Read v1: health, promises, cari, bu-reports, actions, fleet (Bearer ApiToken).",
  "author": { "name": "Yunus Telli", "url": "https://github.com/cagan430-ui" },
  "license": "MIT",
  "keywords": ["oezdempanel", "promises", "cari", "fleet", "mcp", "read-v1"]
}