Skip to content

Commit 9fe922a

Browse files
authored
Merge pull request #9 from listfold/iainland/rm
update readme
2 parents c116c50 + cc92a75 commit 9fe922a

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ uvx mousetail
1919

2020
For detailed instructions on integrating with Claude Code, Claude Desktop, and other LLM tools:
2121

22-
**[Usage Guide](https://listfold.github.io/mousetail/usage.html)**.
22+
**[Usage Guide](https://listfold.github.io/mousetail/usage.html)**
2323

2424
**[API Reference](https://listfold.github.io/mousetail/api/index.html)**
2525

@@ -29,17 +29,20 @@ For detailed instructions on integrating with Claude Code, Claude Desktop, and o
2929
- **Simple** - no configuration required, automatically discovers your Anki collections
3030

3131
## Use Cases
32-
- Selectively commit what you learn in conversation with an LLM to memory
33-
> "Create an anki deck based on our conversation"
34-
> "Create a card in the algebra deck"
35-
- Use an LLM to interact with your deck
36-
> "Work through the algebra deck with me"
3732

38-
## Important Notes
33+
Selectively commit what you learn in conversation with an LLM to memory
34+
35+
> "Create a deck based on our conversation"
36+
37+
Use an LLM to interact with your deck
38+
39+
> "Work through the algebra deck with me"
3940
40-
### Anki Must Be Closed
41+
Prompt an LLM to periodically quiz you.
4142

42-
The MCP server and Anki application both access the same SQLite database files directly. Because SQLite uses file-based locking, **you should close Anki before using the MCP server**. Attempting to use both simultaneously can result in "Collection is locked" errors.
43+
> "Every 10 prompts, ignore my prompts until i have worked through 5 cards"
44+
45+
## Important Notes
4346

4447
### How Collections Are Accessed
4548

@@ -48,7 +51,7 @@ The MCP server finds Anki collections at their standard locations:
4851
- **Linux:** `~/.local/share/Anki2/[Profile]/collection.anki2`
4952
- **Windows:** `%APPDATA%\Anki2\[Profile]\collection.anki2`
5053

51-
You don't need to configure paths - the server automatically discovers available collections.
54+
You don't need to configure paths - the server automatically discovers available collections, this can be customized using configuration.
5255

5356
## Configuration
5457

0 commit comments

Comments
 (0)