Sign In

identityforge

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

identityforge - npm Package Compare versions

Comparing version
0.3.6
to
0.3.7
+1
-1
dist/api.js
import { resolveApiKey, resolveApiUrl } from "./config.js";
import { isVersionGreater } from "./updateCheck.js";
export const CLI_VERSION = "0.3.6";
export const CLI_VERSION = "0.3.7";
let apiClient = "cli";

@@ -5,0 +5,0 @@ /** Select the client identity used by subsequent API requests. */

{
"name": "identityforge",
"version": "0.3.6",
"version": "0.3.7",
"mcpName": "io.identityforge/mcp",
"description": "Agent-native brand naming, domain research, and design systems through one CLI and MCP server.",
"type": "module",
"homepage": "https://identityforge.io",
"repository": {
"type": "git",
"url": "git+https://github.com/KasayoDotCom/identityforge-mcp.git"
},
"bugs": {
"url": "https://identityforge.io"
"url": "https://github.com/KasayoDotCom/identityforge-mcp/issues"
},

@@ -15,3 +20,3 @@ "bin": {

"access": "public",
"provenance": false
"provenance": true
},

@@ -51,4 +56,4 @@ "files": ["dist"],

"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"commander": "^15.0.0",
"@modelcontextprotocol/sdk": "1.29.0",
"commander": "^13.1.0",
"zod": "^4.4.3"

@@ -55,0 +60,0 @@ },

@@ -69,2 +69,31 @@ # identityforge

### Install the agent plugin and skill
The repository also bundles the MCP server with an Agent Skill that tells the agent when
to use Identity Forge, how free and authenticated access differ, and how browser signup
resumes after email confirmation.
Claude Code:
```bash
claude plugin marketplace add KasayoDotCom/identityforge-mcp
claude plugin install identity-forge@identity-forge
```
GitHub Copilot CLI:
```bash
copilot plugin marketplace add KasayoDotCom/identityforge-mcp
copilot plugin install identity-forge@identity-forge
```
Codex and other Agent Skills-compatible clients:
```bash
npx skills add KasayoDotCom/identityforge-mcp
```
Cursor metadata is included for directory distribution. Until it is listed there, use
the `install --client cursor` command above to connect the same MCP server.
## MCP tools

@@ -434,2 +463,3 @@

- [Source and agent plugin](https://github.com/KasayoDotCom/identityforge-mcp): the public CLI and MCP implementation.
- [Kit gallery](https://identityforge.io/kits): browse every kit with live previews, judged use-case lanes, and search.

@@ -436,0 +466,0 @@ - [For agents](https://identityforge.io/for-agents): the full agent integration story.