minutes-mcp 0.16.2 → 0.16.4
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
|
@@ -348,7 +348,7 @@ const LIVE_EVENTS_SUPPORTED = hasFeature(CLI_CAPABILITIES, "events_since_seq");
|
|
|
348
348
|
// `./version.ts` (see issue #183). Hosted `.mcpb` bundles will run
|
|
349
349
|
// against CLIs with different minor/patch numbers within the same
|
|
350
350
|
// major; that is explicitly supported.
|
|
351
|
-
const MCP_SERVER_VERSION = "0.16.
|
|
351
|
+
const MCP_SERVER_VERSION = "0.16.4";
|
|
352
352
|
export function parseKnowledgeConfig(configContent) {
|
|
353
353
|
const knowledgeMatch = configContent.match(/\[knowledge\][\s\S]*?(?=\n\[|$)/);
|
|
354
354
|
if (!knowledgeMatch) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "minutes-mcp",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.4",
|
|
4
4
|
"description": "MCP server for minutes — conversation memory for AI assistants. Works with Claude Desktop, Mistral Vibe, Cursor, Windsurf, and any MCP client.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"@modelcontextprotocol/ext-apps": "^1.6.0",
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
45
|
-
"minutes-sdk": "^0.16.
|
|
45
|
+
"minutes-sdk": "^0.16.3",
|
|
46
46
|
"yaml": "^2.8.3",
|
|
47
47
|
"zod": "^3.25 || ^4.0"
|
|
48
48
|
},
|