ofw-mcp 1.3.0 → 1.4.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.
- package/.claude-plugin/marketplace.json +3 -7
- package/.claude-plugin/plugin.json +1 -1
- package/.mcp.json +2 -2
- package/dist/bundle.js +21367 -0
- package/dist/client.js +11 -4
- package/dist/tools/messages.js +1 -1
- package/package.json +4 -2
|
@@ -6,19 +6,15 @@
|
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
8
|
"description": "OurFamilyWizard tools for Claude Code",
|
|
9
|
-
"version": "1.
|
|
9
|
+
"version": "1.4.1"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "ofw",
|
|
14
14
|
"displayName": "OurFamilyWizard",
|
|
15
|
-
"source":
|
|
16
|
-
"source": "npm",
|
|
17
|
-
"package": "ofw-mcp",
|
|
18
|
-
"version": "1.3.0"
|
|
19
|
-
},
|
|
15
|
+
"source": "./",
|
|
20
16
|
"description": "OurFamilyWizard co-parenting tools for Claude — messages, calendar, expenses, and journal via MCP",
|
|
21
|
-
"version": "1.
|
|
17
|
+
"version": "1.4.1",
|
|
22
18
|
"author": {
|
|
23
19
|
"name": "Chris Chall"
|
|
24
20
|
},
|