
Product
Introducing Manifest Alerts
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.
@frontmcp/plugin-codecall
Advanced tools
CodeCall plugin for FrontMCP - AgentScript-based meta-tools for orchestrating MCP tools
CodeCall plugin for FrontMCP - provides AgentScript-based meta-tools for orchestrating MCP tools.
npm install @frontmcp/plugin-codecall @frontmcp/plugin-cache
Note:
@frontmcp/plugin-cacheis a peer dependency and must be installed.
import { CodeCallPlugin } from '@frontmcp/plugin-codecall';
import { CachePlugin } from '@frontmcp/plugin-cache';
import { FrontMcp } from '@frontmcp/sdk';
const app = new FrontMcp({
plugins: [CachePlugin, CodeCallPlugin],
});
codecall:search - Search for tools by name or descriptioncodecall:describe - Get detailed tool descriptionscodecall:execute - Execute AgentScript codecodecall:invoke - Invoke a specific tool directlyimport { CodeCallPlugin } from '@frontmcp/plugin-codecall';
const app = new FrontMcp({
plugins: [
CodeCallPlugin.configure({
mode: 'codecall_only', // 'codecall_only' | 'codecall_opt_in' | 'metadata_driven'
embedding: {
enabled: true,
model: 'default',
},
}),
],
});
Apache-2.0
FAQs
CodeCall plugin for FrontMCP - AgentScript-based meta-tools for orchestrating MCP tools
The npm package @frontmcp/plugin-codecall receives a total of 2,628 weekly downloads. As such, @frontmcp/plugin-codecall popularity was classified as popular.
We found that @frontmcp/plugin-codecall 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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now detects supply chain risks in project manifests, starting with missing lockfiles that can make dependency installs non-reproducible.

Research
/Security News
The trojanized extensions use TinyGo-compiled WebAssembly and Solana transaction memos to resolve command-and-control infrastructure.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.