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: 0 additions & 2 deletions crates/policy/testdata/comprehensive.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Comprehensive policy with all permission types"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/development.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Development environment policy with broad permissions"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/docker-privileged.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Policy with privileged Docker runtime for system administration"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Permission policy for docker container"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/environment-only.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Environment-only policy for basic shell access"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/network-only.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Network-only policy for API access"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/restricted.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Highly restricted policy for untrusted code"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/storage-only.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.1"
description: "Storage-only policy for file system access"
permissions:
Expand Down
2 changes: 0 additions & 2 deletions crates/policy/testdata/web-service.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/semcp/policy-mcp/main/schema/v1.json

version: "1.0"
description: "Web service policy for HTTP server deployment"
permissions:
Expand Down