You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ class GistpadServer {
47
47
this.server=newServer(
48
48
{
49
49
name: "gistpad",
50
-
version: "0.4.7",
50
+
version: "0.4.8",
51
51
},
52
52
{
53
53
capabilities: {
@@ -71,7 +71,7 @@ class GistpadServer {
71
71
listChanged: true,
72
72
},
73
73
},
74
-
instructions: `GistPad allows you to manage your personal knowledge/daily notes/todos, and create re-usable AI prompts, using GitHub Gists.
74
+
instructions: `GistPad allows you to manage your personal knowledge/daily notes/todos, and create re-usable prompts, using GitHub Gists.
75
75
To read gists, notes, and gist comments, prefer using the available resources vs. tools. And then use the available tools to create, update, delete, archive, star, etc. your gists.`,
0 commit comments