mirror of
https://github.com/aaronsb/obsidian-mcp-plugin.git
synced 2026-07-22 06:45:14 +00:00
chore: Bump version to 0.11.38
This commit is contained in:
parent
725ee8e703
commit
b6a54dae04
6 changed files with 8 additions and 7 deletions
|
|
@ -7,5 +7,5 @@
|
|||
"authorUrl": "https://github.com/aaronsb",
|
||||
"fundingUrl": "https://github.com/sponsors/aaronsb",
|
||||
"isDesktopOnly": true,
|
||||
"version": "0.11.37"
|
||||
"version": "0.11.38"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": "0.3",
|
||||
"name": "obsidian-mcp",
|
||||
"display_name": "Obsidian MCP",
|
||||
"version": "0.11.37",
|
||||
"version": "0.11.38",
|
||||
"description": "Connect Claude Desktop to your Obsidian vault via the Obsidian MCP plugin.",
|
||||
"long_description": "Bridges Claude Desktop to the HTTP MCP server exposed by the Obsidian MCP plugin running inside Obsidian. Open Obsidian first, enable the MCP plugin in Settings, copy the URL and API key from the plugin's Settings tab, then paste them into the install prompt below.",
|
||||
"author": {
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.37",
|
||||
"version": "0.11.38",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.37",
|
||||
"version": "0.11.38",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.37",
|
||||
"version": "0.11.38",
|
||||
"description": "Read, write, search, and traverse your vault from Claude Desktop and any AI assistant — via an MCP server built into Obsidian, no external server to run.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// Version is injected at build time by sync-version.mjs
|
||||
export function getVersion(): string {
|
||||
return '0.11.37';
|
||||
return '0.11.38';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,5 +26,6 @@
|
|||
"0.11.34": "1.6.6",
|
||||
"0.11.35": "1.6.6",
|
||||
"0.11.36": "1.6.6",
|
||||
"0.11.37": "1.6.6"
|
||||
"0.11.37": "1.6.6",
|
||||
"0.11.38": "1.6.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue