omnideck-mcp 1.0.0 → 1.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.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "omnideck-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
+ "mcpName": "io.github.aapd-studio/omnideck",
4
5
  "description": "Privacy-first local MCP server: redact secrets, decode JWTs, estimate LLM costs, split long documents and check AI output for hallucinations — all on your own machine, with no network calls.",
5
6
  "type": "module",
6
7
  "main": "./index.js",
7
8
  "bin": {
8
- "omnideck-mcp": "./index.js"
9
+ "omnideck-mcp": "index.js"
9
10
  },
10
11
  "files": [
11
12
  "index.js",