Skip to content

Releases: shaqmughal/seekstone

seekstone@0.6.3

16 Jun 03:21

Choose a tag to compare

Patch Changes

  • 0a192cc: fix(mcpb): shard the bundle under Claude Desktop's ~108KB per-file install cap

    The .mcpb one-click install silently broke as of v0.4.0: Claude Desktop's
    local install preview rejects a bundle if any single file exceeds ~108KB, and
    the fully-bundled dist/index.js is ~1.7MB. The bundle is now split into <95KB
    shards that a small loader reassembles at startup, so the install dialog appears
    again. A build-time guard fails the build if any packed file exceeds the cap.

seekstone@0.6.2

14 Jun 14:30

Choose a tag to compare

Patch Changes

seekstone@0.6.1

13 Jun 12:58

Choose a tag to compare

Patch Changes

  • d1a7fb1: Bump chokidar from 4.x to 5.x (bundled dependency — no API surface change for consumers).
  • 3bafa80: Bump zod from 3.x to 4.x (bundled dependency — no API surface change for consumers).
  • d2ac3d5: Fix watcher silently dropping all events on Windows when the vault path contains 8.3 short names (e.g. RUNNER~1). chokidar's followSymlinks: true expands short paths to long form via realpath(), causing relative() to produce .. segments that the dot-directory filter incorrectly matched. Now resolves the vault root via realpathSync at startup so path comparisons are consistent.
  • 2cda8b8: Bound replace_in_note's find parameter to 1000 chars at the schema boundary, capping the size of any caller-supplied pattern in regex: true mode (ReDoS / self-DoS guard). Also converts an internal new RegExp(constant.source) in the link extractor to a direct regex literal — behavior-neutral, removes a per-line allocation, and clears a Codacy non-literal-RegExp false positive.
  • 2d9588f: Add a process-level unhandledRejection guard to the server entrypoint. A stray unhandled promise rejection now logs to stderr and the long-lived stdio session stays up (preserving the in-memory index) instead of crashing the user's MCP session. uncaughtException is intentionally left to Node's default crash behaviour.

obsidian-mcp-seekstone@0.6.1

13 Jun 12:58

Choose a tag to compare

Patch Changes

seekstone@0.6.0

10 Jun 23:08

Choose a tag to compare

Minor Changes

  • dd136ae: Add get_periodic_note and append_periodic_note tools for filesystem-direct access to daily, weekly, monthly, quarterly, and yearly periodic notes. Reads folder/format/template config from .obsidian/daily-notes.json and the periodic-notes plugin data.json with moment.js-compatible date tokens. No running Obsidian required.

Patch Changes

  • 0d7e2d1: Add HTML reporter to server vitest coverage config so --coverage runs generate an interactive report at coverage/index.html.
  • 95c6f0b: Sync manifest.json version to 0.5.0 (was left at 0.3.0 after changeset release) and ignore the mcp-publisher binary from git.

obsidian-mcp-seekstone@0.6.0

10 Jun 23:08

Choose a tag to compare

Patch Changes

  • Updated dependencies [0d7e2d1]
  • Updated dependencies [dd136ae]
  • Updated dependencies [95c6f0b]
    • seekstone@0.6.0

seekstone@0.5.0

08 Jun 12:42

Choose a tag to compare

Minor Changes

  • c430b48: Add replace_in_note tool — literal and regex find/replace within a note body. Supports case-insensitive matching (default), whole-word boundaries, capture-group backreferences in regex mode, a replacement limit, and a dry-run preview mode. Frontmatter is never touched.

Patch Changes

  • c3d3cda: Fix serverInfo.version in MCP handshake — was hardcoded to "0.1.0" instead of using the build-time version constant. MCP clients that surface server metadata now see the correct version.

seekstone@0.4.1

08 Jun 03:18

Choose a tag to compare

Patch Changes

  • 3e47cd8: Fix serverInfo.version in MCP handshake — was hardcoded to "0.1.0" instead of using the build-time version constant. MCP clients that surface server metadata now see the correct version.

obsidian-mcp-seekstone@0.5.0

08 Jun 12:42

Choose a tag to compare

Patch Changes

  • Updated dependencies [c430b48]
  • Updated dependencies [c3d3cda]
    • seekstone@0.5.0

obsidian-mcp-seekstone@0.4.1

08 Jun 03:17

Choose a tag to compare

Patch Changes

  • Updated dependencies [3e47cd8]
    • seekstone@0.4.1