Skip to content

Commit ebe5b38

Browse files
committed
chore: Update package.json and README.md with new keywords
- Added a comprehensive list of keywords to package.json for better discoverability. - Removed outdated npm tags section from README.md to streamline documentation.
1 parent 8c6e081 commit ebe5b38

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,6 @@ pnpm changeset version
125125
pnpm release
126126
```
127127

128-
### npm Tags
129-
130-
This package is tagged with:
131-
- `mcp`: Model Context Protocol server
132-
- `memory`: Memory/knowledge management
133-
- `vector`: Vector search capabilities
134-
- `libsql`: SQL database integration
135-
- `knowledge-graph`: Graph-based knowledge storage
136-
137128
## Contributing
138129

139130
Contributions are welcome! Please read our contributing guidelines before submitting pull requests.

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,17 @@
2121
"url": "https://github.com/spences10/mcp-memory-libsql/issues"
2222
},
2323
"homepage": "https://github.com/spences10/mcp-memory-libsql#readme",
24+
"keywords": [
25+
"mcp",
26+
"memory",
27+
"vector",
28+
"libsql",
29+
"knowledge-graph",
30+
"database",
31+
"vector-search",
32+
"semantic-search",
33+
"knowledge-management"
34+
],
2435
"scripts": {
2536
"build": "tsc && chmod +x dist/index.js",
2637
"start": "node dist/index.js",

0 commit comments

Comments
 (0)