@vfarcic/dot-ai 0.165.0 → 0.166.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/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,6 +105,12 @@ Get started in 3 steps:
105
105
  - **[MCP Setup Guide](docs/setup/mcp-setup.md)** - Complete configuration instructions
106
106
  - **[Tools Overview](docs/guides/mcp-tools-overview.md)** - All available tools and features
107
107
 
108
+ ### Deployment Options
109
+ - **[Docker Setup](docs/setup/docker-setup.md)** - Recommended for local development
110
+ - **[Kubernetes Setup](docs/setup/kubernetes-setup.md)** - Production deployment with Ingress
111
+ - **[ToolHive Setup](docs/setup/kubernetes-toolhive-setup.md)** - Operator-managed deployment
112
+ - **[NPX Setup](docs/setup/npx-setup.md)** - Quick trials with Node.js
113
+
108
114
  ### Feature Guides
109
115
  - **[Resource Provisioning](docs/guides/mcp-recommendation-guide.md)** - AI-powered deployment recommendations
110
116
  - **[Capability Management](docs/guides/mcp-capability-management-guide.md)** - Semantic resource discovery
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vfarcic/dot-ai",
3
- "version": "0.165.0",
3
+ "version": "0.166.0",
4
4
  "description": "AI-powered development productivity platform that enhances software development workflows through intelligent automation and AI-driven assistance",
5
5
  "mcpName": "io.github.vfarcic/dot-ai",
6
6
  "main": "dist/index.js",