local-mcp 3.0.12 → 3.0.13
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.
- package/README.md +2 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
#
|
|
1
|
+
# LMCP
|
|
2
2
|
|
|
3
3
|
> Give your AI assistant native access to Mac apps — 82 tools for Mail, Calendar, Teams, OneDrive, and more. Everything runs locally. Your data never leaves your machine.
|
|
4
4
|
|
|
@@ -37,7 +37,7 @@ npx -y local-mcp@latest setup
|
|
|
37
37
|
|
|
38
38
|
## What it does
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
LMCP runs a native MCP server that bridges your Mac apps to any AI client:
|
|
41
41
|
|
|
42
42
|
| Service | Capabilities |
|
|
43
43
|
|---------|-------------|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "local-mcp",
|
|
3
|
-
"version": "3.0.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.0.13",
|
|
4
|
+
"description": "LMCP — connect Claude Desktop, Cursor, Windsurf to Mail, Calendar, Contacts, Teams, OneDrive on macOS. Privacy-first: all data stays on your Mac.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"local-mcp": "index.js"
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"productivity",
|
|
61
61
|
"automation"
|
|
62
62
|
],
|
|
63
|
-
"author": "
|
|
63
|
+
"author": "LMCP <hello@local-mcp.com>",
|
|
64
64
|
"license": "SEE LICENSE IN LICENSE",
|
|
65
65
|
"homepage": "https://local-mcp.com",
|
|
66
66
|
"repository": {
|