Skip to content

effo-ai/effo

v0.1.0

Work with Effo apps, agents, and workflow runs.

MCP servers

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

effostreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.effo.ai"
}

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": "effo",
  "description": "Work with Effo apps, agents, and workflow runs.",
  "author": { "name": "Effo", "url": "https://effo.ai" },
  "homepage": "https://effo.ai",
  "keywords": ["effo", "apps", "agents", "workflows"],
  "version": "0.1.0",
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Effo",
        "shortDescription": "Build apps, configure agents, and investigate runs in Effo.",
        "longDescription": "Connect your Effo organization to discover apps and agents, configure agent drafts, and investigate workflow runs using their recorded status and logs. Use your existing Effo account and permissions.",
        "developerName": "Effo",
        "category": "Productivity",
        "capabilities": ["Read", "Write"],
        "websiteURL": "https://effo.ai",
        "privacyPolicyURL": "https://effo.ai/legal/privacy",
        "termsOfServiceURL": "https://effo.ai/legal/terms",
        "brandColor": "#eff000",
        "composerIcon": "./assets/icon.svg",
        "logo": "./assets/icon.svg",
        "defaultPrompt": [
          "Show me the apps and agents in my Effo organization.",
          "Create a draft Effo agent for my weekly operations summary.",
          "Investigate recent failed workflow runs in Effo."
        ],
        "logoDark": "./assets/icon.svg"
      }
    }
  }
}

Client extensions

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

  • com.openai