get_mac_bundle_id
Extract the bundle identifier from a macOS app bundle (.app) by specifying the full path to the app directory using the appPath parameter.
Instructions
Extracts the bundle identifier from a macOS app bundle (.app). IMPORTANT: You MUST provide the appPath parameter. Example: get_mac_bundle_id({ appPath: '/path/to/your/app.app' }) Note: In some environments, this tool may be prefixed as mcp0_get_macos_bundle_id.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appPath | Yes | Path to the macOS .app bundle to extract bundle ID from (full path to the .app directory) |