Skip to content

Commit 4788069

Browse files
이혁진이혁진
authored andcommitted
Release 0.1.3
The install line on the landing page is a sentence, not a command, so it wraps now instead of scrolling out of view with most of the URL hidden. Contents: projects that track nothing can enter through audit_tracking, which no longer needs a CSV and returns when to come back; three MCP prompts; README down to 70 lines with the reference material in docs/; any export format from any database tool; the landing page without its second copy of the analysis engine.
1 parent e5a2c06 commit 4788069

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

hosting/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
h1{font-size:46px;margin:0 0 4px}
1717
.sub{font-size:21px;color:#777;margin:0 0 26px}
1818
.shot{width:100%;border:2px solid #222;border-radius:14px;box-shadow:5px 5px 0 #22222215;margin:0 0 26px}
19-
.install{display:flex;align-items:center;gap:10px;background:#1d2833;color:#d8e6f7;
19+
.install{display:flex;align-items:flex-start;gap:10px;background:#1d2833;color:#d8e6f7;
2020
border-radius:12px;padding:13px 16px;font-family:ui-monospace,Menlo,monospace;font-size:13px;margin:0 0 8px}
21-
.install .scroll{overflow-x:auto;flex:1;text-align:left}
22-
.install code{white-space:nowrap;cursor:pointer}
21+
.install .scroll{flex:1;text-align:left;min-width:0}
22+
.install code{white-space:pre-wrap;word-break:break-word;cursor:pointer;line-height:1.55}
2323
.sqlbar code{cursor:pointer}
2424
::selection{background:#2f7de155}
2525
.copy{flex-shrink:0;border:1px solid #d8e6f766;background:none;color:#d8e6f7;border-radius:8px;

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dotplot-mcp"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "See individual users, not aggregate charts — YC's Dot Plot methodology as an MCP server"
55
readme = "README.md"
66
license = { text = "MIT" }

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"url": "https://github.com/brownglasses/dotplot-mcp",
77
"source": "github"
88
},
9-
"version": "0.1.2",
9+
"version": "0.1.3",
1010
"packages": [
1111
{
1212
"registryType": "pypi",
1313
"identifier": "dotplot-mcp",
14-
"version": "0.1.2",
14+
"version": "0.1.3",
1515
"transport": {
1616
"type": "stdio"
1717
},

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)