kodelyth-ecc 1.7.3 → 1.7.4
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/.github/ISSUE_TEMPLATE/config.yml +8 -0
- package/.github/ISSUE_TEMPLATE/feature_request.md +41 -0
- package/.github/ISSUE_TEMPLATE/good_first_issue.md +36 -0
- package/CHANGELOG.md +39 -0
- package/GITHUB_SETUP.md +553 -0
- package/README.md +51 -6
- package/VERSION +1 -1
- package/actions/ecc-review/README.md +7 -7
- package/bundles/enterprise.md +1 -1
- package/bundles/indie-hacker.md +1 -1
- package/bundles/red-team.md +1 -1
- package/docs/supply-chain.md +1 -1
- package/package.json +4 -1
- package/rules/common/memory-protocol.md +35 -4
- package/scripts/dashboard/data.js +261 -4
- package/scripts/dashboard/server.js +28 -3
- package/scripts/dashboard/static/index.html +63 -3
- package/social/card-install.svg +1 -1
- package/social/card-main.svg +2 -2
- package/social/facebook-v150.svg +4 -4
- package/social/github-social-preview.svg +3 -3
- package/social/hype-compound-learning.svg +117 -0
- package/social/hype-devil-mode.svg +228 -0
- package/social/hype-mcp-server.svg +136 -0
- package/social/hype-parallel-agents.svg +150 -0
- package/social/hype-stats-hero.svg +126 -0
- package/social/readme-hero.svg +4 -4
- package/social/section-mcp.svg +1 -1
- package/social/twitter-threads.md +621 -0
- package/social/x-card-agents-grid.svg +2 -2
- package/social/x-card-free.svg +2 -2
- package/social/x-card-hook.svg +5 -5
- package/tests/dashboard/data.test.js +156 -0
- package/tests/dashboard/server.test.js +17 -0
- package/wiki/FAQ.md +1 -1
- package/wiki/Home.md +5 -3
- package/wiki/Installation-Guide.md +2 -2
- package/MARKETING_PLAN.md +0 -893
- package/cat +0 -0
- package/social/facebook-group/POST.md +0 -121
- package/social/facebook-group/fb-1-3am-debug.png +0 -0
- package/social/facebook-group/fb-1-3am-debug.svg +0 -97
- package/social/facebook-group/fb-2-cpu-upgrade.png +0 -0
- package/social/facebook-group/fb-2-cpu-upgrade.svg +0 -132
- package/social/facebook-group/fb-3-before-after.png +0 -0
- package/social/facebook-group/fb-3-before-after.svg +0 -94
- package/videos/README.md +0 -88
- package/videos/video-01-install-and-routing.md +0 -258
- package/videos/video-02-compound-memory.md +0 -301
- package/videos/video-03-devil-mode.md +0 -294
- package/videos/video-04-mcp-server.md +0 -391
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
<svg width="1200" height="675" viewBox="0 0 1200 675" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:#050811"/>
|
|
5
|
+
<stop offset="100%" style="stop-color:#06080e"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="purple" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
8
|
+
<stop offset="0%" style="stop-color:#a78bfa"/>
|
|
9
|
+
<stop offset="100%" style="stop-color:#7c3aed"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="blue" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
12
|
+
<stop offset="0%" style="stop-color:#38bdf8"/>
|
|
13
|
+
<stop offset="100%" style="stop-color:#0284c7"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="termBg" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
16
|
+
<stop offset="0%" style="stop-color:#0b0c16"/>
|
|
17
|
+
<stop offset="100%" style="stop-color:#080810"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="accentFade" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
20
|
+
<stop offset="0%" style="stop-color:#a78bfa" stop-opacity="0.8"/>
|
|
21
|
+
<stop offset="100%" style="stop-color:#a78bfa" stop-opacity="0"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="connLine" x1="0%" y1="50%" x2="100%" y2="50%">
|
|
24
|
+
<stop offset="0%" style="stop-color:#a78bfa" stop-opacity="0.6"/>
|
|
25
|
+
<stop offset="100%" style="stop-color:#38bdf8" stop-opacity="0.3"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
</defs>
|
|
28
|
+
|
|
29
|
+
<rect width="1200" height="675" fill="url(#bg)"/>
|
|
30
|
+
<radialGradient id="glowP" cx="20%" cy="20%" r="55%">
|
|
31
|
+
<stop offset="0%" style="stop-color:#a78bfa" stop-opacity="0.05"/>
|
|
32
|
+
<stop offset="100%" style="stop-color:#a78bfa" stop-opacity="0"/>
|
|
33
|
+
</radialGradient>
|
|
34
|
+
<rect width="1200" height="675" fill="url(#glowP)"/>
|
|
35
|
+
<rect x="0" y="0" width="3" height="675" fill="url(#purple)"/>
|
|
36
|
+
|
|
37
|
+
<!-- Badge -->
|
|
38
|
+
<rect x="56" y="40" width="168" height="28" rx="4" fill="#120a28" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
|
|
39
|
+
<text x="66" y="59" font-size="11" font-weight="700" fill="#a78bfa" letter-spacing="1.5">MCP SERVER</text>
|
|
40
|
+
<rect x="168" y="47" width="1" height="14" fill="#a78bfa" opacity="0.4"/>
|
|
41
|
+
<text x="176" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.4</text>
|
|
42
|
+
|
|
43
|
+
<!-- Headline -->
|
|
44
|
+
<text x="56" y="126" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">One server.</text>
|
|
45
|
+
<text x="56" y="184" font-size="52" font-weight="900" letter-spacing="-2" fill="url(#purple)">Every AI framework.</text>
|
|
46
|
+
<text x="56" y="222" font-size="16" fill="#8b949e">16 tools · 6 prompts · 377 resources. Runs locally. Bridges any MCP client.</text>
|
|
47
|
+
|
|
48
|
+
<rect x="56" y="244" width="460" height="1" fill="url(#accentFade)"/>
|
|
49
|
+
|
|
50
|
+
<!-- Terminal block -->
|
|
51
|
+
<rect x="56" y="260" width="540" height="280" rx="8" fill="url(#termBg)" stroke="#1a1a2e" stroke-width="1"/>
|
|
52
|
+
<rect x="56" y="260" width="540" height="32" rx="8" fill="#0f0f1a"/>
|
|
53
|
+
<rect x="56" y="280" width="540" height="12" fill="#0f0f1a"/>
|
|
54
|
+
<circle cx="80" cy="276" r="5" fill="#1a1020"/>
|
|
55
|
+
<circle cx="98" cy="276" r="5" fill="#14100a"/>
|
|
56
|
+
<circle cx="116" cy="276" r="5" fill="#0f1a10"/>
|
|
57
|
+
<text x="456" y="281" font-size="11" fill="#484f58" text-anchor="middle" font-family="'Consolas', 'SF Mono', monospace">bash — mcp server</text>
|
|
58
|
+
|
|
59
|
+
<!-- Command -->
|
|
60
|
+
<text x="80" y="316" font-size="13" font-family="'Consolas', 'SF Mono', monospace" fill="#a78bfa" font-weight="700">npx kodelyth-ecc mcp</text>
|
|
61
|
+
|
|
62
|
+
<text x="80" y="344" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">[INFO] Starting MCP server...</text>
|
|
63
|
+
<text x="80" y="364" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">[INFO] Listening on stdio (JSON-RPC 2.0)</text>
|
|
64
|
+
<text x="80" y="384" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981">[INFO] Tools registered:</text>
|
|
65
|
+
<text x="100" y="404" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#a78bfa">agent_invoke, memory_search, skill_load</text>
|
|
66
|
+
<text x="100" y="422" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#a78bfa">swarm_run, cost_route, session_analyze</text>
|
|
67
|
+
<text x="100" y="440" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">+ 10 more tools</text>
|
|
68
|
+
<text x="80" y="464" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981">[INFO] Resources:</text>
|
|
69
|
+
<text x="100" y="484" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#38bdf8">377 resources (agents + skills + commands)</text>
|
|
70
|
+
<text x="80" y="508" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981" font-weight="600">[READY] Server ready. Connect your MCP client.</text>
|
|
71
|
+
|
|
72
|
+
<!-- Right panel — connection diagram -->
|
|
73
|
+
<!-- Center node: ECC MCP -->
|
|
74
|
+
<rect x="748" y="340" width="200" height="64" rx="8" fill="#120a28" stroke="#a78bfa" stroke-opacity="0.7" stroke-width="1.5"/>
|
|
75
|
+
<text x="848" y="366" font-size="13" font-weight="700" fill="#a78bfa" text-anchor="middle">Kodelyth ECC</text>
|
|
76
|
+
<text x="848" y="384" font-size="11" fill="#484f58" text-anchor="middle">MCP Server</text>
|
|
77
|
+
<text x="848" y="398" font-size="10" fill="#2d2040" text-anchor="middle">16 tools · 6 prompts · 377 res</text>
|
|
78
|
+
|
|
79
|
+
<!-- Connection lines from center to clients -->
|
|
80
|
+
<line x1="748" y1="358" x2="660" y2="290" stroke="#a78bfa" stroke-opacity="0.3" stroke-width="1" stroke-dasharray="4,3"/>
|
|
81
|
+
<line x1="748" y1="372" x2="660" y2="440" stroke="#a78bfa" stroke-opacity="0.3" stroke-width="1" stroke-dasharray="4,3"/>
|
|
82
|
+
<line x1="948" y1="358" x2="1044" y2="290" stroke="#38bdf8" stroke-opacity="0.3" stroke-width="1" stroke-dasharray="4,3"/>
|
|
83
|
+
<line x1="948" y1="372" x2="1044" y2="440" stroke="#38bdf8" stroke-opacity="0.3" stroke-width="1" stroke-dasharray="4,3"/>
|
|
84
|
+
<line x1="848" y1="340" x2="848" y2="272" stroke="#a78bfa" stroke-opacity="0.3" stroke-width="1" stroke-dasharray="4,3"/>
|
|
85
|
+
<line x1="848" y1="404" x2="848" y2="472" stroke="#38bdf8" stroke-opacity="0.3" stroke-width="1" stroke-dasharray="4,3"/>
|
|
86
|
+
|
|
87
|
+
<!-- Client boxes -->
|
|
88
|
+
<!-- Claude Desktop -->
|
|
89
|
+
<rect x="604" y="256" width="148" height="50" rx="6" fill="#0d0d18" stroke="#21262d" stroke-width="1"/>
|
|
90
|
+
<text x="678" y="279" font-size="11" font-weight="700" fill="#e6edf3" text-anchor="middle">Claude Desktop</text>
|
|
91
|
+
<text x="678" y="296" font-size="10" fill="#484f58" text-anchor="middle">native MCP client</text>
|
|
92
|
+
|
|
93
|
+
<!-- Claude Code -->
|
|
94
|
+
<rect x="766" y="256" width="164" height="50" rx="6" fill="#0d0d18" stroke="#21262d" stroke-width="1"/>
|
|
95
|
+
<text x="848" y="279" font-size="11" font-weight="700" fill="#e6edf3" text-anchor="middle">Claude Code</text>
|
|
96
|
+
<text x="848" y="296" font-size="10" fill="#484f58" text-anchor="middle">CLI + IDE extension</text>
|
|
97
|
+
|
|
98
|
+
<!-- LangGraph -->
|
|
99
|
+
<rect x="960" y="256" width="148" height="50" rx="6" fill="#0d0d18" stroke="#21262d" stroke-width="1"/>
|
|
100
|
+
<text x="1034" y="279" font-size="11" font-weight="700" fill="#e6edf3" text-anchor="middle">LangGraph</text>
|
|
101
|
+
<text x="1034" y="296" font-size="10" fill="#484f58" text-anchor="middle">agent framework</text>
|
|
102
|
+
|
|
103
|
+
<!-- AutoGen -->
|
|
104
|
+
<rect x="604" y="422" width="148" height="50" rx="6" fill="#0d0d18" stroke="#21262d" stroke-width="1"/>
|
|
105
|
+
<text x="678" y="445" font-size="11" font-weight="700" fill="#e6edf3" text-anchor="middle">AutoGen</text>
|
|
106
|
+
<text x="678" y="462" font-size="10" fill="#484f58" text-anchor="middle">multi-agent</text>
|
|
107
|
+
|
|
108
|
+
<!-- CrewAI -->
|
|
109
|
+
<rect x="766" y="472" width="164" height="50" rx="6" fill="#0d0d18" stroke="#21262d" stroke-width="1"/>
|
|
110
|
+
<text x="848" y="495" font-size="11" font-weight="700" fill="#e6edf3" text-anchor="middle">CrewAI</text>
|
|
111
|
+
<text x="848" y="512" font-size="10" fill="#484f58" text-anchor="middle">crew orchestration</text>
|
|
112
|
+
|
|
113
|
+
<!-- OpenAI Agents -->
|
|
114
|
+
<rect x="960" y="422" width="148" height="50" rx="6" fill="#0d0d18" stroke="#21262d" stroke-width="1"/>
|
|
115
|
+
<text x="1034" y="445" font-size="11" font-weight="700" fill="#e6edf3" text-anchor="middle">OpenAI Agents</text>
|
|
116
|
+
<text x="1034" y="462" font-size="10" fill="#484f58" text-anchor="middle">SDK bridge</text>
|
|
117
|
+
|
|
118
|
+
<!-- Stats row at bottom right -->
|
|
119
|
+
<text x="770" y="565" font-size="32" font-weight="900" fill="#a78bfa">16</text>
|
|
120
|
+
<text x="770" y="582" font-size="10" fill="#484f58" letter-spacing="1">TOOLS</text>
|
|
121
|
+
|
|
122
|
+
<text x="880" y="565" font-size="32" font-weight="900" fill="#38bdf8">6</text>
|
|
123
|
+
<text x="880" y="582" font-size="10" fill="#484f58" letter-spacing="1">PROMPTS</text>
|
|
124
|
+
|
|
125
|
+
<text x="980" y="565" font-size="32" font-weight="900" fill="#10b981">377</text>
|
|
126
|
+
<text x="980" y="582" font-size="10" fill="#484f58" letter-spacing="1">RESOURCES</text>
|
|
127
|
+
|
|
128
|
+
<!-- Bottom bar -->
|
|
129
|
+
<rect x="0" y="637" width="1200" height="38" fill="#07080f"/>
|
|
130
|
+
<line x1="0" y1="637" x2="1200" y2="637" stroke="#1e1e2e" stroke-width="1"/>
|
|
131
|
+
<text x="56" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#a78bfa" font-weight="600">npx kodelyth-ecc mcp</text>
|
|
132
|
+
<text x="240" y="661" font-size="12" fill="#2d3340">·</text>
|
|
133
|
+
<text x="256" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
|
|
134
|
+
<text x="596" y="661" font-size="12" fill="#2d3340">·</text>
|
|
135
|
+
<text x="612" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">localhost only · zero telemetry</text>
|
|
136
|
+
</svg>
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
<svg width="1200" height="675" viewBox="0 0 1200 675" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:#050811"/>
|
|
5
|
+
<stop offset="100%" style="stop-color:#0d0a03"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="amber" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
8
|
+
<stop offset="0%" style="stop-color:#f59e0b"/>
|
|
9
|
+
<stop offset="100%" style="stop-color:#d97706"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="termBg" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
12
|
+
<stop offset="0%" style="stop-color:#0c0c10"/>
|
|
13
|
+
<stop offset="100%" style="stop-color:#080810"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="slowBar" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
16
|
+
<stop offset="0%" style="stop-color:#374151"/>
|
|
17
|
+
<stop offset="100%" style="stop-color:#1f2937"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="fastBar" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
20
|
+
<stop offset="0%" style="stop-color:#f59e0b"/>
|
|
21
|
+
<stop offset="100%" style="stop-color:#10b981"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="accentFade" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
24
|
+
<stop offset="0%" style="stop-color:#f59e0b" stop-opacity="0.8"/>
|
|
25
|
+
<stop offset="100%" style="stop-color:#f59e0b" stop-opacity="0"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
</defs>
|
|
28
|
+
|
|
29
|
+
<rect width="1200" height="675" fill="url(#bg)"/>
|
|
30
|
+
<!-- Ambient glow -->
|
|
31
|
+
<radialGradient id="glowA" cx="15%" cy="15%" r="50%">
|
|
32
|
+
<stop offset="0%" style="stop-color:#f59e0b" stop-opacity="0.05"/>
|
|
33
|
+
<stop offset="100%" style="stop-color:#f59e0b" stop-opacity="0"/>
|
|
34
|
+
</radialGradient>
|
|
35
|
+
<rect width="1200" height="675" fill="url(#glowA)"/>
|
|
36
|
+
<!-- Left border -->
|
|
37
|
+
<rect x="0" y="0" width="3" height="675" fill="url(#amber)"/>
|
|
38
|
+
|
|
39
|
+
<!-- Badge -->
|
|
40
|
+
<rect x="56" y="40" width="200" height="28" rx="4" fill="#1a1200" stroke="#f59e0b" stroke-opacity="0.5" stroke-width="1"/>
|
|
41
|
+
<text x="66" y="59" font-size="11" font-weight="700" fill="#f59e0b" letter-spacing="1.5">PARALLEL AGENTS</text>
|
|
42
|
+
<rect x="198" y="47" width="1" height="14" fill="#f59e0b" opacity="0.4"/>
|
|
43
|
+
<text x="206" y="59" font-size="11" font-weight="500" fill="#484f58">v1.7.4</text>
|
|
44
|
+
|
|
45
|
+
<!-- Headline -->
|
|
46
|
+
<text x="56" y="126" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">4 specialists, 15 minutes.</text>
|
|
47
|
+
<text x="56" y="184" font-size="52" font-weight="900" letter-spacing="-2" fill="url(#amber)">Not 60.</text>
|
|
48
|
+
<text x="56" y="222" font-size="16" fill="#8b949e">Fire code, security, performance, and API reviewers simultaneously with /team-review.</text>
|
|
49
|
+
|
|
50
|
+
<rect x="56" y="244" width="480" height="1" fill="url(#accentFade)"/>
|
|
51
|
+
|
|
52
|
+
<!-- Terminal block -->
|
|
53
|
+
<rect x="56" y="260" width="660" height="330" rx="8" fill="url(#termBg)" stroke="#1e1e2e" stroke-width="1"/>
|
|
54
|
+
<rect x="56" y="260" width="660" height="32" rx="8" fill="#0f0f18"/>
|
|
55
|
+
<rect x="56" y="280" width="660" height="12" fill="#0f0f18"/>
|
|
56
|
+
<circle cx="80" cy="276" r="5" fill="#1a1a10"/>
|
|
57
|
+
<circle cx="98" cy="276" r="5" fill="#1a1208"/>
|
|
58
|
+
<circle cx="116" cy="276" r="5" fill="#0f1a10"/>
|
|
59
|
+
<text x="576" y="281" font-size="11" fill="#484f58" text-anchor="middle" font-family="'Consolas', 'SF Mono', monospace">bash — /team-review</text>
|
|
60
|
+
|
|
61
|
+
<!-- Command -->
|
|
62
|
+
<text x="80" y="316" font-size="13" font-family="'Consolas', 'SF Mono', monospace" fill="#f59e0b" font-weight="700">/team-review</text>
|
|
63
|
+
<text x="222" y="316" font-size="13" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58"> # spawning 4 agents in parallel</text>
|
|
64
|
+
|
|
65
|
+
<!-- Agent launch rows -->
|
|
66
|
+
<text x="80" y="346" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">→</text>
|
|
67
|
+
<text x="100" y="346" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#e6edf3">code-reviewer</text>
|
|
68
|
+
<text x="290" y="346" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">launching...</text>
|
|
69
|
+
<rect x="404" y="336" width="80" height="8" rx="2" fill="#1a2010"/>
|
|
70
|
+
<rect x="404" y="336" width="80" height="8" rx="2" fill="#10b981" opacity="0.8"/>
|
|
71
|
+
<text x="494" y="346" font-size="11" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981"> running</text>
|
|
72
|
+
|
|
73
|
+
<text x="80" y="372" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">→</text>
|
|
74
|
+
<text x="100" y="372" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#e6edf3">security-reviewer</text>
|
|
75
|
+
<text x="290" y="372" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">launching...</text>
|
|
76
|
+
<rect x="404" y="362" width="80" height="8" rx="2" fill="#1a2010"/>
|
|
77
|
+
<rect x="404" y="362" width="80" height="8" rx="2" fill="#10b981" opacity="0.8"/>
|
|
78
|
+
<text x="494" y="372" font-size="11" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981"> running</text>
|
|
79
|
+
|
|
80
|
+
<text x="80" y="398" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">→</text>
|
|
81
|
+
<text x="100" y="398" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#e6edf3">performance-optimizer</text>
|
|
82
|
+
<text x="340" y="398" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">launching...</text>
|
|
83
|
+
<rect x="454" y="388" width="80" height="8" rx="2" fill="#1a2010"/>
|
|
84
|
+
<rect x="454" y="388" width="80" height="8" rx="2" fill="#10b981" opacity="0.8"/>
|
|
85
|
+
<text x="544" y="398" font-size="11" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981"> running</text>
|
|
86
|
+
|
|
87
|
+
<text x="80" y="424" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">→</text>
|
|
88
|
+
<text x="100" y="424" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#e6edf3">api-guardian</text>
|
|
89
|
+
<text x="256" y="424" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">launching...</text>
|
|
90
|
+
<rect x="404" y="414" width="80" height="8" rx="2" fill="#1a2010"/>
|
|
91
|
+
<rect x="404" y="414" width="80" height="8" rx="2" fill="#10b981" opacity="0.8"/>
|
|
92
|
+
<text x="494" y="424" font-size="11" font-family="'Consolas', 'SF Mono', monospace" fill="#10b981"> running</text>
|
|
93
|
+
|
|
94
|
+
<!-- Done line -->
|
|
95
|
+
<line x1="80" y1="442" x2="690" y2="442" stroke="#1e1e2e" stroke-width="1"/>
|
|
96
|
+
<text x="80" y="462" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">all 4 agents running</text>
|
|
97
|
+
<text x="264" y="462" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#f59e0b" font-weight="700"> simultaneously</text>
|
|
98
|
+
<text x="80" y="484" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">report ready in ~15 min (was 60 min sequential)</text>
|
|
99
|
+
|
|
100
|
+
<!-- Time comparison visual -->
|
|
101
|
+
<text x="80" y="534" font-size="11" fill="#484f58" font-weight="700" letter-spacing="1">SEQUENTIAL</text>
|
|
102
|
+
<rect x="80" y="542" width="540" height="14" rx="3" fill="url(#slowBar)"/>
|
|
103
|
+
<text x="628" y="554" font-size="11" fill="#6e7681" font-family="'Consolas', 'SF Mono', monospace">60 min</text>
|
|
104
|
+
|
|
105
|
+
<text x="80" y="576" font-size="11" fill="#f59e0b" font-weight="700" letter-spacing="1">PARALLEL</text>
|
|
106
|
+
<rect x="80" y="584" width="135" height="14" rx="3" fill="url(#fastBar)"/>
|
|
107
|
+
<text x="224" y="596" font-size="11" fill="#10b981" font-family="'Consolas', 'SF Mono', monospace">15 min</text>
|
|
108
|
+
|
|
109
|
+
<!-- Right panel -->
|
|
110
|
+
<!-- Card 1 -->
|
|
111
|
+
<rect x="748" y="260" width="400" height="90" rx="8" fill="#0d0d16" stroke="#1e2030" stroke-width="1"/>
|
|
112
|
+
<rect x="748" y="260" width="3" height="90" rx="1" fill="url(#amber)"/>
|
|
113
|
+
<text x="770" y="288" font-size="11" font-weight="700" fill="#f59e0b" letter-spacing="1">CODE QUALITY</text>
|
|
114
|
+
<text x="770" y="308" font-size="13" fill="#8b949e">Patterns, dead code, naming,</text>
|
|
115
|
+
<text x="770" y="326" font-size="13" fill="#8b949e">complexity, maintainability</text>
|
|
116
|
+
<text x="770" y="342" font-size="11" fill="#484f58">code-reviewer agent</text>
|
|
117
|
+
|
|
118
|
+
<!-- Card 2 -->
|
|
119
|
+
<rect x="748" y="366" width="400" height="90" rx="8" fill="#0d0d16" stroke="#1e2030" stroke-width="1"/>
|
|
120
|
+
<rect x="748" y="366" width="3" height="90" rx="1" fill="#ef4444"/>
|
|
121
|
+
<text x="770" y="394" font-size="11" font-weight="700" fill="#ef4444" letter-spacing="1">SECURITY</text>
|
|
122
|
+
<text x="770" y="414" font-size="13" fill="#8b949e">OWASP Top 10, secrets, injection,</text>
|
|
123
|
+
<text x="770" y="432" font-size="13" fill="#8b949e">auth gaps, CVEs in deps</text>
|
|
124
|
+
<text x="770" y="448" font-size="11" fill="#484f58">security-reviewer agent</text>
|
|
125
|
+
|
|
126
|
+
<!-- Card 3 -->
|
|
127
|
+
<rect x="748" y="472" width="192" height="90" rx="8" fill="#0d0d16" stroke="#1e2030" stroke-width="1"/>
|
|
128
|
+
<rect x="748" y="472" width="3" height="90" rx="1" fill="#38bdf8"/>
|
|
129
|
+
<text x="770" y="498" font-size="11" font-weight="700" fill="#38bdf8" letter-spacing="1">PERFORMANCE</text>
|
|
130
|
+
<text x="770" y="518" font-size="12" fill="#8b949e">N+1, memory,</text>
|
|
131
|
+
<text x="770" y="536" font-size="12" fill="#8b949e">bundle, slow queries</text>
|
|
132
|
+
<text x="770" y="554" font-size="11" fill="#484f58">perf-optimizer</text>
|
|
133
|
+
|
|
134
|
+
<!-- Card 4 -->
|
|
135
|
+
<rect x="956" y="472" width="192" height="90" rx="8" fill="#0d0d16" stroke="#1e2030" stroke-width="1"/>
|
|
136
|
+
<rect x="956" y="472" width="3" height="90" rx="1" fill="#a78bfa"/>
|
|
137
|
+
<text x="978" y="498" font-size="11" font-weight="700" fill="#a78bfa" letter-spacing="1">API CONTRACTS</text>
|
|
138
|
+
<text x="978" y="518" font-size="12" fill="#8b949e">Breaking changes,</text>
|
|
139
|
+
<text x="978" y="536" font-size="12" fill="#8b949e">contract drift</text>
|
|
140
|
+
<text x="978" y="554" font-size="11" fill="#484f58">api-guardian</text>
|
|
141
|
+
|
|
142
|
+
<!-- Bottom bar -->
|
|
143
|
+
<rect x="0" y="637" width="1200" height="38" fill="#07080f"/>
|
|
144
|
+
<line x1="0" y1="637" x2="1200" y2="637" stroke="#1e1e2e" stroke-width="1"/>
|
|
145
|
+
<text x="56" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#f59e0b" font-weight="600">npx kodelyth-ecc</text>
|
|
146
|
+
<text x="206" y="661" font-size="12" fill="#2d3340">·</text>
|
|
147
|
+
<text x="222" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">github.com/sifxprime/kodelyth-ecc</text>
|
|
148
|
+
<text x="562" y="661" font-size="12" fill="#2d3340">·</text>
|
|
149
|
+
<text x="578" y="661" font-size="12" font-family="'Consolas', 'SF Mono', monospace" fill="#484f58">MIT · free forever</text>
|
|
150
|
+
</svg>
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<svg width="1200" height="675" viewBox="0 0 1200 675" xmlns="http://www.w3.org/2000/svg" font-family="'Segoe UI', system-ui, -apple-system, sans-serif">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
4
|
+
<stop offset="0%" style="stop-color:#050811"/>
|
|
5
|
+
<stop offset="100%" style="stop-color:#0d1117"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
<linearGradient id="accent" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
8
|
+
<stop offset="0%" style="stop-color:#a78bfa"/>
|
|
9
|
+
<stop offset="100%" style="stop-color:#38bdf8"/>
|
|
10
|
+
</linearGradient>
|
|
11
|
+
<linearGradient id="greenGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
12
|
+
<stop offset="0%" style="stop-color:#10b981"/>
|
|
13
|
+
<stop offset="100%" style="stop-color:#059669"/>
|
|
14
|
+
</linearGradient>
|
|
15
|
+
<linearGradient id="amberGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
16
|
+
<stop offset="0%" style="stop-color:#f59e0b"/>
|
|
17
|
+
<stop offset="100%" style="stop-color:#d97706"/>
|
|
18
|
+
</linearGradient>
|
|
19
|
+
<linearGradient id="redGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
20
|
+
<stop offset="0%" style="stop-color:#ef4444"/>
|
|
21
|
+
<stop offset="100%" style="stop-color:#dc2626"/>
|
|
22
|
+
</linearGradient>
|
|
23
|
+
<linearGradient id="blueGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
|
24
|
+
<stop offset="0%" style="stop-color:#38bdf8"/>
|
|
25
|
+
<stop offset="100%" style="stop-color:#0284c7"/>
|
|
26
|
+
</linearGradient>
|
|
27
|
+
</defs>
|
|
28
|
+
|
|
29
|
+
<rect width="1200" height="675" fill="url(#bg)"/>
|
|
30
|
+
<!-- Subtle ambient circles -->
|
|
31
|
+
<circle cx="1050" cy="480" r="260" fill="#2563eb" opacity="0.025"/>
|
|
32
|
+
<circle cx="600" cy="340" r="380" fill="#a78bfa" opacity="0.02"/>
|
|
33
|
+
<circle cx="80" cy="80" r="200" fill="#10b981" opacity="0.03"/>
|
|
34
|
+
|
|
35
|
+
<!-- Version badge -->
|
|
36
|
+
<rect x="80" y="38" width="76" height="24" rx="12" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
|
|
37
|
+
<text x="118" y="54" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.4</text>
|
|
38
|
+
|
|
39
|
+
<!-- Main headline -->
|
|
40
|
+
<text x="80" y="128" font-size="58" font-weight="900" letter-spacing="-2.5" fill="#ffffff">Kodelyth ECC</text>
|
|
41
|
+
<text x="80" y="182" font-size="22" font-weight="400" fill="url(#accent)">The AI coding toolkit that learns how you work.</text>
|
|
42
|
+
<text x="80" y="218" font-size="15" fill="#6e7681">70 agents · 11 platforms · Semantic routing · Compound learning · Zero cloud.</text>
|
|
43
|
+
|
|
44
|
+
<line x1="80" y1="242" x2="1120" y2="242" stroke="#21262d" stroke-width="1"/>
|
|
45
|
+
|
|
46
|
+
<!-- Big stats row -->
|
|
47
|
+
<!-- 70 agents (center) -->
|
|
48
|
+
<text x="600" y="310" font-size="80" font-weight="900" fill="#ffffff" text-anchor="middle">70</text>
|
|
49
|
+
<text x="600" y="334" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="3">SPECIALIST AGENTS</text>
|
|
50
|
+
|
|
51
|
+
<!-- Dividers -->
|
|
52
|
+
<line x1="430" y1="258" x2="430" y2="346" stroke="#21262d" stroke-width="1"/>
|
|
53
|
+
<line x1="770" y1="258" x2="770" y2="346" stroke="#21262d" stroke-width="1"/>
|
|
54
|
+
|
|
55
|
+
<!-- 194 skills (left) -->
|
|
56
|
+
<text x="255" y="304" font-size="46" font-weight="900" fill="#ffffff" text-anchor="middle">194</text>
|
|
57
|
+
<text x="255" y="328" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2.5">SKILLS</text>
|
|
58
|
+
|
|
59
|
+
<!-- 97 commands (right) -->
|
|
60
|
+
<text x="945" y="304" font-size="46" font-weight="900" fill="#ffffff" text-anchor="middle">97</text>
|
|
61
|
+
<text x="945" y="328" font-size="11" fill="#484f58" text-anchor="middle" letter-spacing="2.5">COMMANDS</text>
|
|
62
|
+
|
|
63
|
+
<line x1="80" y1="360" x2="1120" y2="360" stroke="#21262d" stroke-width="1"/>
|
|
64
|
+
|
|
65
|
+
<!-- Feature cards row 1 -->
|
|
66
|
+
<!-- Card: Compound Learning -->
|
|
67
|
+
<rect x="80" y="378" width="248" height="118" rx="10" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.35" stroke-width="1"/>
|
|
68
|
+
<rect x="80" y="378" width="4" height="118" rx="2" fill="url(#greenGrad)"/>
|
|
69
|
+
<text x="100" y="402" font-size="10" font-weight="700" fill="#10b981" letter-spacing="1">COMPOUND LEARNING</text>
|
|
70
|
+
<text x="100" y="422" font-size="12" fill="#e6edf3">Corrections become rules.</text>
|
|
71
|
+
<text x="100" y="440" font-size="12" fill="#e6edf3">Rules inject every session.</text>
|
|
72
|
+
<text x="100" y="462" font-size="11" fill="#484f58">capture-correction.js</text>
|
|
73
|
+
<text x="100" y="478" font-size="11" fill="#484f58">read-lessons.js · BM25 recall</text>
|
|
74
|
+
|
|
75
|
+
<!-- Card: Devil Mode -->
|
|
76
|
+
<rect x="344" y="378" width="248" height="118" rx="10" fill="#2d0a0a" stroke="#ef4444" stroke-opacity="0.35" stroke-width="1"/>
|
|
77
|
+
<rect x="344" y="378" width="4" height="118" rx="2" fill="url(#redGrad)"/>
|
|
78
|
+
<text x="364" y="402" font-size="10" font-weight="700" fill="#ef4444" letter-spacing="1">DEVIL MODE</text>
|
|
79
|
+
<text x="364" y="422" font-size="12" fill="#e6edf3">8 adversarial agents.</text>
|
|
80
|
+
<text x="364" y="440" font-size="12" fill="#e6edf3">Read code like an attacker.</text>
|
|
81
|
+
<text x="364" y="462" font-size="11" fill="#484f58">injection · supply chain</text>
|
|
82
|
+
<text x="364" y="478" font-size="11" fill="#484f58">secrets · backdoors · chaos</text>
|
|
83
|
+
|
|
84
|
+
<!-- Card: Parallel Agents -->
|
|
85
|
+
<rect x="608" y="378" width="248" height="118" rx="10" fill="#161b22" stroke="#f59e0b" stroke-opacity="0.35" stroke-width="1"/>
|
|
86
|
+
<rect x="608" y="378" width="4" height="118" rx="2" fill="url(#amberGrad)"/>
|
|
87
|
+
<text x="628" y="402" font-size="10" font-weight="700" fill="#f59e0b" letter-spacing="1">PARALLEL AGENTS</text>
|
|
88
|
+
<text x="628" y="422" font-size="12" fill="#e6edf3">/team-review: 4 agents, 15 min.</text>
|
|
89
|
+
<text x="628" y="440" font-size="12" fill="#e6edf3">/project-launch: 5 agents, 10 min.</text>
|
|
90
|
+
<text x="628" y="462" font-size="11" fill="#484f58">8 parallel commands total</text>
|
|
91
|
+
<text x="628" y="478" font-size="11" fill="#484f58">fire specialists simultaneously</text>
|
|
92
|
+
|
|
93
|
+
<!-- Card: MCP + Semantic Routing -->
|
|
94
|
+
<rect x="872" y="378" width="248" height="118" rx="10" fill="#0f0c1e" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
|
|
95
|
+
<rect x="872" y="378" width="4" height="118" rx="2" fill="url(#accent)"/>
|
|
96
|
+
<text x="892" y="402" font-size="10" font-weight="700" fill="#a78bfa" letter-spacing="1">MCP + ROUTING</text>
|
|
97
|
+
<text x="892" y="422" font-size="12" fill="#e6edf3">16 tools · 377 resources.</text>
|
|
98
|
+
<text x="892" y="440" font-size="12" fill="#e6edf3">Semantic intent routing.</text>
|
|
99
|
+
<text x="892" y="462" font-size="11" fill="#484f58">Claude Desktop · LangGraph</text>
|
|
100
|
+
<text x="892" y="478" font-size="11" fill="#484f58">AutoGen · CrewAI · OpenAI SDK</text>
|
|
101
|
+
|
|
102
|
+
<!-- Bottom strip: 4 mini-pills -->
|
|
103
|
+
<rect x="80" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
104
|
+
<text x="162" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">Zero Cost</text>
|
|
105
|
+
<text x="162" y="555" font-size="11" fill="#484f58" text-anchor="middle">MIT · local files only</text>
|
|
106
|
+
|
|
107
|
+
<rect x="260" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
108
|
+
<text x="342" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">11 Platforms</text>
|
|
109
|
+
<text x="342" y="555" font-size="11" fill="#484f58" text-anchor="middle">13 install targets</text>
|
|
110
|
+
|
|
111
|
+
<rect x="440" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
112
|
+
<text x="522" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">336 Tests</text>
|
|
113
|
+
<text x="522" y="555" font-size="11" fill="#484f58" text-anchor="middle">24 test files · all passing</text>
|
|
114
|
+
|
|
115
|
+
<rect x="620" y="516" width="164" height="48" rx="8" fill="#161b22" stroke="#30363d" stroke-width="1"/>
|
|
116
|
+
<text x="702" y="537" font-size="13" fill="#ffffff" text-anchor="middle" font-weight="700">Self-Learning</text>
|
|
117
|
+
<text x="702" y="555" font-size="11" fill="#484f58" text-anchor="middle">compound memory</text>
|
|
118
|
+
|
|
119
|
+
<rect x="800" y="516" width="320" height="48" rx="8" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.4" stroke-width="1"/>
|
|
120
|
+
<text x="960" y="535" font-size="12" fill="#10b981" text-anchor="middle" font-weight="700">npx kodelyth-ecc</text>
|
|
121
|
+
<text x="960" y="553" font-size="11" fill="#484f58" text-anchor="middle">github.com/sifxprime/kodelyth-ecc</text>
|
|
122
|
+
|
|
123
|
+
<!-- Bottom bar -->
|
|
124
|
+
<rect x="0" y="597" width="1200" height="36" fill="#0d1117" stroke="#21262d" stroke-width="0"/>
|
|
125
|
+
<text x="600" y="619" font-size="12" fill="#30363d" text-anchor="middle">Kodelyth ECC — Claude Code · Windsurf · Cursor · Codex CLI · Antigravity · Cline · Roo Code · Aider · Kimi · Gemini CLI · OpenCode</text>
|
|
126
|
+
</svg>
|
package/social/readme-hero.svg
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<!-- LEFT — Brand block -->
|
|
26
26
|
<!-- Version badge -->
|
|
27
27
|
<rect x="32" y="22" width="72" height="20" rx="10" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
|
|
28
|
-
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.
|
|
28
|
+
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.7.4</text>
|
|
29
29
|
|
|
30
30
|
<!-- Title -->
|
|
31
31
|
<text x="32" y="78" font-size="36" font-weight="900" letter-spacing="-1.5" fill="#ffffff">Kodelyth</text>
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
<circle cx="344" cy="31" r="5" fill="#ff5f57"/>
|
|
62
62
|
<circle cx="360" cy="31" r="5" fill="#febc2e"/>
|
|
63
63
|
<circle cx="376" cy="31" r="5" fill="#28c840"/>
|
|
64
|
-
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.7.
|
|
64
|
+
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.7.4</text>
|
|
65
65
|
|
|
66
66
|
<text x="348" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">$</text>
|
|
67
67
|
<text x="360" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
68
68
|
|
|
69
|
-
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.7.
|
|
69
|
+
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.7.4...</text>
|
|
70
70
|
|
|
71
71
|
<text x="348" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> Agents (70) </text>
|
|
72
72
|
<text x="494" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.claude/agents/</text>
|
|
@@ -84,6 +84,6 @@
|
|
|
84
84
|
<text x="494" y="180" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.kodelyth/memory/</text>
|
|
85
85
|
|
|
86
86
|
<rect x="348" y="196" width="500" height="36" rx="6" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
|
|
87
|
-
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">v1.7.
|
|
87
|
+
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">v1.7.4 — SEMANTIC INTENT ROUTING</text>
|
|
88
88
|
<text x="368" y="226" font-size="10" fill="#6b7280">Paste code or a stack trace — AI routes you automatically, no command needed</text>
|
|
89
89
|
</svg>
|
package/social/section-mcp.svg
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
<!-- Label -->
|
|
15
15
|
<rect x="32" y="20" width="138" height="22" rx="11" fill="#38bdf8" fill-opacity="0.12" stroke="#38bdf8" stroke-opacity="0.4" stroke-width="1"/>
|
|
16
|
-
<text x="101" y="35" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700" letter-spacing="1">MCP SERVER v1.7.
|
|
16
|
+
<text x="101" y="35" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700" letter-spacing="1">MCP SERVER v1.7.4</text>
|
|
17
17
|
|
|
18
18
|
<text x="32" y="70" font-size="22" font-weight="800" fill="#ffffff">Universal adapter — any agent framework speaks ECC</text>
|
|
19
19
|
<text x="32" y="92" font-size="12" fill="#6e7681">16 tools · 6 prompts · 365 resources · stdio JSON-RPC · zero telemetry</text>
|