
Security News
pnpm 11.5 Adds Support for Recognizing npm Staged Publishes
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.
@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,277 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.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.

Research
/Security News
A mini Shai-Hulud campaign compromised Red Hat Cloud Services npm packages to steal developer and CI/CD secrets during installation.