diff --git a/README.md b/README.md index 4de8d9e..aae5784 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,6 @@ # Check Point - Workforce AI MCP Server -[![License](https://img.shields.io/github/license/CheckPointSW/workforce-ai-mcp.svg?style=plastic)](https://github.com/CheckPointSW/workforce-ai-mcp/blob/release/LICENSE) [![npm version](https://img.shields.io/npm/v/@haimkastner/workforce-ai-mcp.svg?style=plastic)](https://www.npmjs.com/package/@haimkastner/workforce-ai-mcp) - - -> **Pre-release disclaimer:** This package is currently in release candidate (RC) stage and is intended for testing and evaluation purposes only. APIs and tool definitions may change before the stable release. Do not use in production environments. +[![License](https://img.shields.io/github/license/CheckPointSW/workforce-ai-mcp.svg?style=plastic)](https://github.com/CheckPointSW/workforce-ai-mcp/blob/release/LICENSE) [![npm version](https://img.shields.io/npm/v/@chkp/workforce-ai-mcp.svg?style=plastic)](https://www.npmjs.com/package/@chkp/workforce-ai-mcp) An [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server that exposes Check Point Workforce AI capabilities as LLM tools — enabling AI assistants to query, analyze, and manage AI & Browse security policies, assets, and applications through natural language. @@ -45,7 +42,7 @@ CP_CI_CLIENT_ID="your-client-id" \ CP_CI_ACCESS_KEY="your-access-key" \ CP_CI_GATEWAY="https://cloudinfra-gw-us.portal.checkpoint.com" \ MCP_MODE=stdio \ -npx @haimkastner/workforce-ai-mcp +npx @chkp/workforce-ai-mcp ``` #### Claude Desktop configuration @@ -57,7 +54,7 @@ Add to your `claude_desktop_config.json`: "mcpServers": { "workforce-ai": { "command": "npx", - "args": ["--yes", "@haimkastner/workforce-ai-mcp"], + "args": ["--yes", "@chkp/workforce-ai-mcp"], "env": { "CP_CI_CLIENT_ID": "your-client-id", "CP_CI_ACCESS_KEY": "your-access-key", @@ -79,7 +76,7 @@ CP_CI_ACCESS_KEY="your-access-key" \ CP_CI_GATEWAY="https://cloudinfra-gw-us.portal.checkpoint.com" \ MCP_MODE=http \ PORT=3000 \ -npx @haimkastner/workforce-ai-mcp +npx @chkp/workforce-ai-mcp ``` The server exposes: diff --git a/package.json b/package.json index 45428b2..e524023 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@haimkastner/workforce-ai-mcp", - "version": "1.0.0-rc.7", + "name": "@chkp/workforce-ai-mcp", + "version": "1.0.0", "description": "MCP server for Workforce AI — policy management, asset visibility, and apps catalog via LLM tool calls", "license": "MIT", "keywords": [