obsidian-mcp-server 3.2.7 → 3.2.8
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/AGENTS.md +2 -2
- package/CLAUDE.md +2 -2
- package/Dockerfile +1 -1
- package/README.md +3 -3
- package/changelog/3.2.x/3.2.8.md +29 -0
- package/manifest.json +2 -2
- package/package.json +7 -7
- package/server.json +4 -4
package/AGENTS.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Agent Protocol
|
|
2
2
|
|
|
3
3
|
**Server:** obsidian-mcp-server
|
|
4
|
-
**Version:** 3.2.
|
|
5
|
-
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.
|
|
4
|
+
**Version:** 3.2.8
|
|
5
|
+
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.9`
|
|
6
6
|
**Engines:** Bun ≥1.3.11, Node ≥24.0.0
|
|
7
7
|
**MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
|
|
8
8
|
**Zod:** ^4.4.3
|
package/CLAUDE.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Agent Protocol
|
|
2
2
|
|
|
3
3
|
**Server:** obsidian-mcp-server
|
|
4
|
-
**Version:** 3.2.
|
|
5
|
-
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.
|
|
4
|
+
**Version:** 3.2.8
|
|
5
|
+
**Framework:** [@cyanheads/mcp-ts-core](https://www.npmjs.com/package/@cyanheads/mcp-ts-core) `^0.10.9`
|
|
6
6
|
**Engines:** Bun ≥1.3.11, Node ≥24.0.0
|
|
7
7
|
**MCP SDK:** `@modelcontextprotocol/sdk` ^1.29.0
|
|
8
8
|
**Zod:** ^4.4.3
|
package/Dockerfile
CHANGED
|
@@ -38,7 +38,7 @@ ENV NODE_ENV=production
|
|
|
38
38
|
|
|
39
39
|
# OCI image metadata (https://github.com/opencontainers/image-spec/blob/main/annotations.md)
|
|
40
40
|
LABEL org.opencontainers.image.title="obsidian-mcp-server"
|
|
41
|
-
LABEL org.opencontainers.image.description="
|
|
41
|
+
LABEL org.opencontainers.image.description="Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP."
|
|
42
42
|
LABEL org.opencontainers.image.source="https://github.com/cyanheads/obsidian-mcp-server"
|
|
43
43
|
LABEL org.opencontainers.image.licenses="Apache-2.0"
|
|
44
44
|
|
package/README.md
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<h1>obsidian-mcp-server</h1>
|
|
3
|
-
<p><b>
|
|
3
|
+
<p><b>Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.</b>
|
|
4
4
|
<div>14 Tools • 3 Resources</div>
|
|
5
5
|
</p>
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
8
|
<div align="center">
|
|
9
9
|
|
|
10
|
-
[](./CHANGELOG.md) [](./LICENSE) [](https://github.com/users/cyanheads/packages/container/package/obsidian-mcp-server) [](https://modelcontextprotocol.io/) [](https://www.npmjs.com/package/obsidian-mcp-server) [](https://www.typescriptlang.org/) [](https://bun.sh/)
|
|
11
11
|
|
|
12
12
|
</div>
|
|
13
13
|
|
|
14
14
|
<div align="center">
|
|
15
15
|
|
|
16
|
-
[](https://github.com/cyanheads/obsidian-mcp-server/releases/latest/download/obsidian-mcp-server.mcpb) [](https://cursor.com/en/install-mcp?name=obsidian-mcp-server&config=
|
|
16
|
+
[](https://github.com/cyanheads/obsidian-mcp-server/releases/latest/download/obsidian-mcp-server.mcpb) [](https://cursor.com/en/install-mcp?name=obsidian-mcp-server&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIm9ic2lkaWFuLW1jcC1zZXJ2ZXIiXSwiZW52Ijp7Ik9CU0lESUFOX0FQSV9LRVkiOiJ5b3VyLWFwaS1rZXkifX0=) [](https://vscode.dev/redirect?url=vscode:mcp/install?%7B%22name%22%3A%22obsidian-mcp-server%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22obsidian-mcp-server%22%5D%2C%22env%22%3A%7B%22OBSIDIAN_API_KEY%22%3A%22your-api-key%22%7D%7D)
|
|
17
17
|
|
|
18
18
|
[](https://www.npmjs.com/package/@cyanheads/mcp-ts-core)
|
|
19
19
|
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
---
|
|
2
|
+
summary: "Unscoped Cursor/VS Code install deeplinks (scoped args 404 for this unscoped package), normalized package descriptions, mcp-ts-core ^0.10.9 adoption (dep-specifier + plugin-manifest devcheck guards)"
|
|
3
|
+
breaking: false
|
|
4
|
+
security: false
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 3.2.8 — 2026-06-20
|
|
8
|
+
|
|
9
|
+
## Fixed
|
|
10
|
+
|
|
11
|
+
- **README Cursor & VS Code install badges** — the `npx -y` deeplink args carried the scoped `@cyanheads/obsidian-mcp-server`; this package publishes **unscoped** as `obsidian-mcp-server`, so the scoped arg resolves to an install 404. Both deeplinks now pass `obsidian-mcp-server`.
|
|
12
|
+
|
|
13
|
+
## Changed
|
|
14
|
+
|
|
15
|
+
- **Package descriptions normalized** — single phrasing across `package.json`, `manifest.json`, `server.json`, `README.md`, `Dockerfile` OCI label, and both `.claude-plugin` / `.codex-plugin` manifests: "Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP."
|
|
16
|
+
- **`@cyanheads/mcp-ts-core` ^0.10.6 → ^0.10.9** — adopts:
|
|
17
|
+
- **`check-dependency-specifiers` devcheck step** (new `scripts/check-dependency-specifiers.ts`, registered in `ALL_CHECKS`) — hard-fails on floating specifiers (`latest`, `*`, pre-release dist-tags) in `package.json`'s dependency sections and `bun.lock`'s `workspaces` map; catches `bun update --latest` writing a literal `latest` dist-tag into the lock. ([mcp-ts-core #246](https://github.com/cyanheads/mcp-ts-core/issues/246))
|
|
18
|
+
- **Plugin marketplace checks in `lint:packaging`** (check 10) — validates `.claude-plugin/plugin.json` and `.codex-plugin/plugin.json` for non-empty descriptions, unscoped display fields, and the full package name in the `npx -y` install arg; gated by the new `devcheck.config.json` `packaging.pluginManifests` flag (default on). ([mcp-ts-core #240](https://github.com/cyanheads/mcp-ts-core/issues/240))
|
|
19
|
+
- **Fresh-scaffold devcheck guards** — TODOs/FIXMEs, Tracked Secrets, and Framework Antipatterns skip via a shared `isGitRepo()` guard when `.git` is absent; `build-changelog.ts --check` exits cleanly on an empty changelog tree; `check-skill-versions.ts` skips a `SKILL.md` deleted from the worktree. ([mcp-ts-core #237](https://github.com/cyanheads/mcp-ts-core/issues/237), [#242](https://github.com/cyanheads/mcp-ts-core/issues/242), [#243](https://github.com/cyanheads/mcp-ts-core/issues/243))
|
|
20
|
+
- **`devcheck.config.json`** — added `packaging.pluginManifests: true` to enable the new plugin marketplace checks.
|
|
21
|
+
- **14 project skills synced** to their mcp-ts-core 0.10.7–0.10.9 versions — `add-tool`, `api-auth`, `api-canvas`, `api-config`, `api-context`, `api-errors`, `api-services` (+ `graph`/`speech` references), `api-telemetry`, `field-test`, `git-wrapup`, `orchestrations`, `polish-docs-meta`, `report-issue-local`, `tool-defs-analysis`.
|
|
22
|
+
|
|
23
|
+
### Dependency bumps
|
|
24
|
+
|
|
25
|
+
- `@cyanheads/mcp-ts-core` ^0.10.6 → ^0.10.9
|
|
26
|
+
- `undici` ^8.4.1 → ^8.5.0
|
|
27
|
+
- `@biomejs/biome` ^2.4.16 → ^2.5.0
|
|
28
|
+
- `@types/node` ^25.9.3 → ^26.0.0
|
|
29
|
+
- `vitest` ^4.1.8 → ^4.1.9
|
package/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"manifest_version": "0.3",
|
|
3
3
|
"name": "obsidian-mcp-server",
|
|
4
|
-
"version": "3.2.
|
|
5
|
-
"description": "
|
|
4
|
+
"version": "3.2.8",
|
|
5
|
+
"description": "Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "cyanheads"
|
|
8
8
|
},
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-mcp-server",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.8",
|
|
4
4
|
"mcpName": "io.github.cyanheads/obsidian-mcp-server",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Read, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -85,20 +85,20 @@
|
|
|
85
85
|
"access": "public"
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@cyanheads/mcp-ts-core": "^0.10.
|
|
88
|
+
"@cyanheads/mcp-ts-core": "^0.10.9",
|
|
89
89
|
"@types/js-yaml": "^4.0.9",
|
|
90
90
|
"js-yaml": "^4.2.0",
|
|
91
91
|
"pino-pretty": "^13.1.3",
|
|
92
|
-
"undici": "^8.
|
|
92
|
+
"undici": "^8.5.0",
|
|
93
93
|
"zod": "^4.4.3"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
|
-
"@biomejs/biome": "^2.
|
|
97
|
-
"@types/node": "^
|
|
96
|
+
"@biomejs/biome": "^2.5.0",
|
|
97
|
+
"@types/node": "^26.0.0",
|
|
98
98
|
"depcheck": "^1.4.7",
|
|
99
99
|
"ignore": "^7.0.5",
|
|
100
100
|
"tsc-alias": "^1.8.17",
|
|
101
101
|
"typescript": "^6.0.3",
|
|
102
|
-
"vitest": "^4.1.
|
|
102
|
+
"vitest": "^4.1.9"
|
|
103
103
|
}
|
|
104
104
|
}
|
package/server.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.cyanheads/obsidian-mcp-server",
|
|
4
|
-
"description": "
|
|
4
|
+
"description": "Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/cyanheads/obsidian-mcp-server",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.8",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
14
14
|
"identifier": "obsidian-mcp-server",
|
|
15
15
|
"runtimeHint": "node",
|
|
16
|
-
"version": "3.2.
|
|
16
|
+
"version": "3.2.8",
|
|
17
17
|
"packageArguments": [
|
|
18
18
|
{
|
|
19
19
|
"type": "positional",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
102
102
|
"identifier": "obsidian-mcp-server",
|
|
103
103
|
"runtimeHint": "node",
|
|
104
|
-
"version": "3.2.
|
|
104
|
+
"version": "3.2.8",
|
|
105
105
|
"packageArguments": [
|
|
106
106
|
{
|
|
107
107
|
"type": "positional",
|