mcporter/src
Sebastian B Otaegui f37a642a80
Some checks failed
CI / build (${{ matrix.os }}) (macos-15) (push) Has been cancelled
CI / build (${{ matrix.os }}) (ubuntu-latest) (push) Has been cancelled
CI / build (${{ matrix.os }}) (windows-latest) (push) Has been cancelled
feat(runtime): re-export RuntimeOptions
Re-export `RuntimeOptions` from the public package entry so consumers can name the `createRuntime` options shape directly.

Proof:
- `pnpm docs:list`
- `pnpm check`
- `pnpm test` (123 files passed, 1 skipped; 706 tests passed, 3 skipped)
- `pnpm build`
- `rg -n "RuntimeOptions" dist/index.d.ts dist/runtime.d.ts` confirmed the built declaration barrel exports the type.
- Autoreview branch vs `origin/main`: clean, no accepted/actionable findings.
- Existing PR CI green: ubuntu-latest, macos-15, windows-latest.

Co-authored-by: Sebastian Otaegui <feniix@gmail.com>
2026-06-06 22:32:42 -07:00
..
cli fix(replay): rewrite response ids during replay (#192) 2026-05-31 08:52:02 +01:00
config feat: support refreshable bearer stdio auth 2026-05-14 18:29:43 +01:00
daemon fix(daemon): keep stdio list requests warm 2026-05-29 05:18:32 +01:00
runtime fix(replay): rewrite response ids during replay (#192) 2026-05-31 08:52:02 +01:00
chrome-devtools-auto-connect-patch.ts fix: patch chrome-devtools auto-connect hang 2026-05-14 12:51:16 +01:00
chrome-devtools-compat.ts fix: patch chrome-devtools auto-connect hang 2026-05-14 12:51:16 +01:00
cli-metadata.ts feat: support refreshable bearer stdio auth 2026-05-14 18:29:43 +01:00
cli.ts fix(replay): rewrite response ids during replay (#192) 2026-05-31 08:52:02 +01:00
config-imports.ts refactor(config): modularize import helpers 2025-11-17 20:31:55 +01:00
config-normalize.ts feat: support refreshable bearer stdio auth 2026-05-14 18:29:43 +01:00
config-schema.ts fix: support daemon idle timeout config 2026-05-20 17:34:42 +01:00
config.ts fix: support daemon idle timeout config 2026-05-20 17:34:42 +01:00
env.ts fix: resolve config env placeholders 2026-05-09 13:14:09 +01:00
error-classifier.ts fix: detect auth errors from error.code property (StreamableHTTPError/SseError) 2026-03-28 19:21:23 +00:00
fs-json.ts fix: harden concurrent config writes 2026-05-14 16:32:37 +01:00
generate-cli.ts fix: make generated cli bundles deterministic 2026-05-20 16:53:37 +01:00
generated-daemon-runtime.ts feat: support refreshable bearer stdio auth 2026-05-14 18:29:43 +01:00
index.ts feat(runtime): re-export RuntimeOptions 2026-06-06 22:32:42 -07:00
lifecycle.ts Release 0.5.8 2025-11-15 07:17:20 +01:00
logging.ts Document function headers 2025-11-06 15:24:03 +00:00
oauth-client-info.ts fix(oauth): refresh expired cached access tokens 2026-05-11 03:13:09 +01:00
oauth-persistence.ts fix: harden OAuth vault recovery (#190) 2026-05-26 15:47:31 +01:00
oauth-vault.ts fix: harden OAuth vault recovery (#190) 2026-05-26 15:47:31 +01:00
oauth.ts feat: add OAuth no-browser session support 2026-05-12 23:59:34 -03:00
paths.ts fix: fall back to legacy config after empty xdg home (#185) 2026-05-21 22:15:13 +01:00
result-utils.ts fix: harden concurrent config writes 2026-05-14 16:32:37 +01:00
runtime-header-utils.ts refactor: satisfy oxlint rules 2026-04-18 19:33:14 +01:00
runtime-oauth-support.ts feat: support refreshable bearer stdio auth 2026-05-14 18:29:43 +01:00
runtime-process-utils.ts fix(replay): rewrite response ids during replay (#192) 2026-05-31 08:52:02 +01:00
runtime.ts fix(replay): rewrite response ids during replay (#192) 2026-05-31 08:52:02 +01:00
schema-cache.ts fix: harden concurrent config writes 2026-05-14 16:32:37 +01:00
sdk-patches.ts fix: escalate stuck stdio shutdowns 2026-04-18 20:07:40 +01:00
serve.ts fix: keep served tool names readable 2026-05-14 13:39:05 +01:00
server-proxy.ts refactor: satisfy oxlint rules 2026-04-18 19:33:14 +01:00
tool-filters.ts feat: add per-server tool filtering 2026-04-18 21:52:18 +01:00
version.ts perf: speed up daemon fast-path calls 2026-05-09 11:54:05 +01:00