@tsrx/mcp 0.0.85 → 0.0.87
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ For local development in this monorepo, point at the source entrypoint:
|
|
|
44
44
|
"mcpServers": {
|
|
45
45
|
"tsrx": {
|
|
46
46
|
"command": "node",
|
|
47
|
-
"args": ["/absolute/path/to/
|
|
47
|
+
"args": ["/absolute/path/to/tsrx/packages/tsrx-mcp/src/stdio.js"]
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -63,7 +63,7 @@ claude mcp add tsrx -- npx -y @tsrx/mcp
|
|
|
63
63
|
For local development:
|
|
64
64
|
|
|
65
65
|
```bash
|
|
66
|
-
claude mcp add tsrx-local -- node /absolute/path/to/
|
|
66
|
+
claude mcp add tsrx-local -- node /absolute/path/to/tsrx/packages/tsrx-mcp/src/stdio.js
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
### Cursor
|
package/package.json
CHANGED
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
"description": "MCP server for TSRX documentation and project context",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Dominic Gannaway",
|
|
6
|
-
"version": "0.0.
|
|
6
|
+
"version": "0.0.87",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/tsrx-org/tsrx.git",
|
|
11
11
|
"directory": "packages/tsrx-mcp"
|
|
12
12
|
},
|
|
13
13
|
"bugs": {
|
|
14
|
-
"url": "https://github.com/
|
|
14
|
+
"url": "https://github.com/tsrx-org/tsrx/issues"
|
|
15
15
|
},
|
|
16
16
|
"homepage": "https://tsrx.dev",
|
|
17
17
|
"publishConfig": {
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
38
38
|
"prettier": "^3.9.6",
|
|
39
39
|
"zod": "^4.3.6",
|
|
40
|
-
"@tsrx/core": "0.1.
|
|
41
|
-
"@tsrx/prettier-plugin": "0.3.
|
|
40
|
+
"@tsrx/core": "0.1.62",
|
|
41
|
+
"@tsrx/prettier-plugin": "0.3.127"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/node": "^24.3.0",
|