Skip to content

Commit 2db3023

Browse files
committed
Sync alphalib
1 parent 305b489 commit 2db3023

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.cursor/mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"mcpServers": {
3+
"transloadit-internal-sse": {
4+
"url": "http://localhost:5555/mcp"
5+
}
6+
}
7+
}

.cursor/rules/general.mdc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ alwaysApply: true
55
---
66
- Do not touch `.env` files!
77
- Favor Yarn (4) over npm
8-
- Most of my git commands run through pagers, so pipe their output to `cat` to avoid blocking the
9-
terminal
8+
- Avoid blocking the conversation with terminal commands. For example: A) most of my git commands run through pagers, so pipe their output to `cat` to avoid blocking the
9+
terminal. B) Running a server in the foreground will block the conversation. Avoid it. C) You can use `tail` for logs, but be smart and use `-n` instead of `-f`, or the conversation will block

0 commit comments

Comments
 (0)