5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Run MCP server using flake devShell
|
|
|
|
nix develop .#default --command run_flake
|