Releases: hariohmprasath/k8s-ai
Release 1.0-20250330032642
Changes in this release
- Update Kotlin JVM target to 17 in pom.xml files and refine README.md content for clarity (Hari Ohm Prasath)
Integration with Claude Desktop
Option 1: Using the MCP Server + Claude Desktop (Recommended)
-
Download the JAR
-
Update claude desktop json config to use the new MCP server
-
Restart Claude Desktop
-
Use the sample prompts in Claude Desktop to test the new MCP server
Option 2: Using the Agent Server Directly
# Download the Agent JAR file from this release
# Run the K8s AI Agent Server
java -jar agent-*-fat.jar
# The server will start on port 8080 by default
# You can now connect to the API at http://localhost:8080/api/v1/chat
Release 1.0-20250328064023
Changes in this release
- updates to README.md and prompts (Hari Ohm Prasath)
Integration with Claude Desktop
Option 1: Using the MCP Server + Claude Desktop (Recommended)
-
Download the JAR
-
Update claude desktop json config to use the new MCP server
-
Restart Claude Desktop
-
Use the sample prompts in Claude Desktop to test the new MCP server
Option 2: Using the Agent Server Directly
# Download the Agent JAR file from this release
# Run the K8s AI Agent Server
java -jar agent-*-fat.jar
# The server will start on port 8080 by default
# You can now connect to the API at http://localhost:8080/api/v1/chat
Release 1.0-20250327235322
Changes in this release
- Update to README.md (Hari Ohm Prasath)
- Updates to workflow and README files (Hari Ohm Prasath)
Integration with Claude Desktop
Option 1: Using the MCP Server + Claude Desktop (Recommended)
-
Download the JAR
-
Update claude desktop json config to use the new MCP server
-
Restart Claude Desktop
-
Use the sample prompts in Claude Desktop to test the new MCP server
Option 2: Using the Agent Server Directly
# Download the Agent JAR file from this release
# Run the K8s AI Agent Server
java -jar agent-*-fat.jar
# The server will start on port 8080 by default
# You can now connect to the API at http://localhost:8080/api/v1/chat
Release 1.0-20250327235226
Changes in this release
- Updates to workflow and README files (Hari Ohm Prasath)
Integration with Claude Desktop
Option 1: Using the MCP Server + Claude Desktop (Recommended)
-
Download the JAR
-
Update claude desktop json config to use the new MCP server
-
Restart Claude Desktop
-
Use the sample prompts in Claude Desktop to test the new MCP server
Option 2: Using the Agent Server Directly
# Download the Agent JAR file from this release
# Run the K8s AI Agent Server
java -jar agent-*-fat.jar
# The server will start on port 8080 by default
# You can now connect to the API at http://localhost:8080/api/v1/chat
Release 1.0-20250327203449
Changes in this release
- Update release.yml (Hari Ohm Prasath)
- Version updates (Hari Ohm Prasath)
- Minor edits with github workflows (Hari Ohm Prasath)
- Commit with major refactor (Hari Ohm Prasath)
Integration with Claude Desktop
Option 1: Using the MCP Server + Claude Desktop (Recommended)
-
Download the JAR
-
Update claude desktop json config to use the new MCP server
-
Restart Claude Desktop
-
Use the sample prompts in Claude Desktop to test the new MCP server
Option 2: Using the Agent Server Directly
# Download the Agent JAR file from this release
# Run the K8s AI Agent Server
java -jar agent-*-fat.jar
# The server will start on port 8080 by default
# You can now connect to the API at http://localhost:8080/api/v1/chat
Release v0.0.1-20250325073658
Automated release for commit af26bce
What's Changed
- Automated build from the latest commit
- Full commit message: New tool for k8s jobs and updated tool name
Installation
- Download the JAR file
- Configure your Claude Desktop settings as shown in the README
- Make sure to pick the fat jar with all the dependencies.
Release v0.0.1-20250324081626
Automated release for commit 39b9626
What's Changed
- Automated build from the latest commit
- Full commit message: Fix for build errors
Installation
- Download the JAR file
- Configure your Claude Desktop settings as shown in the README
- Make sure to pick the fat jar with all the dependencies.
Release v0.0.1
Automated release for commit 600c344
What's Changed
- Automated build from the latest commit
- Full commit message: Minor fixes
Installation
- Download the JAR file
- Configure your Claude Desktop settings as shown in the README
- Run with:
java -Dspring.ai.mcp.server.stdio=true -Dspring.main.web-application-type=none -Dlogging.pattern.console= -jar k8s-*.jar