@actiondock/mcp 2.0.0 → 2.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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,11 +33,11 @@ npm install @actiondock/mcp
33
33
 
34
34
  ## 📖 Documentation
35
35
 
36
- - [MCP Integration Guide](https://github.com/team4u/actiondock/blob/main/docs/guides/mcp.md)
37
- - [Action API Reference](https://github.com/team4u/actiondock/blob/main/docs/reference/action-api.md)
36
+ - [MCP Integration Guide](../../docs/consumer/use-as-mcp.md)
37
+ - [Action API Reference](../../docs/reference/action-api.md)
38
38
 
39
39
  ---
40
40
 
41
41
  ## License
42
42
 
43
- [Apache-2.0](LICENSE) © team4u
43
+ [Apache-2.0](../../LICENSE) © team4u
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actiondock/mcp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "ActionDock MCP Adapter for exposing Actions as Model Context Protocol (MCP) Tools",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",