feat: port bluetooth to MTK toolkit

This commit is contained in:
2026-04-17 15:26:27 +02:00
parent b3bbcc7be1
commit 7b7f748b21
3 changed files with 424 additions and 332 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"mcpServers": {
"montauk-workflow": {
"type": "stdio",
"command": "/home/daniel-hammer/dev/montauk-workflow-env/bin/python",
"args": [
"/home/daniel-hammer/dev/montauk-workflow/mcp_server.py"
],
"env": {}
}
}
}