caplets 0.12.3 → 0.12.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/README.md CHANGED
@@ -1,4 +1,26 @@
1
- # Caplets
1
+ <div align="center">
2
+ <img src="assets/icon.png" alt="Caplets logo" width="140" height="140" />
3
+
4
+ <h1>Caplets</h1>
5
+
6
+ <p>
7
+ <strong>Capability cards for coding agents.</strong><br />
8
+ Wrap sprawling tool stacks behind focused, progressive-disclosure interfaces.
9
+ </p>
10
+
11
+ <p>
12
+ <a href="https://www.npmjs.com/package/caplets"><img alt="npm" src="https://img.shields.io/npm/v/caplets?style=flat-square&color=E0582F" /></a>
13
+ <a href="https://github.com/spiritledsoftware/caplets/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/spiritledsoftware/caplets/ci.yml?branch=main&style=flat-square&label=ci&color=E0582F" /></a>
14
+ <a href="LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-F6E8C8?style=flat-square&labelColor=1F2018" /></a>
15
+ <img alt="Node 22+" src="https://img.shields.io/badge/node-%3E%3D22-F6E8C8?style=flat-square&labelColor=1F2018" />
16
+ </p>
17
+
18
+ <p>
19
+ <code>MCP</code> · <code>OpenAPI</code> · <code>GraphQL</code> · <code>HTTP</code> · <code>CLI</code>
20
+ </p>
21
+ </div>
22
+
23
+ ---
2
24
 
3
25
  Caplets turns sprawling tool setups into focused capability cards for coding agents.
4
26
  Connect MCP servers, OpenAPI specs, GraphQL endpoints, HTTP actions, and curated CLI
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
3
3
  import { CapletsRuntime, runCli } from "@caplets/core";
4
4
  //#region package.json
5
- var version = "0.12.3";
5
+ var version = "0.12.4";
6
6
  //#endregion
7
7
  //#region src/index.ts
8
8
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "caplets",
3
- "version": "0.12.3",
3
+ "version": "0.12.4",
4
4
  "description": "Progressive disclosure gateway CLI for MCP servers and native Caplets adapters.",
5
5
  "keywords": [
6
6
  "caplets",