@knowsuchagency/fulcrum 3.11.0 → 3.12.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -20,13 +20,13 @@ Fulcrum doesn't replace your tools—it gives you leverage over them. You config
20
20
  - **Project Management** — Tasks with dependencies, due dates, time estimates, priority levels, recurrence, labels, and attachments. Visual kanban boards.
21
21
  - **Production Deployment** — Docker Compose with automatic Traefik routing and Cloudflare DNS/tunnels.
22
22
  - **Agent Memory** — Persistent knowledge store with full-text search. Agents remember across sessions.
23
- - **MCP-First Architecture** — 60+ tools exposed via Model Context Protocol. Agents discover what they need.
23
+ - **MCP-First Architecture** — 100+ tools exposed via Model Context Protocol. Agents discover what they need.
24
24
 
25
25
  ## MCP-First Architecture
26
26
 
27
27
  Everything in Fulcrum is exposed through MCP (Model Context Protocol):
28
28
 
29
- - **60+ MCP tools** for tasks, projects, apps, repos, notifications, and remote execution
29
+ - **100+ MCP tools** for tasks, projects, apps, repos, notifications, and remote execution
30
30
  - **Smart tool discovery** — `search_tools` lets agents find relevant tools without loading everything into context
31
31
  - **Integrated assistant** — Built-in AI assistant with full context of your tasks, projects, and apps
32
32
  - **External agent support** — Connect Claude Desktop, Clawdbot, or any MCP-compatible agent
@@ -252,7 +252,7 @@ fulcrum opencode uninstall # Remove both
252
252
 
253
253
  ## MCP Tools
254
254
 
255
- Both plugins include an MCP server with 60+ tools:
255
+ Both plugins include an MCP server with 100+ tools:
256
256
 
257
257
  | Category | Description |
258
258
  |----------|-------------|
package/bin/fulcrum.js CHANGED
@@ -46451,7 +46451,7 @@ async function runMcpServer(urlOverride, portOverride) {
46451
46451
  const client = new FulcrumClient(urlOverride, portOverride);
46452
46452
  const server = new McpServer({
46453
46453
  name: "fulcrum",
46454
- version: "3.11.0"
46454
+ version: "3.12.2"
46455
46455
  });
46456
46456
  registerTools(server, client);
46457
46457
  const transport = new StdioServerTransport;
@@ -48800,7 +48800,7 @@ var marketplace_default = `{
48800
48800
  "name": "fulcrum",
48801
48801
  "source": "./",
48802
48802
  "description": "Task orchestration for Claude Code",
48803
- "version": "3.11.0",
48803
+ "version": "3.12.2",
48804
48804
  "skills": [
48805
48805
  "./skills/fulcrum"
48806
48806
  ],
@@ -50004,7 +50004,7 @@ function compareVersions(v1, v2) {
50004
50004
  var package_default = {
50005
50005
  name: "@knowsuchagency/fulcrum",
50006
50006
  private: true,
50007
- version: "3.11.0",
50007
+ version: "3.12.2",
50008
50008
  description: "Harness Attention. Orchestrate Agents. Ship.",
50009
50009
  license: "PolyForm-Perimeter-1.0.0",
50010
50010
  type: "module",