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.35
This commit is contained in:
parent
aec72a63a2
commit
9dc74f063f
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.34"
|
||||
"version": "0.11.35"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": "0.3",
|
||||
"name": "obsidian-mcp",
|
||||
"display_name": "Obsidian MCP",
|
||||
"version": "0.11.34",
|
||||
"version": "0.11.35",
|
||||
"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.34",
|
||||
"version": "0.11.35",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.34",
|
||||
"version": "0.11.35",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.34",
|
||||
"version": "0.11.35",
|
||||
"description": "Give Claude Desktop and other AI assistants semantic access to your notes through a built-in Model Context Protocol (MCP) server.",
|
||||
"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.34';
|
||||
return '0.11.35';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -23,5 +23,6 @@
|
|||
"0.11.31": "1.6.6",
|
||||
"0.11.32": "1.6.6",
|
||||
"0.11.33": "1.6.6",
|
||||
"0.11.34": "1.6.6"
|
||||
"0.11.34": "1.6.6",
|
||||
"0.11.35": "1.6.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue