Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ age: ./**/age/**
ansible-mcp-server: ./**/ansible-mcp-server/**
claude-code: ./**/claude-code/**
flux: ./**/flux/**
flux-mcp-server: ./**/flux-mcp-server/**
flux-operator-mcp-server: ./**/flux-operator-mcp-server/**
github-cli-extras: ./**/github-cli-extras/**
github-mcp-server: ./**/github-mcp-server/**
grafana-mcp-server: ./**/grafana-mcp-server/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This feature is tested against the following architectures:

| Version | Notes |
| --- | --- |
| 3.0.0 | Rename feature |
| 2.0.0 | Replace dependsOn with explicit required packages |
| 1.0.2 | Update install and test scripts |
| 1.0.1 | Surface curl errors |
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "flux-mcp-server",
"version": "2.0.0",
"name": "Flux MCP Server",
"name": "Flux Operator MCP Server",
"id": "flux-operator-mcp-server",
"version": "3.0.0",
"documentationURL": "https://fluxcd.control-plane.io/mcp/",
"description": "The Flux Model Context Protocol (MCP) Server connects AI assistants like Claude, Cursor, GitHub Copilot, and others directly to your Kubernetes clusters running Flux Operator, enabling seamless interaction through natural language.",
"options": {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"flux_mcp_server_version": {
"flux_operator_mcp_server_version": {
"image": "mcr.microsoft.com/devcontainers/base:debian12",
"features": {
"flux-mcp-server": {
"flux-operator-mcp-server": {
"version": "0.27.0"
}
}
Expand Down
File renamed without changes.
Loading