
Security News
Lovable’s OJ Rewrites Vite’s Dev Server in Rust as AI Lowers the Cost of Forking Open Source
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.
@scope-bid/mcp-core
Advanced tools
Shared core for Scope's vertical MCP servers. REST client, auth, base server framework.
Shared core for Scope's vertical Model Context Protocol servers.
This package is not used directly. It's a dependency of every per-vertical Scope MCP server:
@scope-bid/scope-mcp - legal services (live)@scope-bid/scope-claims-mcp - insurance claims (preview)@scope-bid/scope-aec-mcp - architecture / engineering / construction (preview)createScopeServer(config) - builds an MCP server with stdio transport, brand envelope, tool registration, and the auth/REST plumbing pre-wired.ScopeApiClient - typed REST client for the Scope backend.registerCoreTools(api) - returns the cross-vertical tools every vertical inherits: scope_list_categories, scope_list_vendors, scope_dispatch_matter, scope_get_matter, scope_list_matters.Per-vertical packages import createScopeServer, optionally inherit the core tools, and layer their own tools on top.
import { createScopeServer } from "@scope-bid/mcp-core";
const server = createScopeServer({
vertical: "legal",
serverName: "scope-mcp-legal",
serverVersion: "0.2.0",
});
// Register vertical-specific tools
server.registerTool(
{
name: "scope_book_deposition",
description: "Book a deposition...",
inputSchema: { ... },
},
async (args) => server.api.post("/api/depositions", args),
);
await server.start();
MIT
FAQs
Shared core for Scope's vertical MCP servers. REST client, auth, base server framework.
We found that @scope-bid/mcp-core 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
Lovable’s OJ rewrites Vite’s dev server in Rust, reducing memory use and preview times as AI lowers the cost of open source reimplementation.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.