initial-commit #1

Merged
t.behrendt merged 33 commits from initial-commit into main 2025-07-16 07:21:14 +02:00
Showing only changes of commit 37327b5ce4 - Show all commits

5
run-outline.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cd /home/tbehrendt/dev/outline-mcp
export OUTLINE_API_KEY=$1
export OUTLINE_BASE_URL=$2
exec bun run src/main.ts