@sit-onyx/modelcontextprotocol 0.1.0-dev-20260422105150 → 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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -47,7 +47,7 @@ var __toCommonJS = (mod) => __hasOwnProp.call(mod, "module.exports") ? mod["modu
47
47
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
48
48
  var package_default = {
49
49
  name: "@sit-onyx/modelcontextprotocol",
50
- version: "0.0.0",
50
+ version: "0.1.0",
51
51
  description: "MCP (Model Context Protocol) Server that provide onyx specific tools and resources.",
52
52
  homepage: "https://onyx.schwarz",
53
53
  bugs: { "url": "https://github.com/SchwarzIT/onyx/issues" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sit-onyx/modelcontextprotocol",
3
- "version": "0.1.0-dev-20260422105150",
3
+ "version": "0.1.0",
4
4
  "description": "MCP (Model Context Protocol) Server that provide onyx specific tools and resources.",
5
5
  "homepage": "https://onyx.schwarz",
6
6
  "bugs": {