
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@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,297 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.