@bywaleed/onyx-mcp 0.1.0 → 0.1.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/README.md +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
- package/server.json +3 -3
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://github.com/ByWaleed/onyx-mcp/actions/workflows/ci.yml)
|
|
4
4
|
[](LICENSE)
|
|
5
5
|
|
|
6
|
-
MCP Registry name: `io.github.
|
|
6
|
+
MCP Registry name: `io.github.ByWaleed/onyx-mcp`
|
|
7
7
|
|
|
8
8
|
A comprehensive, secure Model Context Protocol server for [Onyx](https://www.onyx.app/), formerly Danswer.
|
|
9
9
|
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.
|
|
1
|
+
export declare const VERSION = "0.1.1";
|
package/dist/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated from package.json by scripts/sync-version.mjs.
|
|
2
|
-
export const VERSION = "0.1.
|
|
2
|
+
export const VERSION = "0.1.1";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bywaleed/onyx-mcp",
|
|
3
|
-
"mcpName": "io.github.
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"mcpName": "io.github.ByWaleed/onyx-mcp",
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"description": "A comprehensive, secure Model Context Protocol server for Onyx.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/server.js",
|
package/server.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "io.github.
|
|
3
|
+
"name": "io.github.ByWaleed/onyx-mcp",
|
|
4
4
|
"title": "Onyx MCP",
|
|
5
5
|
"description": "Secure MCP access to Onyx search, chat, projects, and administration.",
|
|
6
|
-
"version": "0.1.
|
|
6
|
+
"version": "0.1.1",
|
|
7
7
|
"websiteUrl": "https://github.com/ByWaleed/onyx-mcp",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/ByWaleed/onyx-mcp",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"registryType": "npm",
|
|
16
16
|
"registryBaseUrl": "https://registry.npmjs.org",
|
|
17
17
|
"identifier": "@bywaleed/onyx-mcp",
|
|
18
|
-
"version": "0.1.
|
|
18
|
+
"version": "0.1.1",
|
|
19
19
|
"runtimeHint": "npx",
|
|
20
20
|
"transport": {
|
|
21
21
|
"type": "stdio"
|