Skip to content

Commit c80f2bc

Browse files
chore: version packages (#253)
Co-authored-by: seekstone-release-bot[bot] <297478192+seekstone-release-bot[bot]@users.noreply.github.com>
1 parent b4ac3b6 commit c80f2bc

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/calm-stones-listen.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/server/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# seekstone
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 87dc5b2: Advertise explicit MCP safety annotations for every tool so clients can distinguish read-only, additive, destructive, idempotent, and closed-world operations.
8+
39
## 0.13.0
410

511
### Minor Changes

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "seekstone",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"mcpName": "io.github.shaqmughal/seekstone",
55
"type": "module",
66
"description": "The Obsidian MCP server that needs no plugin, no running Obsidian app — and doesn't blow your context window. Filesystem-direct: single-digit-ms search, ~2 KB payloads, 19 tools.",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.shaqmughal/seekstone",
44
"description": "Filesystem-direct Obsidian MCP server — search and edit your vault with low context-tax.",
5-
"version": "0.13.0",
5+
"version": "0.13.1",
66
"repository": {
77
"url": "https://github.com/shaqmughal/seekstone",
88
"source": "github"
@@ -11,7 +11,7 @@
1111
{
1212
"registryType": "npm",
1313
"identifier": "seekstone",
14-
"version": "0.13.0",
14+
"version": "0.13.1",
1515
"transport": {
1616
"type": "stdio"
1717
},

0 commit comments

Comments
 (0)