minutes-mcp 0.18.3 → 0.18.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -388,7 +388,7 @@ const LIVE_EVENTS_SUPPORTED = hasFeature(CLI_CAPABILITIES, "events_since_seq");
388
388
  // `./version.ts` (see issue #183). Hosted `.mcpb` bundles will run
389
389
  // against CLIs with different minor/patch numbers within the same
390
390
  // major; that is explicitly supported.
391
- const MCP_SERVER_VERSION = "0.18.3";
391
+ const MCP_SERVER_VERSION = "0.18.4";
392
392
  export function parseKnowledgeConfig(configContent) {
393
393
  const knowledgeMatch = configContent.match(/\[knowledge\][\s\S]*?(?=\n\[|$)/);
394
394
  if (!knowledgeMatch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minutes-mcp",
3
- "version": "0.18.3",
3
+ "version": "0.18.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",