@the-40-thieves/obsidian-tc-native-darwin-x64 0.0.1

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +20 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # @the-40-thieves/obsidian-tc-native-darwin-x64
2
+
3
+ Reserved. Sub-package for [obsidian-tc](https://www.npmjs.com/package/obsidian-tc), a comprehensive MCP server for Obsidian. v1.0 ships Q3 2026.
4
+
5
+ See the [main repository](https://github.com/suavecito585/obsidian-tc).
6
+
7
+ Licensed under Apache 2.0.
package/package.json ADDED
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "@the-40-thieves/obsidian-tc-native-darwin-x64",
3
+ "version": "0.0.1",
4
+ "description": "Reserved. Prebuilt obsidian-tc native module for darwin-x64. v1.0 ships Q3 2026.",
5
+ "license": "Apache-2.0",
6
+ "author": "Suavecito (Mohammed Islam)",
7
+ "homepage": "https://github.com/suavecito585/obsidian-tc",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/suavecito585/obsidian-tc.git"
11
+ },
12
+ "bugs": {
13
+ "url": "https://github.com/suavecito585/obsidian-tc/issues"
14
+ },
15
+ "keywords": ["obsidian", "mcp", "model-context-protocol", "ai", "knowledge-management", "second-brain"],
16
+ "publishConfig": { "access": "public" },
17
+ "os": ["darwin"],
18
+ "cpu": ["x64"],
19
+ "private": false
20
+ }