vdustr/vp-interaction-routing
v0.1.1MIT
Interaction routing for agents, with a bridge that exposes macOS Codex Computer Use as MCP tools.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
codex-cuastdio
{
"type": "stdio",
"command": "node",
"args": [
"${PLUGIN_ROOT}/skills/vp-interaction-routing/scripts/codex-cua-bridge.mjs"
]
}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": "vp-interaction-routing",
"version": "0.1.1",
"description": "Interaction routing for agents, with a bridge that exposes macOS Codex Computer Use as MCP tools.",
"author": {
"name": "VdustR"
},
"homepage": "https://github.com/VdustR/agent-plugin-vp-interaction-routing",
"repository": "https://github.com/VdustR/agent-plugin-vp-interaction-routing",
"license": "MIT",
"keywords": [
"computer-use",
"macos",
"accessibility",
"mcp",
"codex",
"routing"
]
}
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.
- codex-cua-bridge.mjs
- openai.yaml
- LICENSE