Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/.well-known/mcp/server-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"name": "io.github.DataViking-Tech/synthpanel",
"title": "SynthPanel",
"description": "Run synthetic focus groups using AI personas. 12 MCP tools for single prompts, full panel runs, and v3 branching (adaptive) instruments across any LLM provider (Claude, OpenAI, Gemini, xAI).",
"version": "1.5.3",
"version": "1.5.4",
"websiteUrl": "https://synthpanel.dev",
"repository": {
"url": "https://github.com/DataViking-Tech/SynthPanel",
"source": "github"
},
"serverInfo": {
"name": "synthpanel",
"version": "1.5.3"
"version": "1.5.4"
},
"capabilities": {
"tools": { "listChanged": false },
Expand All @@ -23,7 +23,7 @@
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "synthpanel",
"version": "1.5.3",
"version": "1.5.4",
"runtimeHint": "uvx",
"runtimeArguments": [
{ "type": "positional", "value": "synthpanel[mcp]" },
Expand Down
6 changes: 3 additions & 3 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Research Tool",
"operatingSystem": "Cross-platform",
"softwareVersion": "1.5.3",
"softwareVersion": "1.5.4",
"dateModified": "",
"license": "https://opensource.org/licenses/MIT",
"codeRepository": "https://github.com/DataViking-Tech/SynthPanel",
Expand Down Expand Up @@ -140,7 +140,7 @@
class="mb-4 inline-flex items-center gap-2 rounded-full border border-emerald-400/30 bg-emerald-400/5 px-3 py-1 text-xs font-medium text-emerald-300"
>
<span class="h-1.5 w-1.5 rounded-full bg-emerald-400"></span>
v1.5.3 — public beta
v1.5.4 — public beta
</p>
<h1
class="bg-gradient-to-br from-white to-slate-400 bg-clip-text font-mono text-5xl font-bold tracking-tight text-transparent sm:text-6xl"
Expand Down Expand Up @@ -706,7 +706,7 @@ <h2 class="mb-2 text-xs font-semibold uppercase tracking-wider text-slate-500">
class="mt-4 flex flex-wrap items-center justify-between gap-3 border-t border-slate-800 py-6 text-xs text-slate-500"
>
<span>
&copy; 2026 DataViking · MIT-licensed · v1.5.3 ·
&copy; 2026 DataViking · MIT-licensed · v1.5.4 ·
<a
href="https://github.com/DataViking-Tech/SynthPanel"
rel="noopener"
Expand Down
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# synthpanel — Run synthetic focus groups with any LLM

v1.5.3 — public beta
v1.5.4 — public beta

# synthpanel

Expand Down
2 changes: 1 addition & 1 deletion src/synth_panel/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.5.3"
__version__ = "1.5.4"
Loading