Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@focus-mcp/cli

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@focus-mcp/cli - npm Package Compare versions

Comparing version
2.3.0-dev-3c20842c1b1e8ccc8b4489d657f47f458266fa24
to
2.3.0
+1
-1
CHANGELOG.md
# @focus-mcp/cli
## 2.3.0-dev-3c20842c1b1e8ccc8b4489d657f47f458266fa24
## 2.3.0

@@ -5,0 +5,0 @@ ### Minor Changes

{
"name": "@focus-mcp/cli",
"version": "2.3.0-dev-3c20842c1b1e8ccc8b4489d657f47f458266fa24",
"private": false,
"description": "Focus your AI agents on what matters. 68+ bricks, 1 MCP server, modular context — from 200k to 2k tokens. Works with Claude Code, Cursor, Codex.",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/focus-mcp/cli.git"
},
"homepage": "https://github.com/focus-mcp/cli#readme",
"bugs": {
"url": "https://github.com/focus-mcp/cli/issues"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"llm",
"cli",
"claude-code",
"claude",
"cursor",
"codex",
"focus",
"bricks",
"orchestrator",
"tui",
"ink",
"context-engineering",
"agent-tools"
],
"author": "FocusMCP contributors",
"bin": {
"focus": "./dist/bin/focus.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
"name": "@focus-mcp/cli",
"version": "2.3.0",
"private": false,
"description": "Focus your AI agents on what matters. 68+ bricks, 1 MCP server, modular context — from 200k to 2k tokens. Works with Claude Code, Cursor, Codex.",
"license": "MIT",
"type": "module",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=10.0.0"
},
"packageManager": "pnpm@10.32.1",
"repository": {
"type": "git",
"url": "git+https://github.com/focus-mcp/cli.git"
},
"homepage": "https://github.com/focus-mcp/cli#readme",
"bugs": {
"url": "https://github.com/focus-mcp/cli/issues"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"llm",
"cli",
"claude-code",
"claude",
"cursor",
"codex",
"focus",
"bricks",
"orchestrator",
"tui",
"ink",
"context-engineering",
"agent-tools"
],
"author": "FocusMCP contributors",
"bin": {
"focus": "./dist/bin/focus.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "vitest run --config config/vitest.config.ts",
"test:watch": "vitest --config config/vitest.config.ts",
"test:coverage": "vitest run --coverage --config config/vitest.config.ts",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"reuse": "reuse lint",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
"preflight": "bash scripts/preflight-release.sh",
"prepare": "husky"
},
"dependencies": {
"@focus-mcp/core": "^1.5.0",
"@modelcontextprotocol/sdk": "^1.0.0",
"ink": "^5.0.0",
"react": "^18.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@changesets/cli": "^2.27.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.8.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.0",
"@vitest/coverage-v8": "^3.2.0",
"husky": "^9.1.0",
"lint-staged": "^15.2.0",
"tsup": "^8.3.0",
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"publishConfig": {
"access": "public",
"provenance": true
}
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"dependencies": {
"@focus-mcp/core": "^1.5.0",
"@modelcontextprotocol/sdk": "^1.0.0",
"ink": "^5.0.0",
"react": "^18.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.0",
"@changesets/cli": "^2.27.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.8.1",
"@types/node": "^22.10.0",
"@types/react": "^18.3.0",
"@vitest/coverage-v8": "^3.2.0",
"husky": "^9.1.0",
"lint-staged": "^15.2.0",
"tsup": "^8.3.0",
"tsx": "^4.21.0",
"typescript": "^5.7.0",
"vitest": "^3.2.0"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"test": "vitest run --config config/vitest.config.ts",
"test:watch": "vitest --config config/vitest.config.ts",
"test:coverage": "vitest run --coverage --config config/vitest.config.ts",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write .",
"reuse": "reuse lint",
"changeset": "changeset",
"version": "changeset version",
"release": "changeset publish",
"preflight": "bash scripts/preflight-release.sh"
}
}
}

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

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