Skip to content

Releases: hariohmprasath/k8s-ai

Release 1.0-20250330032642

30 Mar 03:27
Compare
Choose a tag to compare

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)

  1. Download the JAR

  2. Update claude desktop json config to use the new MCP server

  3. Restart Claude Desktop

  4. 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

28 Mar 06:40
Compare
Choose a tag to compare

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)

  1. Download the JAR

  2. Update claude desktop json config to use the new MCP server

  3. Restart Claude Desktop

  4. 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

27 Mar 23:53
Compare
Choose a tag to compare

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)

  1. Download the JAR

  2. Update claude desktop json config to use the new MCP server

  3. Restart Claude Desktop

  4. 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

27 Mar 23:53
Compare
Choose a tag to compare

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)

  1. Download the JAR

  2. Update claude desktop json config to use the new MCP server

  3. Restart Claude Desktop

  4. 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

27 Mar 20:35
Compare
Choose a tag to compare

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)

  1. Download the JAR

  2. Update claude desktop json config to use the new MCP server

  3. Restart Claude Desktop

  4. 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

25 Mar 07:37
Compare
Choose a tag to compare

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

  1. Download the JAR file
  2. Configure your Claude Desktop settings as shown in the README
  3. Make sure to pick the fat jar with all the dependencies.

Release v0.0.1-20250324081626

24 Mar 08:16
Compare
Choose a tag to compare

Automated release for commit 39b9626

What's Changed

  • Automated build from the latest commit
  • Full commit message: Fix for build errors

Installation

  1. Download the JAR file
  2. Configure your Claude Desktop settings as shown in the README
  3. Make sure to pick the fat jar with all the dependencies.

Release v0.0.1

24 Mar 07:36
Compare
Choose a tag to compare

Automated release for commit 600c344

What's Changed

  • Automated build from the latest commit
  • Full commit message: Minor fixes

Installation

  1. Download the JAR file
  2. Configure your Claude Desktop settings as shown in the README
  3. Run with: java -Dspring.ai.mcp.server.stdio=true -Dspring.main.web-application-type=none -Dlogging.pattern.console= -jar k8s-*.jar