identityforge
Advanced tools
+1
-1
| 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. */ |
+10
-5
| { | ||
| "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 @@ }, |
+30
-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. |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
335793
0.33%470
6.82%16
-5.88%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
Updated