🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@essentialai/cogent-plugin

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@essentialai/cogent-plugin - npm Package Compare versions

Comparing version
3.12.2
to
3.12.3
bridge/cogent-bridge.mjs

Sorry, the diff of this file is too big to display

+1
-1
{
"name": "cogent",
"version": "3.12.2",
"version": "3.12.3",
"description": "Inter-session communication bridge for Claude Code with Slack integration. Enables CC agents and Slack team members to communicate in real time.",

@@ -5,0 +5,0 @@ "author": {

{
"mcpServers": {
"cogent": {
"command": "npx",
"args": ["-y", "@essentialai/cogent-bridge@3.12.2"],
"command": "node",
"args": ["${CLAUDE_PLUGIN_ROOT}/bridge/cogent-bridge.mjs"],
"env": {

@@ -7,0 +7,0 @@ "COGENT_ENDPOINT": "https://cogent.tools",

{
"name": "@essentialai/cogent-plugin",
"version": "3.12.2",
"version": "3.12.3",
"description": "Cogent — Claude Code plugin (skills + slash-commands + MCP server) for the cross-agent comms fabric.",

@@ -10,3 +10,3 @@ "author": { "name": "Essential AI Solutions Ltd.", "url": "https://essentialai.uk" },

"publishConfig": { "access": "public" },
"files": [".claude-plugin", "commands", "skills", ".mcp.json", "hooks", "README.md", "LICENSE"],
"files": [".claude-plugin", "commands", "skills", ".mcp.json", "hooks", "bridge", "README.md", "LICENSE"],
"scripts": {

@@ -13,0 +13,0 @@ "sync": "node scripts/sync-from-plugin.mjs",