
Security News
GPT-6 Astra Attempts Supply Chain Attacks Against Open Source Maintainers in Testing
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.
offrouter-adapter-continue
Advanced tools
Continue adapter for OffRouter. Installs the OffRouter MCP server into Continue's `~/.continue/config.json` so `offrouter install continue` works, with rollback.
Continue adapter for OffRouter. Installs the OffRouter MCP server into
Continue's ~/.continue/config.json so offrouter install continue works,
with rollback.
npm install offrouter-adapter-continue
Then register with the CLI:
offrouter install continue --profile continue-personal
This appends the OffRouter MCP server entry ({ name: "offrouter", command: "offrouter", args: ["mcp", "serve"] }) to the top-level mcpServers array in
Continue's config file, enabling policy-based model selection for delegated
tasks. The entry is merged (never clobbering other servers) and is fully
rollback-able via offrouter uninstall continue.
~/.continue/config.json~/.continue/config.yaml
with a top-level mcpServers: list, but this repo carries no YAML
dependency and the adapter must merge safely without adding one. Continue
also accepts ~/.continue/config.json with the same shape (a top-level
mcpServers array of { name, command, args } entries), so this adapter
targets the JSON file.Set OFFROUTER_CONTINUE_DIR to override the config directory (used for tests
and non-default Continue setups).
FAQs
Continue adapter for OffRouter. Installs the OffRouter MCP server into Continue's `~/.continue/config.json` so `offrouter install continue` works, with rollback.
The npm package offrouter-adapter-continue receives a total of 13 weekly downloads. As such, offrouter-adapter-continue popularity was classified as not popular.
We found that offrouter-adapter-continue demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GPT-6 Astra hits 100% on ExploitBench and finds zero-days autonomously, while independent tests reveal scope violations and monitoring gaps.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.