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.39
This commit is contained in:
parent
6ce8864ffa
commit
df9b913ee1
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.38"
|
||||
"version": "0.11.39"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": "0.3",
|
||||
"name": "obsidian-mcp",
|
||||
"display_name": "Obsidian MCP",
|
||||
"version": "0.11.38",
|
||||
"version": "0.11.39",
|
||||
"description": "Read, write, search, and traverse your Obsidian vault from Claude Desktop — bridges to the MCP server built into the Obsidian 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.38",
|
||||
"version": "0.11.39",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.38",
|
||||
"version": "0.11.39",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.38",
|
||||
"version": "0.11.39",
|
||||
"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.38';
|
||||
return '0.11.39';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@
|
|||
"0.11.35": "1.6.6",
|
||||
"0.11.36": "1.6.6",
|
||||
"0.11.37": "1.6.6",
|
||||
"0.11.38": "1.6.6"
|
||||
"0.11.38": "1.6.6",
|
||||
"0.11.39": "1.6.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue