opencode-toolbox 0.10.0 → 0.10.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-toolbox",
3
- "version": "0.10.0",
3
+ "version": "0.10.3",
4
4
  "description": "Tool Search Tool Plugin for OpenCode - search and execute tools from MCP servers on-demand",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -34,6 +34,10 @@
34
34
  "mcp"
35
35
  ],
36
36
  "license": "MIT",
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "https://github.com/assagman/opencode-toolbox"
40
+ },
37
41
  "devDependencies": {
38
42
  "@types/bun": "latest",
39
43
  "typescript": "^5.9.3"
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
3
  "$id": "https://unpkg.com/opencode-toolbox@latest/toolbox.schema.json",
4
+ "allowTrailingCommas": true,
5
+ "allowComments": true,
4
6
  "title": "OpenCode Toolbox Configuration",
5
7
  "description": "Configuration schema for opencode-toolbox plugin",
6
8
  "type": "object",