@curaq/mcp-server 0.3.1 → 0.3.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 +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -155,6 +155,21 @@ pnpm run build
155
155
  pnpm run watch
156
156
  ```
157
157
 
158
+ ### リリース
159
+
160
+ `main`ブランチにpushすると、GitHub Actionsが自動で以下を実行します:
161
+
162
+ 1. `package.json`のバージョンを確認
163
+ 2. 同じバージョンのリリースがなければ、GitHubリリースを作成
164
+ 3. npmに公開(OIDC Trusted Publishing)
165
+
166
+ **リリース手順:**
167
+ 1. `package.json`のバージョンを上げる
168
+ 2. `main`にpush
169
+ 3. 自動でリリース&npm公開
170
+
171
+ ※ npmへの公開はOIDC Trusted Publishingを使用。npmjs.comでTrusted Publisherの設定が必要です。
172
+
158
173
  ---
159
174
 
160
175
  ## ライセンス
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curaq/mcp-server",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "MCP server for CuraQ - Access your curated articles from any MCP-compatible tool (Claude Desktop, Claude Code, Cursor, VSCode, etc.)",
5
5
  "repository": {
6
6
  "type": "git",