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: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,12 @@ An MCP server for managing and sharing your personal knowledge, daily notes, and
12
12
13
13
1. Using VS Code?
14
14
15
-
1.Simply install the [GistPad extension](https://aka.ms/gistpad) and sign-in with your GitHub account. After that, you can begin using GistPad from Copilot chat (in `Agent` mode) without doing any extra setup or token management 💪
15
+
1.Install the [GistPad extension](https://aka.ms/gistpad) and then reload VS Code
16
16
17
17
> _Note: This requires VS Code 1.101.0+, so if you're on an older version, it's time to upgrade!_
18
18
19
+
1. Open the `GistPad` tab and sign-in with your GitHub account. After that, you can begin using GistPad from Copilot chat (in `Agent` mode) without doing any extra setup or token management 💪
20
+
19
21
1. Other MCP clients...
20
22
21
23
1. Generate a personal access token that includes _only_ the `gist` scope: https://github.com/settings/tokens/new
@@ -78,6 +80,7 @@ Once your client it setup, you can start having fun with gists + MCP! 🥳 For e
78
80
- `delete_gist` - Delete a gist by ID.
79
81
- `update_gist_description` - Update a gist's description by ID.
80
82
- `duplicate_gist` - Create a copy of an existing gist with all its files.
83
+
- `refresh_gists` - Reload your gist lists, ignoring any cached data.
81
84
82
85
### File management
83
86
@@ -144,3 +147,7 @@ The `gistpad-mcp` CLI accepts the following optional flags:
144
147
- `--starred` - Include starred gists in the list of MCP resources _(Note: The `list_starred_gists` tool is always available)_
145
148
- `--daily` - Include daily notes in the list of MCP resources _(Note: The `list_daily_notes` tool is always available)_
146
149
- `--markdown` - Filter the list of gists that are returned, to only those that are composed of Markdown files.
150
+
151
+
## 🧰 Troubleshooting
152
+
153
+
- <u>Not seeing a gist in your list?</u> Rhe GistPad MCP server caches your gist list during the lifetime of its server process (for performance reasons), and so if you add/edit/delete a gist externally, you may need to tell GistPad MCP to refresh itself. You can do this by triggering the `refresh_gists` tool.
0 commit comments