24 lines
545 B
YAML
24 lines
545 B
YAML
manifest_version: 1
|
|
id: lazyboy.example.echo
|
|
version: 0.0.1
|
|
source:
|
|
kind: reviewed_local_artifact
|
|
artifact_ref: ./echo_server.py
|
|
sha256: compute-at-install
|
|
runtime:
|
|
kind: stdio_mcp
|
|
execution_location: assigned_computer
|
|
entrypoint: [python3, ./echo_server.py]
|
|
state_scope: agent_binding
|
|
installation:
|
|
supported_modes: [shared, dedicated]
|
|
share_immutable_package: true
|
|
permissions:
|
|
filesystem: [own_workspace]
|
|
shared_paths: []
|
|
network_services: []
|
|
needs_host_access: false
|
|
needs_root: false
|
|
capabilities:
|
|
- echo.text
|