codebolt-mcp-access
Installation
SKILL.md
Codebolt MCP Access
Execute Codebolt platform tools via the MCP interface.
Quick Start
const result = await codebolt.tools.executeTool(
"codebolt.<namespace>",
"<tool_name>",
{ param1: "value1", param2: "value2" }
);
Tool Categories
Related skills
More from codeboltai/codeboltjs
codebolt-agent-development
Build AI agents for the Codebolt platform using @codebolt/agent. When creating an agent, first decide what type you need — (1) CodeboltAgent wrapper for simple prompt-based agents with no custom loop, (2) Base Components for customizing the agentic loop, or (3) Core API for full advanced control. Also covers Remix Agents (no-code), ActionBlocks, tools, workflows, and processors. Permissions are handled by the application, not by the agent.
17codebolt-api-access
Use when you need to call codebolt modules (fs, browser, terminal, git, chat, llm, thread, todo, memory, task, swarm, job, roadmap, autoTesting, mcp, actionPlan)
13