@daanrongen/reddit-mcp 1.0.1 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daanrongen/reddit-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for Reddit — search posts, browse subreddits, read comments, and write with OAuth2 user auth over stdio",
5
5
  "type": "module",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "scripts": {
14
14
  "dev": "bun --watch src/main.ts",
15
- "inspect": "DANGEROUSLY_OMIT_AUTH=true mcp-inspector bun dist/main.js",
15
+ "inspect": "DANGEROUSLY_OMIT_AUTH=true mcp-inspector bun src/main.ts",
16
16
  "build": "bun build src/main.ts --outfile dist/main.js --target bun",
17
17
  "typecheck": "tsc -p tsconfig.check.json",
18
18
  "test": "bun test",