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.37
This commit is contained in:
parent
a7a7c7e208
commit
88f0ce5efd
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.36"
|
||||
"version": "0.11.37"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"manifest_version": "0.3",
|
||||
"name": "obsidian-mcp",
|
||||
"display_name": "Obsidian MCP",
|
||||
"version": "0.11.36",
|
||||
"version": "0.11.37",
|
||||
"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.36",
|
||||
"version": "0.11.37",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.36",
|
||||
"version": "0.11.37",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.29.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "obsidian-mcp-plugin",
|
||||
"version": "0.11.36",
|
||||
"version": "0.11.37",
|
||||
"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.36';
|
||||
return '0.11.37';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,5 +25,6 @@
|
|||
"0.11.33": "1.6.6",
|
||||
"0.11.34": "1.6.6",
|
||||
"0.11.35": "1.6.6",
|
||||
"0.11.36": "1.6.6"
|
||||
"0.11.36": "1.6.6",
|
||||
"0.11.37": "1.6.6"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue