Skip to content

riemac/labflow

v1.3.0MIT

Labflow research workflow plugin for GitHub Copilot & VS Code Agents Window

MCP servers

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

pdf-readerstdio
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "@sylphx/pdf-reader-mcp"
  ]
}
deepwikihttp
{
  "type": "http",
  "url": "https://mcp.deepwiki.com/mcp"
}

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": "labflow",
  "version": "1.3.0",
  "description": "Labflow research workflow plugin for GitHub Copilot & VS Code Agents Window",
  "author": {
    "name": "riemac"
  },
  "license": "MIT",
  "keywords": [
    "research",
    "multi-agent",
    "copilot",
    "agents-window",
    "science"
  ],
  "extensions": {
    "com.github.copilot": {
      "agents": {
        "paths": [
          "com.github.copilot/agents"
        ]
      },
      "rules": {
        "paths": [
          "com.github.copilot/rules"
        ]
      }
    }
  }
}

Client extensions

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

  • com.github.copilot