mcp-macos 2.0.1 → 2.0.2

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.
@@ -54,7 +54,7 @@ function isCorrectProjectRoot(dir) {
54
54
  try {
55
55
  const packageContent = fs.readFileSync(packageJsonPath, 'utf8');
56
56
  const packageData = JSON.parse(packageContent);
57
- return packageData.name === 'macos-mcp';
57
+ return packageData.name === 'mcp-macos';
58
58
  }
59
59
  catch {
60
60
  return false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-macos",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "MCP server that provides native integration with Apple Reminders, Calendar, Notes, Mail, and Messages on macOS.",
5
5
  "author": "Kyle Jensen",
6
6
  "contributors": [