← swiftchronicle.com

INDIVIDUAL MCP TOOL

get_migration_diff

For an "updated" capability, get the before (iOS 26) and after (iOS 27) code showing what needs to change.

swiftchronicle.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

swiftchronicle.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.swiftchronicle-com]
url = "https://swiftchronicle.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "swiftchronicle-com": {
      "type": "http",
      "url": "https://swiftchronicle.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: swiftchronicle-com
Remote MCP URL: https://swiftchronicle.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "swiftchronicle-com": {
      "url": "https://swiftchronicle.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "swiftchronicle-com": {
      "type": "http",
      "url": "https://swiftchronicle.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "swiftchronicle-com",
  "transport": "streamable-http",
  "url": "https://swiftchronicle.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_capabilities — List iOS 27 SDK capabilities.
  • get_capability — Get full details for a specific iOS 27 capability: summary, why it matters, gotchas, hardware requirements, and code demo.
  • find_affected_apis — Given Apple framework names or API symbols used in a project, find which iOS 27 capabilities are relevant for migration.
  • estimate_migration — Estimate viability, risk, and effort to adopt a specific iOS 27 capability in a project.