@velvetmonkey/flywheel-mcp 1.25.2 → 1.25.3

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 (3) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/package.json +71 -71
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
package/package.json CHANGED
@@ -1,71 +1,71 @@
1
- {
2
- "name": "@velvetmonkey/flywheel-mcp",
3
- "version": "1.25.2",
4
- "description": "Query your markdown like a database. 100x token savings for AI agents.",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "bin": {
8
- "flywheel-mcp": "dist/index.js"
9
- },
10
- "scripts": {
11
- "build": "npx esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --packages=external",
12
- "postbuild": "node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"",
13
- "dev": "npx tsx src/index.ts",
14
- "test": "vitest run",
15
- "test:watch": "vitest",
16
- "test:coverage": "vitest run --coverage",
17
- "inspect": "npx @modelcontextprotocol/inspector npx tsx src/index.ts",
18
- "prepublishOnly": "npm run build"
19
- },
20
- "files": [
21
- "dist",
22
- "README.md",
23
- "LICENSE"
24
- ],
25
- "dependencies": {
26
- "@modelcontextprotocol/sdk": "^1.25.1",
27
- "gray-matter": "^4.0.3",
28
- "zod": "^3.22.4"
29
- },
30
- "devDependencies": {
31
- "@types/node": "^20.0.0",
32
- "@vitest/coverage-v8": "^2.0.0",
33
- "esbuild": "^0.24.0",
34
- "mcp-testing-kit": "^0.2.0",
35
- "tsx": "^4.19.0",
36
- "typescript": "^5.0.0",
37
- "vitest": "^2.0.0"
38
- },
39
- "keywords": [
40
- "obsidian",
41
- "mcp",
42
- "model-context-protocol",
43
- "claude",
44
- "claude-code",
45
- "ai-agents",
46
- "agentic-workflows",
47
- "token-optimization",
48
- "knowledge-graph",
49
- "wikilinks",
50
- "backlinks",
51
- "vault-health",
52
- "markdown",
53
- "pkm",
54
- "zettelkasten",
55
- "knowledge-management",
56
- "graph-intelligence"
57
- ],
58
- "author": "Ben Cassie",
59
- "license": "Apache-2.0",
60
- "repository": {
61
- "type": "git",
62
- "url": "git+https://github.com/velvetmonkey/flywheel.git"
63
- },
64
- "bugs": {
65
- "url": "https://github.com/velvetmonkey/flywheel/issues"
66
- },
67
- "homepage": "https://github.com/velvetmonkey/flywheel#readme",
68
- "engines": {
69
- "node": ">=18"
70
- }
71
- }
1
+ {
2
+ "name": "@velvetmonkey/flywheel-mcp",
3
+ "version": "1.25.3",
4
+ "description": "Query your markdown like a database. 100x token savings for AI agents.",
5
+ "type": "module",
6
+ "main": "dist/index.js",
7
+ "bin": {
8
+ "flywheel-mcp": "dist/index.js"
9
+ },
10
+ "scripts": {
11
+ "build": "npx esbuild src/index.ts --bundle --platform=node --format=esm --outfile=dist/index.js --packages=external",
12
+ "postbuild": "node -e \"require('fs').chmodSync('dist/index.js', 0o755)\"",
13
+ "dev": "npx tsx src/index.ts",
14
+ "test": "vitest run",
15
+ "test:watch": "vitest",
16
+ "test:coverage": "vitest run --coverage",
17
+ "inspect": "npx @modelcontextprotocol/inspector npx tsx src/index.ts",
18
+ "prepublishOnly": "npm run build"
19
+ },
20
+ "files": [
21
+ "dist",
22
+ "README.md",
23
+ "LICENSE"
24
+ ],
25
+ "dependencies": {
26
+ "@modelcontextprotocol/sdk": "^1.25.1",
27
+ "gray-matter": "^4.0.3",
28
+ "zod": "^3.22.4"
29
+ },
30
+ "devDependencies": {
31
+ "@types/node": "^20.0.0",
32
+ "@vitest/coverage-v8": "^2.0.0",
33
+ "esbuild": "^0.24.0",
34
+ "mcp-testing-kit": "^0.2.0",
35
+ "tsx": "^4.19.0",
36
+ "typescript": "^5.0.0",
37
+ "vitest": "^2.0.0"
38
+ },
39
+ "keywords": [
40
+ "obsidian",
41
+ "mcp",
42
+ "model-context-protocol",
43
+ "claude",
44
+ "claude-code",
45
+ "ai-agents",
46
+ "agentic-workflows",
47
+ "token-optimization",
48
+ "knowledge-graph",
49
+ "wikilinks",
50
+ "backlinks",
51
+ "vault-health",
52
+ "markdown",
53
+ "pkm",
54
+ "zettelkasten",
55
+ "knowledge-management",
56
+ "graph-intelligence"
57
+ ],
58
+ "author": "Velvet Monkey",
59
+ "license": "Apache-2.0",
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "git+https://github.com/velvetmonkey/flywheel.git"
63
+ },
64
+ "bugs": {
65
+ "url": "https://github.com/velvetmonkey/flywheel/issues"
66
+ },
67
+ "homepage": "https://github.com/velvetmonkey/flywheel#readme",
68
+ "engines": {
69
+ "node": ">=18"
70
+ }
71
+ }