@shuji-bonji/rxjs-mcp 0.1.0 → 0.1.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.
package/README.ja.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # RxJS MCP Server
2
2
 
3
+ > ⚠️ これは非公式のコミュニティプロジェクトです。RxJSチームとは関係ありません。
4
+
3
5
  ClaudeなどのAIアシスタントから直接RxJSストリームを実行、デバッグ、可視化できます。
4
6
 
5
7
  ## 機能
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # RxJS MCP Server
2
2
 
3
+ > ⚠️ This is an unofficial community project, not affiliated with RxJS team.
4
+
3
5
  Execute, debug, and visualize RxJS streams directly from AI assistants like Claude.
4
6
 
5
7
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuji-bonji/rxjs-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "RxJS MCP Server - Execute, debug, and visualize RxJS streams for AI assistants",
5
5
  "keywords": [
6
6
  "mcp",
@@ -67,5 +67,8 @@
67
67
  "bugs": {
68
68
  "url": "https://github.com/shuji-bonji/rxjs-mcp-server/issues"
69
69
  },
70
- "homepage": "https://github.com/shuji-bonji/rxjs-mcp-server#readme"
70
+ "homepage": "https://github.com/shuji-bonji/rxjs-mcp-server#readme",
71
+ "publishConfig": {
72
+ "access": "public"
73
+ }
71
74
  }