@proxysoul/soulforge 2.6.5 → 2.7.0

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.
Files changed (3) hide show
  1. package/README.md +15 -1
  2. package/dist/index.js +23565 -14651
  3. package/package.json +3 -1
package/README.md CHANGED
@@ -118,6 +118,10 @@ SoulForge already knows. On startup it builds a **live dependency graph** of you
118
118
  <td>Installable skills for domain work. Destructive actions need confirmation. Auto mode for full autonomy.</td>
119
119
  </tr>
120
120
  <tr>
121
+ <td><strong>MCP servers</strong></td>
122
+ <td>Connect to any <a href="https://modelcontextprotocol.io">Model Context Protocol</a> server. stdio, HTTP, SSE transports. Auto-reconnect, bounded concurrency, tool namespacing. <a href="docs/mcp.md">More</a></td>
123
+ </tr>
124
+ <tr>
121
125
  <td><strong>Inline images</strong></td>
122
126
  <td>Pixel-perfect images, animated GIFs, and video-to-GIF inline in chat via <code>soul_vision</code>. Kitty graphics protocol with Unicode placeholders. Supports local files, URLs, and code execution output. <a href="#inline-image-support">See terminal support</a></td>
123
127
  </tr>
@@ -301,6 +305,14 @@ brew install ffmpeg chafa yt-dlp
301
305
  <td>-</td>
302
306
  </tr>
303
307
  <tr>
308
+ <td><strong>MCP support</strong></td>
309
+ <td>Built-in: stdio, HTTP, SSE. Auto-reconnect, namespaced tools</td>
310
+ <td>MCP client</td>
311
+ <td>MCP client</td>
312
+ <td>MCP-based</td>
313
+ <td>-</td>
314
+ </tr>
315
+ <tr>
304
316
  <td><strong>Editor</strong></td>
305
317
  <td>Embedded Neovim (your config, your plugins)</td>
306
318
  <td>No</td>
@@ -541,6 +553,7 @@ See [GETTING_STARTED.md](GETTING_STARTED.md) for the full config reference.
541
553
  <tr><td colspan="2"><strong>Tools</strong></td></tr>
542
554
  <tr><td><a href="docs/compound-tools.md">Compound Tools</a></td><td>read, multi_edit, rename_symbol, move_symbol, refactor, project</td></tr>
543
555
  <tr><td><a href="docs/project-tool.md">Project Tool</a></td><td>25+ ecosystems, pre-commit checks, monorepo discovery</td></tr>
556
+ <tr><td><a href="docs/mcp.md">MCP Servers</a></td><td>Model Context Protocol integration, transports, configuration, lifecycle</td></tr>
544
557
  <tr><td><a href="docs/commands-reference.md">Commands</a></td><td>All 86 slash commands</td></tr>
545
558
  <tr><td colspan="2"><strong>Usage</strong></td></tr>
546
559
  <tr><td><a href="docs/headless.md">Headless Mode</a></td><td>CLI flags, JSON/JSONL output, CI/CD integration</td></tr>
@@ -566,11 +579,12 @@ Extracting the intelligence layer into reusable packages:
566
579
  - **`@soulforge/intelligence`** : graph intelligence, tools, agent orchestration as a library
567
580
  - **`@soulforge/mcp`** : Soul Map tools as MCP servers for Claude Code, Cursor, Copilot, any MCP client
568
581
  - **`sf --headless`** : shipped. [Docs](docs/headless.md)
582
+ - **MCP servers** : shipped. Connect to any MCP server. [Docs](docs/mcp.md)
569
583
 
570
584
  <table>
571
585
  <thead><tr><th width="120">Status</th><th>Item</th></tr></thead>
572
586
  <tbody>
573
- <tr><td><strong>In progress</strong></td><td>MCP support, repo map visualization, GitHub CLI integration, dispatch worktrees, <a href="https://agentclientprotocol.com/">ACP</a></td></tr>
587
+ <tr><td><strong>In progress</strong></td><td>Repo map visualization, GitHub CLI integration, dispatch worktrees, <a href="https://agentclientprotocol.com/">ACP</a></td></tr>
574
588
  <tr><td><strong>Planned</strong></td><td>Monorepo graph support, benchmarks, orchestrated workflows (planner &gt; TDD &gt; reviewer &gt; security)</td></tr>
575
589
  </tbody>
576
590
  </table>