Skip to content

realactivity/lantern-bridge

v0.3.0MIT

Lantern desktop bridge: a Scout skill plus a local stdio MCP bridge that connects Scout to the Lantern mobile companion through the OneDrive App Folder protocol.

MCP servers

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

lantern-bridgestdio
{
  "type": "stdio",
  "command": "dotnet",
  "args": [
    "${PLUGIN_ROOT}/bridge/publish/Lantern.Bridge.dll"
  ],
  "env": {
    "LANTERN_AGENT_ID": "primary",
    "LANTERN_STATE_DIR": "${PLUGIN_DATA}/state"
  }
}

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": "lantern-bridge",
  "version": "0.3.0",
  "description": "Lantern desktop bridge: a Scout skill plus a local stdio MCP bridge that connects Scout to the Lantern mobile companion through the OneDrive App Folder protocol.",
  "license": "MIT",
  "author": {
    "name": "Lantern project"
  },
  "homepage": "https://github.com/realactivity/scout-remote",
  "repository": "https://github.com/realactivity/scout-remote",
  "keywords": ["scout", "mcp", "agent-skills", "onedrive", "microsoft-graph", "mobile-companion"]
}

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.

  • LICENSE
View on GitHub