File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ var log = logger.New("config:rules")
1212// Documentation URL constants
1313const (
1414 ConfigSpecURL = "https://github.com/github/gh-aw/blob/main/docs/src/content/docs/reference/mcp-gateway.md"
15- SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.67.0 /docs/public/schemas/mcp-gateway-config.schema.json"
15+ SchemaURL = "https://raw.githubusercontent.com/github/gh-aw/v0.67.1 /docs/public/schemas/mcp-gateway-config.schema.json"
1616)
1717
1818// ValidationError represents a configuration validation error with context.
Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ func TestEnhancedErrorMessages(t *testing.T) {
556556 "Location:" ,
557557 "Error:" ,
558558 "Details:" ,
559- "https://raw.githubusercontent.com/github/gh-aw/v0.67.0 /docs/public/schemas/mcp-gateway-config.schema.json" ,
559+ "https://raw.githubusercontent.com/github/gh-aw/v0.67.1 /docs/public/schemas/mcp-gateway-config.schema.json" ,
560560 },
561561 },
562562 {
You can’t perform that action at this time.
0 commit comments