Skip to content

Commit 388da9d

Browse files
committed
Update blog post title and replace ASCII diagrams with SVGs
- Rename "What's New" to "BYOK and Custom MCP Servers in Agentic Forge" - Add toon-orchestrator-flow.svg for BYOK post - Add demo-stack-architecture.svg for Demo Launch post - Update blog index, sidebar, and LinkedIn posts
1 parent 91dfb8e commit 388da9d

7 files changed

Lines changed: 131 additions & 32 deletions

File tree

.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineConfig({
7272
items: [
7373
{ text: 'All Posts', link: '/blog/' },
7474
{ text: 'Demo is Live', link: '/blog/demo-launch' },
75-
{ text: "What's New (Jan 2026)", link: '/blog/whats-new-jan-2026' },
75+
{ text: 'BYOK & Custom MCP Servers', link: '/blog/whats-new-jan-2026' },
7676
{ text: 'Cutting Context by 60%', link: '/blog/token-optimization-toon-rag' },
7777
{ text: 'Tool RAG: Dynamic Discovery', link: '/blog/tool-rag-dynamic-discovery' },
7878
{ text: 'TOON Format Support', link: '/blog/toon-format-support' },

blog/demo-launch.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,7 @@ Custom servers work for the current session only. See [What's New](/blog/whats-n
4141

4242
The demo runs the full Agentic Forge stack:
4343

44-
```
45-
┌─────────────────────────────────────────────────────────────┐
46-
│ Your Browser │
47-
│ └── forge-ui (Vue.js chat interface) │
48-
└────────────────────────┬────────────────────────────────────┘
49-
│ SSE streaming
50-
51-
┌─────────────────────────────────────────────────────────────┐
52-
│ Agentic Forge Server │
53-
│ ├── forge-orchestrator (LLM agent loop, BYOK, TOON) │
54-
│ ├── forge-armory (MCP gateway, Tool RAG) │
55-
│ └── MCP servers (weather, search, huggingface) │
56-
└─────────────────────────────────────────────────────────────┘
57-
```
44+
![Demo Stack Architecture](/diagrams/demo-stack-architecture.svg)
5845

5946
All the optimizations we've written about are active:
6047

blog/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Try Agentic Forge at agentic-forge.compulife.com.pk—a working AI agent with to
1313

1414
---
1515

16-
### [What's New in Agentic Forge](/blog/whats-new-jan-2026)
16+
### [BYOK and Custom MCP Servers in Agentic Forge](/blog/whats-new-jan-2026)
1717
*January 2026*
1818

19-
Three updates: TOON optimization now works with custom MCP servers, you can add your own tools without server configuration, and BYOK lets you use your own API keys.
19+
Use your own API keys (BYOK) and connect custom MCP servers directly from the UI. Plus, TOON optimization now works with all tools automatically.
2020

2121
---
2222

blog/whats-new-jan-2026.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# What's New in Agentic Forge
1+
# BYOK and Custom MCP Servers in Agentic Forge
22

33
*January 2026*
44

@@ -18,19 +18,7 @@ Now TOON conversion happens in the orchestrator. This means:
1818

1919
The orchestrator requests TOON format from Armory (which passes it through to registered servers), and also converts responses from custom servers that return JSON.
2020

21-
```
22-
┌─────────────┐ ┌─────────────┐ ┌─────────────┐
23-
│ forge-ui │────▶│ orchestrator│────▶│ armory │
24-
│ │ │ (TOON here) │ │ │
25-
└─────────────┘ └──────┬──────┘ └─────────────┘
26-
27-
│ Also converts responses from:
28-
29-
┌─────────────┐
30-
│ Custom MCP │
31-
│ Servers │
32-
└─────────────┘
33-
```
21+
![TOON Conversion in Orchestrator](/diagrams/toon-orchestrator-flow.svg)
3422

3523
## Custom MCP Server Support
3624

Lines changed: 59 additions & 0 deletions
Loading
Lines changed: 65 additions & 0 deletions
Loading

social/linkedin-jan-2026.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LinkedIn Posts - January 2026
22

3-
## Post 1: What's New in Agentic Forge
3+
## Post 1: BYOK and Custom MCP Servers in Agentic Forge
44

55
**Publish first** - pairs with: https://agentic-forge.github.io/blog/whats-new-jan-2026
66

0 commit comments

Comments
 (0)