@i4ctime/q-ring 0.13.0 → 0.14.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.
- package/README.md +9 -8
- package/assets/icon-192.png +0 -0
- package/assets/icon-512.png +0 -0
- package/assets/mark-mono.svg +27 -0
- package/assets/mark-small.svg +15 -0
- package/assets/mark.svg +44 -0
- package/assets/repo-social-preview.png +0 -0
- package/assets/social-card-optimized.jpg +0 -0
- package/dist/{chunk-SRESNRML.js → chunk-C2TFJ2EH.js} +466 -200
- package/dist/chunk-C2TFJ2EH.js.map +1 -0
- package/dist/{chunk-CWV3WTPF.js → chunk-NNIEXAW5.js} +454 -194
- package/dist/chunk-NNIEXAW5.js.map +1 -0
- package/dist/{dashboard-II2ILNXA.js → dashboard-KAUEPLXO.js} +2 -2
- package/dist/{dashboard-RLMROWIU.js → dashboard-PYYAED45.js} +2 -2
- package/dist/index.js +60 -8
- package/dist/index.js.map +1 -1
- package/dist/mcp.js +49 -7
- package/dist/mcp.js.map +1 -1
- package/package.json +21 -8
- package/dist/chunk-CWV3WTPF.js.map +0 -1
- package/dist/chunk-SRESNRML.js.map +0 -1
- /package/dist/{dashboard-II2ILNXA.js.map → dashboard-KAUEPLXO.js.map} +0 -0
- /package/dist/{dashboard-RLMROWIU.js.map → dashboard-PYYAED45.js.map} +0 -0
package/README.md
CHANGED
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/@i4ctime/q-ring)
|
|
10
10
|
[](https://qring.i4c.studio/docs)
|
|
11
|
-
[](https://glama.ai/mcp/servers/I4cTime/
|
|
12
|
-
[](https://github.com/I4cTime/
|
|
11
|
+
[](https://glama.ai/mcp/servers/I4cTime/q-ring)
|
|
12
|
+
[](https://github.com/I4cTime/q-ring/blob/main/LICENSE)
|
|
13
|
+
[](https://discord.gg/5uEApw5uEz)
|
|
13
14
|
|
|
14
|
-
<a href="https://glama.ai/mcp/servers/I4cTime/
|
|
15
|
-
<img src="https://glama.ai/mcp/servers/I4cTime/
|
|
15
|
+
<a href="https://glama.ai/mcp/servers/I4cTime/q-ring">
|
|
16
|
+
<img src="https://glama.ai/mcp/servers/I4cTime/q-ring/badges/card.svg" alt="q-ring MCP server" width="400" />
|
|
16
17
|
</a>
|
|
17
18
|
|
|
18
19
|
Stop pasting API keys into plain-text `.env` files or wrestling with clunky secret managers. **q-ring** securely anchors your credentials to your OS's native vault (macOS Keychain, Linux Secret Service, Windows Credential Vault) and supercharges them with mechanics from quantum physics.
|
|
@@ -49,8 +50,8 @@ brew install i4ctime/tap/qring
|
|
|
49
50
|
The repo ships a `Dockerfile` that builds the MCP server and exposes it through [`mcp-proxy`](https://github.com/punkpeye/mcp-proxy) — useful for hosted MCP deployments (e.g. Glama) or keeping the server off the host entirely:
|
|
50
51
|
|
|
51
52
|
```bash
|
|
52
|
-
git clone https://github.com/I4cTime/
|
|
53
|
-
cd
|
|
53
|
+
git clone https://github.com/I4cTime/q-ring.git
|
|
54
|
+
cd q-ring
|
|
54
55
|
docker build -t qring-mcp .
|
|
55
56
|
docker run --rm -p 8080:8080 qring-mcp
|
|
56
57
|
```
|
|
@@ -802,7 +803,7 @@ Add to `.cursor/mcp.json` or `.kiro/mcp.json`:
|
|
|
802
803
|
"mcpServers": {
|
|
803
804
|
"q-ring": {
|
|
804
805
|
"command": "node",
|
|
805
|
-
"args": ["/path/to/
|
|
806
|
+
"args": ["/path/to/q-ring/dist/mcp.js"]
|
|
806
807
|
}
|
|
807
808
|
}
|
|
808
809
|
}
|
|
@@ -831,7 +832,7 @@ Add to `~/.claude/claude_desktop_config.json`:
|
|
|
831
832
|
"mcpServers": {
|
|
832
833
|
"q-ring": {
|
|
833
834
|
"command": "node",
|
|
834
|
-
"args": ["/path/to/
|
|
835
|
+
"args": ["/path/to/q-ring/dist/mcp.js"]
|
|
835
836
|
}
|
|
836
837
|
}
|
|
837
838
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
|
|
2
|
+
<!-- q-ring brand mark, single-color cut (badges/stickers/engraving). -->
|
|
3
|
+
<defs>
|
|
4
|
+
<mask id="qhole" maskUnits="userSpaceOnUse" x="0" y="0" width="512" height="512">
|
|
5
|
+
<rect width="512" height="512" fill="#fff"/>
|
|
6
|
+
<ellipse cx="256" cy="243" rx="78" ry="73" fill="#000"/>
|
|
7
|
+
</mask>
|
|
8
|
+
</defs>
|
|
9
|
+
<g stroke="#f8f8ff" fill="none" stroke-linecap="round">
|
|
10
|
+
<path d="M256 84C204 110 146 116 94 122C92 242 130 364 256 452C382 364 420 242 418 122C366 116 308 110 256 84Z" stroke-width="9"/>
|
|
11
|
+
<path d="M256 102C209.2 125.4 157 130.8 110.2 136.2C108.4 244.2 142.6 354 256 433.2C369.4 354 403.6 244.2 401.8 136.2C355 130.8 302.8 125.4 256 102Z" stroke-width="4.5"/>
|
|
12
|
+
<g mask="url(#qhole)">
|
|
13
|
+
<ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(-62 256 243)" stroke-width="4"/>
|
|
14
|
+
<ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(0 256 243)" stroke-width="4"/>
|
|
15
|
+
<ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(62 256 243)" stroke-width="4"/>
|
|
16
|
+
</g>
|
|
17
|
+
<ellipse cx="256" cy="243" rx="72" ry="72" stroke-width="6.5"/>
|
|
18
|
+
<ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(30 256 243)" stroke-width="5.5"/>
|
|
19
|
+
<ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(-30 256 243)" stroke-width="5.5"/>
|
|
20
|
+
<circle cx="323.37" cy="157.7" r="8" fill="#f8f8ff" stroke="none"/>
|
|
21
|
+
<circle cx="188.63" cy="328.3" r="8" fill="#f8f8ff" stroke="none"/>
|
|
22
|
+
<circle cx="155.93" cy="267.38" r="8" fill="#f8f8ff" stroke="none"/>
|
|
23
|
+
<circle cx="356.07" cy="218.62" r="8" fill="#f8f8ff" stroke="none"/>
|
|
24
|
+
<circle cx="189.28" cy="192.57" r="8" fill="#f8f8ff" stroke="none"/>
|
|
25
|
+
<circle cx="322.72" cy="293.43" r="8" fill="#f8f8ff" stroke="none"/>
|
|
26
|
+
</g>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
|
|
2
|
+
<!-- q-ring brand mark, small-size cut (favicon-legible): shield + ring.
|
|
3
|
+
Colors canonical; source of truth: apps/qring/lib/palette.ts. -->
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="qg" gradientUnits="userSpaceOnUse" x1="72" y1="256" x2="440" y2="256">
|
|
6
|
+
<stop offset="0" stop-color="#00D1FF"/>
|
|
7
|
+
<stop offset="0.52" stop-color="#7B2DFF"/>
|
|
8
|
+
<stop offset="1" stop-color="#D946EF"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
</defs>
|
|
11
|
+
<g stroke="url(#qg)" fill="none" stroke-linecap="round">
|
|
12
|
+
<path d="M256 84C204 110 146 116 94 122C92 242 130 364 256 452C382 364 420 242 418 122C366 116 308 110 256 84Z" stroke-width="24"/>
|
|
13
|
+
<circle cx="256" cy="246" r="96" stroke-width="28"/>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
package/assets/mark.svg
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
|
|
2
|
+
<!-- q-ring brand mark. Colors are canonical brand hex values; source of
|
|
3
|
+
truth: apps/qring/lib/palette.ts + app/globals.css @theme. -->
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="qg" gradientUnits="userSpaceOnUse" x1="72" y1="256" x2="440" y2="256">
|
|
6
|
+
<stop offset="0" stop-color="#00D1FF"/>
|
|
7
|
+
<stop offset="0.52" stop-color="#7B2DFF"/>
|
|
8
|
+
<stop offset="1" stop-color="#D946EF"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<mask id="qhole" maskUnits="userSpaceOnUse" x="0" y="0" width="512" height="512">
|
|
11
|
+
<rect width="512" height="512" fill="#fff"/>
|
|
12
|
+
<ellipse cx="256" cy="243" rx="78" ry="73" fill="#000"/>
|
|
13
|
+
</mask>
|
|
14
|
+
<filter id="qglow-wide" x="-30%" y="-30%" width="160%" height="160%">
|
|
15
|
+
<feGaussianBlur stdDeviation="9"/>
|
|
16
|
+
</filter>
|
|
17
|
+
<filter id="qglow-tight" x="-30%" y="-30%" width="160%" height="160%">
|
|
18
|
+
<feGaussianBlur stdDeviation="2.5"/>
|
|
19
|
+
</filter>
|
|
20
|
+
<g id="qart">
|
|
21
|
+
<g stroke="url(#qg)" fill="none" stroke-linecap="round">
|
|
22
|
+
<path d="M256 84C204 110 146 116 94 122C92 242 130 364 256 452C382 364 420 242 418 122C366 116 308 110 256 84Z" stroke-width="9"/>
|
|
23
|
+
<path d="M256 102C209.2 125.4 157 130.8 110.2 136.2C108.4 244.2 142.6 354 256 433.2C369.4 354 403.6 244.2 401.8 136.2C355 130.8 302.8 125.4 256 102Z" stroke-width="4.5"/>
|
|
24
|
+
<g mask="url(#qhole)">
|
|
25
|
+
<ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(-62 256 243)" stroke-width="4"/>
|
|
26
|
+
<ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(0 256 243)" stroke-width="4"/>
|
|
27
|
+
<ellipse cx="256" cy="243" rx="118" ry="46" transform="rotate(62 256 243)" stroke-width="4"/>
|
|
28
|
+
</g>
|
|
29
|
+
<ellipse cx="256" cy="243" rx="72" ry="72" stroke-width="6.5"/>
|
|
30
|
+
<ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(30 256 243)" stroke-width="5.5"/>
|
|
31
|
+
<ellipse cx="256" cy="243" rx="76.5" ry="65.5" transform="rotate(-30 256 243)" stroke-width="5.5"/>
|
|
32
|
+
<circle cx="323.37" cy="157.7" r="8" fill="url(#qg)" stroke="none"/>
|
|
33
|
+
<circle cx="188.63" cy="328.3" r="8" fill="url(#qg)" stroke="none"/>
|
|
34
|
+
<circle cx="155.93" cy="267.38" r="8" fill="url(#qg)" stroke="none"/>
|
|
35
|
+
<circle cx="356.07" cy="218.62" r="8" fill="url(#qg)" stroke="none"/>
|
|
36
|
+
<circle cx="189.28" cy="192.57" r="8" fill="url(#qg)" stroke="none"/>
|
|
37
|
+
<circle cx="322.72" cy="293.43" r="8" fill="url(#qg)" stroke="none"/>
|
|
38
|
+
</g>
|
|
39
|
+
</g>
|
|
40
|
+
</defs>
|
|
41
|
+
<use href="#qart" filter="url(#qglow-wide)" opacity="0.75"/>
|
|
42
|
+
<use href="#qart" filter="url(#qglow-tight)" opacity="0.9"/>
|
|
43
|
+
<use href="#qart"/>
|
|
44
|
+
</svg>
|
|
Binary file
|
|
Binary file
|