mcp-knowledge-base 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.history/README_20241226022326.md +0 -0
- package/.history/README_20241226022338.md +16 -0
- package/.history/index_20241226022302.js +0 -0
- package/.history/index_20241226022314.js +1 -0
- package/.history/package_20241226022150.json +12 -0
- package/.history/package_20241226022252.json +17 -0
- package/README.md +16 -0
- package/index.js +1 -0
- package/package.json +17 -0
File without changes
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# MCP Knowledge Base
|
2
|
+
|
3
|
+
> [!NOTE]
|
4
|
+
> This package is currently in development. Future versions will provide knowledge base functionality for Claude AI.
|
5
|
+
|
6
|
+
## Coming Soon
|
7
|
+
|
8
|
+
This package will build upon mcp-knowledge-graph to provide:
|
9
|
+
|
10
|
+
- Enhanced knowledge base capabilities
|
11
|
+
- Improved memory management
|
12
|
+
- Advanced querying features
|
13
|
+
|
14
|
+
## Status
|
15
|
+
|
16
|
+
This is a placeholder release. Production version coming soon.
|
File without changes
|
@@ -0,0 +1 @@
|
|
1
|
+
console.log('MCP Knowledge Base - Coming Soon');
|
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"name": "mcp-knowledge-base",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"description": "MCP server for knowledge base functionality - Coming Soon",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"keywords": [
|
10
|
+
"mcp",
|
11
|
+
"claude",
|
12
|
+
"knowledge-base",
|
13
|
+
"ai"
|
14
|
+
],
|
15
|
+
"author": "Shane Holloman",
|
16
|
+
"license": "MIT"
|
17
|
+
}
|
package/README.md
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# MCP Knowledge Base
|
2
|
+
|
3
|
+
> [!NOTE]
|
4
|
+
> This package is currently in development. Future versions will provide knowledge base functionality for Claude AI.
|
5
|
+
|
6
|
+
## Coming Soon
|
7
|
+
|
8
|
+
This package will build upon mcp-knowledge-graph to provide:
|
9
|
+
|
10
|
+
- Enhanced knowledge base capabilities
|
11
|
+
- Improved memory management
|
12
|
+
- Advanced querying features
|
13
|
+
|
14
|
+
## Status
|
15
|
+
|
16
|
+
This is a placeholder release. Production version coming soon.
|
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
console.log('MCP Knowledge Base - Coming Soon');
|
package/package.json
ADDED
@@ -0,0 +1,17 @@
|
|
1
|
+
{
|
2
|
+
"name": "mcp-knowledge-base",
|
3
|
+
"version": "0.0.1",
|
4
|
+
"description": "MCP server for knowledge base functionality - Coming Soon",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"keywords": [
|
10
|
+
"mcp",
|
11
|
+
"claude",
|
12
|
+
"knowledge-base",
|
13
|
+
"ai"
|
14
|
+
],
|
15
|
+
"author": "Shane Holloman",
|
16
|
+
"license": "MIT"
|
17
|
+
}
|