memtrace-mcp-server 1.0.4 → 1.0.5
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -114,7 +114,7 @@ server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
name: 'get_startup_context',
|
|
117
|
-
description: 'Get startup context including pinned knowledge and
|
|
117
|
+
description: 'Get startup context including pinned knowledge and recently updated items (sorted by latest updates). Automatically called at the beginning of a session to sync the latest knowledge.',
|
|
118
118
|
inputSchema: {
|
|
119
119
|
type: 'object',
|
|
120
120
|
properties: {
|