Skip to content

Commit 3f0f259

Browse files
committed
docs: Update README.md with Glama badge and clarify publishing instructions
- Added a Glama badge to showcase server capabilities. - Improved clarity in the manual publishing instructions for npm, ensuring users understand the steps for creating a changeset, versioning, and publishing.
1 parent 1421fdb commit 3f0f259

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
A high-performance, persistent memory system for the Model Context Protocol (MCP) powered by libSQL. This server provides vector search capabilities and efficient knowledge storage using libSQL as the backing store.
66

7+
<a href="https://glama.ai/mcp/servers/22lg4lq768">
8+
<img width="380" height="200" src="https://glama.ai/mcp/servers/22lg4lq768/badge" alt="Glama badge" />
9+
</a>
10+
711
## Features
812

913
- 🚀 High-performance vector search using libSQL
@@ -113,16 +117,19 @@ The server uses a libSQL database with the following schema:
113117
Due to npm 2FA requirements, publishing needs to be done manually:
114118

115119
1. Create a changeset (documents your changes):
120+
116121
```bash
117122
pnpm changeset
118123
```
119124

120125
2. Version the package (updates version and CHANGELOG):
126+
121127
```bash
122128
pnpm changeset version
123129
```
124130

125131
3. Publish to npm (will prompt for 2FA code):
132+
126133
```bash
127134
pnpm release
128135
```

0 commit comments

Comments
 (0)