Skip to content

Commit

Permalink
Initial commit v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qpd-v committed Dec 13, 2024
1 parent acead15 commit 78fed78
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ qdrant_storage/

# Test coverage
coverage/

# Local documentation files
MCPguide.txt
MCPspecification.txt
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
{
"name": "@qpd-v/mcp-server-ragdocs",
"version": "0.1.3",
"version": "0.1.4",
"description": "A Model Context Protocol server for fetching and storing documentation in a vector database, enabling semantic search and retrieval to augment LLM capabilities with relevant documentation context.",
"private": false,
"type": "module",
"bin": {
"@qpd-v/mcp-server-ragdocs": "./build/index.js"
},
"files": [
"build"
"build",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
Expand Down

0 comments on commit 78fed78

Please sign in to comment.