ios-agent-mcp 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ import { analyzeAvailability } from "./analyzers/availability.js";
9
9
  import { analyzeAppStore, analyzeProjectLevelAppStore } from "./analyzers/appstore.js";
10
10
  import { readProjectContext, readSwiftFiles, resolveProjectRoot, summarizeProject, } from "./scan.js";
11
11
  import { renderFindings } from "./report.js";
12
- const VERSION = "1.0.0";
12
+ const VERSION = "2.0.1";
13
13
  /**
14
14
  * Handle CLI flags before starting the stdio transport.
15
15
  *
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ios-agent-mcp",
3
- "version": "2.0.0",
4
- "description": "MCP server for modern iOS/Swift development concurrency isolation, architecture boundaries, SwiftUI, and App Store readiness analysis",
3
+ "version": "2.0.1",
4
+ "description": "MCP server for modern iOS/Swift development \u2014 concurrency isolation, architecture boundaries, SwiftUI, and App Store readiness analysis",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "bin": {