Skip to content

tseng71/roleroom

v1.1.0

Interactive multi-role discussion rooms, brainstorm idea wall and meeting notes.

MCP servers

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

roleroomstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/dist/server.mjs",
    "--stdio"
  ]
}

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": "roleroom",
  "version": "1.1.0",
  "description": "Interactive multi-role discussion rooms, brainstorm idea wall and meeting notes.",
  "author": {
    "name": "Roleroom"
  },
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Roleroom · 多角色讨论室",
        "shortDescription": "用按钮主持多角色讨论、管理点子与生成会议纪要",
        "longDescription": "创建主题房间,通过角色卡、阶段按钮和点子墙展开讨论。ChatGPT 负责角色发言,插件保存房间和用户决定。",
        "developerName": "Roleroom",
        "category": "Productivity",
        "capabilities": [
          "Interactive",
          "Read",
          "Write"
        ],
        "defaultPrompt": [
          "打开 Roleroom 讨论面板。",
          "创建一个头脑风暴房间,讨论我接下来提供的主题。"
        ],
        "brandColor": "#D6E7A5"
      }
    }
  }
}

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