Skip to content

Commit 264601f

Browse files
authored
Merge pull request #7 from adamgreg/host-spawn
Add host-spawn, for running MCP servers
2 parents 5ff6cd8 + 98a4f2e commit 264601f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

flatpak.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,14 @@ modules:
3737
commands:
3838
- exec /app/anythingllm-desktop/anythingllm-desktop --no-sandbox "$@"
3939
- sources.json
40+
- name: host-spawn
41+
buildsystem: simple
42+
build-commands:
43+
- install -Dm755 host-spawn /app/bin/host-spawn
44+
sources:
45+
- type: file
46+
url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-x86_64
47+
sha256: 733746ab498e07d065cbecf80bacd447eb21846d1462e8fe23fdd9d9dc977b50
48+
dest-filename: host-spawn
49+
only-arches:
50+
- x86_64

0 commit comments

Comments
 (0)