Sign In

@appfigures/cli

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appfigures/cli - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2
+6
-0
CHANGELOG.md
# Changelog
## [2.0.2] — 2026-08-14
### Fixed
- **MCP tools that return data are usable again in Claude Desktop** and other clients that require the current JSON Schema standard. They were previously rejected as using an unsupported schema, which made every data-returning tool uncallable.
## [2.0.1] — 2026-08-11

@@ -4,0 +10,0 @@

+1
-1
{
"name": "@appfigures/cli",
"mcpName": "com.appfigures/mcp",
"version": "2.0.1",
"version": "2.0.2",
"description": "Appfigures CLI — query app metrics, reviews, and store data from your terminal",

@@ -6,0 +6,0 @@ "type": "module",

@@ -6,3 +6,3 @@ {

"description": "Access your app analytics, ASO tools, and app market intelligence with Appfigures.",
"version": "2.0.1",
"version": "2.0.2",
"websiteUrl": "https://appfigures.com",

@@ -25,3 +25,3 @@ "icons": [

"identifier": "@appfigures/cli",
"version": "2.0.1",
"version": "2.0.2",
"transport": { "type": "stdio" },

@@ -28,0 +28,0 @@ "packageArguments": [{ "type": "positional", "value": "mcp" }],

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