-
Notifications
You must be signed in to change notification settings - Fork 4
fix(mcp): provision bridge runtime during setup #63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2a89325
fcaa1fc
9a70877
5e891bb
261c3dc
c36d50f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| # Keep text files LF on every platform. The generated MCP wrapper is compared | ||
| # byte-for-byte against its committed source (wrapper sync test), so Windows | ||
| # CRLF checkouts would break that guarantee. | ||
| * text=auto eol=lf |
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,2 +1,5 @@ | ||||||||||||||||
| set -e | ||||||||||||||||
|
|
||||||||||||||||
| pnpm lint | ||||||||||||||||
| pnpm typecheck | ||||||||||||||||
| pnpm test | ||||||||||||||||
|
Comment on lines
3
to
5
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The hook runs Add
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Still open and blocking at head There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✔ Fixed at head |
||||||||||||||||
Uh oh!
There was an error while loading. Please reload this page.