@shin1ohno/sage 0.7.7 → 0.7.8

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 +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,6 +14,8 @@ sage is an intelligent task management assistant that helps you:
14
14
  - **Smart routing** - Route tasks to Apple Reminders (≤7 days) or Notion (8+ days)
15
15
  - **Calendar awareness** - Find available time slots based on your schedule
16
16
 
17
+ sage is an MCP (Model Context Protocol) server that supports **HTTP Transport** for both local and remote connections.
18
+
17
19
  ## Quick Start
18
20
 
19
21
  ### For Claude Desktop / Claude Code (Local MCP)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shin1ohno/sage",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "description": "AI Task Management Assistant MCP Server for Claude Desktop and Claude Code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {