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 internal/config/rules/rules.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var log = logger.New("config:rules")
// Documentation URL constants
const (
ConfigSpecURL = "https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/mcp-gateway.md"
SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.55.0/docs/public/schemas/mcp-gateway-config.schema.json"
SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.57.0/docs/public/schemas/mcp-gateway-config.schema.json"
)

// ValidationError represents a configuration validation error with context.
Expand Down
2 changes: 1 addition & 1 deletion internal/config/validation_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var (
// Current schema version: v0.50.7
//
// Alternative: Embed the schema using go:embed directive for zero network dependency.
schemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.55.0/docs/public/schemas/mcp-gateway-config.schema.json"
schemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.57.0/docs/public/schemas/mcp-gateway-config.schema.json"

// Schema caching to avoid recompiling the JSON schema on every validation
// This improves performance by compiling the schema once and reusing it
Expand Down
2 changes: 1 addition & 1 deletion internal/config/validation_schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ func TestEnhancedErrorMessages(t *testing.T) {
"Location:",
"Error:",
"Details:",
"https://raw.githubusercontent.com/github/gh-aw/v0.55.0/docs/public/schemas/mcp-gateway-config.schema.json",
"https://raw.githubusercontent.com/github/gh-aw/v0.57.0/docs/public/schemas/mcp-gateway-config.schema.json",
},
},
{
Expand Down