mcp-redhat-knowledge 0.1.0

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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/index.js +1 -0
  3. package/package.json +11 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # mcp-redhat-knowledge
2
+
3
+ MCP server for Red Hat knowledge API. Coming soon.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "mcp-redhat-knowledge",
3
+ "version": "0.1.0",
4
+ "description": "MCP server for Red Hat knowledge API (coming soon)",
5
+ "main": "index.js",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/shonstephens/mcp-redhat-knowledge.git"
10
+ }
11
+ }