lit-forge-mcp 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # lit-forge MCP server
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/lit-forge-mcp.svg)](https://www.npmjs.com/package/lit-forge-mcp)
4
+ [![license](https://img.shields.io/npm/l/lit-forge-mcp.svg)](./LICENSE)
5
+ [![node](https://img.shields.io/node/v/lit-forge-mcp.svg)](https://nodejs.org)
6
+
3
7
  [lit-forge.com](https://lit-forge.com) の開発者向けユーティリティを Model Context Protocol(MCP)経由で AI から直接呼び出せるようにする stdio サーバーです。
4
8
 
5
9
  Claude Desktop / Claude Code / Cursor など、MCP に対応した任意の AI クライアントで動作します。
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "lit-forge-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
+ "mcpName": "io.github.noblabs/lit-forge-mcp",
4
5
  "description": "MCP server exposing lit-forge.com developer utilities (JSON / regex / JWT / Base64 / URL / hash / UUID / timestamp / YAML↔JSON / cron) as callable tools.",
5
6
  "type": "module",
6
7
  "license": "MIT",