@tsrx/mcp 0.0.1 → 0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,7 +27,7 @@ Generic MCP client config:
27
27
 
28
28
  Remote MCP clients need a hosted Streamable HTTP endpoint rather than a local
29
29
  stdio command. This monorepo includes a deployment-neutral endpoint app in
30
- `mcp-endpoint-website` that serves the same MCP server at `/mcp`.
30
+ `website-mcp` that serves the same MCP server at `/mcp`.
31
31
 
32
32
  The hosted endpoint runs in remote-safe mode. It exposes documentation, prompts,
33
33
  `format-tsrx`, `compile-tsrx`, and `analyze-tsrx`, but omits local filesystem
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "MCP server for TSRX documentation and project context",
4
4
  "license": "MIT",
5
5
  "author": "Dominic Gannaway",
6
- "version": "0.0.1",
6
+ "version": "0.0.2",
7
7
  "type": "module",
8
8
  "repository": {
9
9
  "type": "git",
@@ -37,8 +37,8 @@
37
37
  "@modelcontextprotocol/sdk": "^1.29.0",
38
38
  "prettier": "^3.8.3",
39
39
  "zod": "^4.3.6",
40
- "@tsrx/core": "0.0.20",
41
- "@tsrx/prettier-plugin": "0.3.40"
40
+ "@tsrx/core": "0.0.21",
41
+ "@tsrx/prettier-plugin": "0.3.41"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^24.3.0",