@focus-mcp/cli
Advanced tools
+1
-1
| # @focus-mcp/cli | ||
| ## 2.3.0-dev-3c20842c1b1e8ccc8b4489d657f47f458266fa24 | ||
| ## 2.3.0 | ||
@@ -5,0 +5,0 @@ ### Minor Changes |
+97
-95
| { | ||
| "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
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
486564
0.01%0
-100%10
11.11%