obsidian-tc 1.3.1 → 1.3.2
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/README.md +1 -1
- package/dist/cli.js +186 -186
- package/dist/cli.js.map +10 -10
- package/dist/index.js +38 -38
- package/dist/index.js.map +6 -6
- package/dist/plugin/manifest.json +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "obsidian-tc",
|
|
3
3
|
"name": "Obsidian Turbocharged",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"minAppVersion": "1.7.0",
|
|
6
6
|
"description": "Companion plugin for the obsidian-tc MCP server. Extends Local REST API with command dispatch and plugin firepower bridges.",
|
|
7
7
|
"author": "The 40 Thieves",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "obsidian-tc",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "MCP server for Obsidian — comprehensive tool surface for humans and autonomous agents",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"type": "module",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@hono/node-server": "^2.0.5",
|
|
25
25
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
26
|
-
"@the-40-thieves/obsidian-tc-native": "1.3.
|
|
27
|
-
"@the-40-thieves/obsidian-tc-shared": "1.3.
|
|
26
|
+
"@the-40-thieves/obsidian-tc-native": "1.3.2",
|
|
27
|
+
"@the-40-thieves/obsidian-tc-shared": "1.3.2",
|
|
28
28
|
"@opentelemetry/api": "^1.9.1",
|
|
29
29
|
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
|
|
30
30
|
"@opentelemetry/resources": "^2.8.0",
|