minutes-mcp 0.16.2 → 0.16.3

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
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.2";
351
+ const MCP_SERVER_VERSION = "0.16.3";
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.2",
3
+ "version": "0.16.3",
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",