Skip to content

Commit 77e12ff

Browse files
Copilotpelikhan
andcommitted
Complete implementation: mount absolute path validation per MCP spec v1.7.0
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 29b588a commit 77e12ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/difc/difc_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ func TestFormatViolationError(t *testing.T) {
268268
SecrecyToAdd: []Tag{"private"},
269269
Reason: "Empty agent cannot access private resource",
270270
}
271-
agentSecrecy := NewSecrecyLabel() // Empty
271+
agentSecrecy := NewSecrecyLabel() // Empty
272272
agentIntegrity := NewIntegrityLabel() // Empty
273273

274274
resource := NewLabeledResource("private-resource")

0 commit comments

Comments
 (0)