Kit Langton
|
29c202e6ab
|
refactor(mcp): remove mcp auth async facade exports (#22338)
|
2026-04-13 15:36:12 -04:00 |
|
Kit Langton
|
1dc69359d5
|
refactor(mcp): remove async facade exports (#22324)
|
2026-04-13 13:45:34 -04:00 |
|
Kit Langton
|
9581bf0670
|
refactor(effect): upgrade opencode to beta.46 context APIs (#21977)
|
2026-04-10 23:06:28 -04:00 |
|
opencode-agent[bot]
|
2a8a59ded9
|
chore: generate
|
2026-04-11 02:56:03 +00:00 |
|
Kit Langton
|
5917ac2162
|
fix: provide EffectLogger.layer to bare Effect.runPromise/runFork calls (#21974)
|
2026-04-10 22:55:08 -04:00 |
|
Kit Langton
|
cf27a73397
|
feat: add AppRuntime for unified service composition (#21953)
|
2026-04-10 19:46:52 -04:00 |
|
Kit Langton
|
9f54115c5d
|
refactor: remove unused runtime facade exports (#21731)
|
2026-04-09 14:52:06 -04:00 |
|
Aleksandr Lossenko
|
a7743e6467
|
feat(mcp): add OAuth redirect URI configuration for MCP servers (#21385)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-04-09 11:45:52 -05:00 |
|
Kit Langton
|
8bdcc22541
|
refactor(effect): inline session processor interrupt cleanup (#21593)
|
2026-04-08 21:19:01 -04:00 |
|
Dax
|
2e4c43c1cf
|
refactor: replace Bun.serve with Node http.createServer in OAuth handlers (#18327)
Co-authored-by: LukeParkerDev <10430890+Hona@users.noreply.github.com>
|
2026-04-06 12:17:29 -04:00 |
|
Kit Langton
|
8942fc21aa
|
refactor(effect): prune unused facades (#20748)
|
2026-04-02 20:15:09 -04:00 |
|
Kit Langton
|
5fd833aa18
|
refactor: standardize InstanceState variable name to state (#20267)
|
2026-04-01 10:39:43 -04:00 |
|
opencode-agent[bot]
|
b242a8d8e4
|
chore: generate
|
2026-03-27 01:47:36 +00:00 |
|
Kit Langton
|
9c6f1edfd7
|
refactor(effect): yield services instead of promise facades (#19325)
|
2026-03-26 21:46:38 -04:00 |
|
opencode-agent[bot]
|
c333e914ee
|
chore: generate
|
2026-03-26 18:42:59 +00:00 |
|
Kit Langton
|
2e6ac8ff49
|
fix(mcp): close transport on failed/timed-out connections (#19200)
|
2026-03-26 14:41:00 -04:00 |
|
Kit Langton
|
ea04b23745
|
skill: use Effect.cached for load deduplication (#19165)
|
2026-03-26 00:55:43 +00:00 |
|
Kit Langton
|
b90de755f9
|
fix+refactor(mcp): lifecycle tests, cancelPending fix, Effect migration (#19042)
|
2026-03-25 20:15:05 -04:00 |
|
Dax
|
52a7a04ad8
|
refactor: replace Bun shell execution with portable Process utilities (#18318)
|
2026-03-19 21:17:06 -04:00 |
|
opencode-agent[bot]
|
4f982ddb94
|
chore: generate
|
2026-03-10 02:02:18 +00:00 |
|
adam jones
|
ff3bb7424d
|
fix(mcp): fix OAuth auto-connect failing on first connection (#15547)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-03-09 21:01:19 -05:00 |
|
Dax Raad
|
bf35a865ba
|
refactor: replace Bun.connect with net.createConnection
|
2026-03-05 22:17:08 -05:00 |
|
ryanwyler
|
c4c0b23bff
|
fix: kill orphaned MCP child processes and expose OPENCODE_PID on shu… (#15516)
|
2026-03-01 18:08:17 +05:30 |
|
Dax
|
02a9495063
|
Remove use of Bun.file (#14215)
|
2026-02-19 11:32:32 -05:00 |
|
Dax Raad
|
568eccb4c6
|
Revert: all refactor commits migrating from Bun.file() to Filesystem module
|
2026-02-18 19:41:14 -05:00 |
|
Dax
|
9e6cb89101
|
refactor: migrate src/mcp/auth.ts from Bun.file()/Bun.write() to Filesystem module (#14125)
|
2026-02-18 19:20:16 -05:00 |
|
Eduardo Gomes
|
fb79dd7bf8
|
fix: Invalidate oauth credentials when oauth provider says so (#14007)
Co-authored-by: Eduardo Gomes <egomes@cloudflare.com>
|
2026-02-17 12:46:26 -06:00 |
|
Aiden Cline
|
3befd0c6c5
|
tweak: use promise all for mcp listTools calls (#13229)
|
2026-02-12 00:19:53 +00:00 |
|
Aiden Cline
|
75166a1961
|
fix: use ?? to prevent args being undefined for mcp server in some cases (#11203)
|
2026-01-29 22:00:12 +00:00 |
|
adamelmore
|
65e1186efe
|
wip(app): global config
|
2026-01-28 07:28:03 -06:00 |
|
karta0807913
|
29cebd73e5
|
feat(mcp log): print mcp stderr to opencode log file (#9982)
Co-authored-by: chuxuan.liang <chuxuan.liang@bytedance.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-01-22 10:02:26 -06:00 |
|
msvechla
|
8f62d4a5e3
|
fix(mcp): register OAuth callback before opening browser (#9646)
|
2026-01-20 10:18:49 -06:00 |
|
Aiden Cline
|
33290c54cd
|
Revert "feat(mcp): add OAuth redirect URI configuration for MCP servers (#7379)"
This reverts commit 40b275d7e6.
|
2026-01-16 22:17:33 -06:00 |
|
GitHub Action
|
0233dd1b39
|
chore: generate
|
2026-01-16 05:37:24 +00:00 |
|
Christopher Tso
|
40b275d7e6
|
feat(mcp): add OAuth redirect URI configuration for MCP servers (#7379)
|
2026-01-15 23:36:48 -06:00 |
|
Dan Lapid
|
b572c68100
|
fix(mcp): show auth URL when browser cannot open in remote sessions (#7884)
|
2026-01-15 20:21:39 -05:00 |
|
Dax
|
dd1f981d23
|
fix: honor per-server MCP timeouts (#8706)
|
2026-01-15 11:31:31 -05:00 |
|
Daniel Sauer
|
80e1173ef7
|
fix(mcp): close existing client before reassignment to prevent leaks (#8253)
|
2026-01-13 12:38:34 -06:00 |
|
Aiden Cline
|
e5abe1e78b
|
tweak: bump default to 30 seconds (lots of people complained about 5...)
|
2026-01-04 13:26:43 -06:00 |
|
Paolo Ricciuti
|
21dc3c24d9
|
feat: mcp resources (#6542)
|
2026-01-04 09:12:54 -06:00 |
|
Rhys Sullivan
|
586e7347bd
|
fix(mcp): add timeout to client.connect() calls (#6760)
|
2026-01-03 11:54:24 -06:00 |
|
Jake Nelson
|
5c5e636030
|
feat: add per-project MCP config overrides (#5406)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2026-01-03 01:15:37 -06:00 |
|
Paolo Ricciuti
|
5249f04ea0
|
fix: display MCP tag for prompts in autocomplete but not in prompt (#6531)
|
2025-12-31 09:34:36 -06:00 |
|
Paolo Ricciuti
|
57a2b5f444
|
feat: mcp prompts as slash commands (alternative) (#5767)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2025-12-31 00:51:25 -06:00 |
|
Dax Raad
|
ed4ce67cdc
|
core: add configurable timeout for MCP tool calls to prevent hanging requests
|
2025-12-30 23:06:07 -05:00 |
|
Daniel Polito
|
6e8cd3174c
|
Include current working directory in local MCP transport (#6303)
|
2025-12-28 13:09:24 -06:00 |
|
Abdelkader Boudih
|
f4d61be8bd
|
feat(mcp): handle tools/list_changed notifications (#5913)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2025-12-23 19:36:37 -06:00 |
|
Matt Silverlock
|
1a2b656c4d
|
improve mcp CLI + ability to debug MCP oauth (#5980)
|
2025-12-22 22:27:38 -06:00 |
|
Abdelkader Boudih
|
2f48c8c05f
|
fix: use official MCP SDK for better tool schema handling (#5463)
|
2025-12-21 11:31:07 -06:00 |
|
Rohan Mukherjee
|
7427b887f9
|
MCP improvements (#5699)
|
2025-12-17 20:49:45 -06:00 |
|