minutes-mcp 0.5.2 → 0.6.0
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -237,7 +237,7 @@ function validatePathInDirectories(path, roots, allowedExts) {
|
|
|
237
237
|
// ── MCP Server ──────────────────────────────────────────────
|
|
238
238
|
const server = new McpServer({
|
|
239
239
|
name: "minutes",
|
|
240
|
-
version: "0.
|
|
240
|
+
version: "0.6.0",
|
|
241
241
|
});
|
|
242
242
|
// Configurable directories — override via env vars in Claude Desktop extension settings
|
|
243
243
|
const MEETINGS_DIR = process.env.MEETINGS_DIR || join(homedir(), "meetings");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minutes-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "MCP server for minutes — conversation memory for AI assistants. Works with Claude Desktop, Cursor, Windsurf, and any MCP client.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
42
42
|
"@modelcontextprotocol/ext-apps": "^1.2.2",
|
|
43
|
-
"minutes-sdk": "^0.
|
|
43
|
+
"minutes-sdk": "^0.6.0",
|
|
44
44
|
"yaml": "^2.8.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|