MCP Evals CLI (Deno + Cliffy): import traces, browse viewer, ask, config
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^19.1.147
commits
7
commits
chore(cli): bump VERSION to v0.2.5 and README install/upgrade examples
e5a1938View on GitHubfix(cli): use npm: specifiers for React/Ink in all TSX (config-less install)
be65889View on GitHubfix(cli): support config-less installs by using explicit npm: specifiers for React/Ink across TSX and entrypoint
3b4f087View on GitHubchore(cli): Deno v2 hardening\n\n- Unify React/Ink to bare specifiers via import map\n- Add JSX pragma /** @jsxImportSource react */ in TSX\n- Add types (@types/react, @types/node) in compilerOptions.types\n- Keep nodeModulesDir=auto for v2\n- Bump CLI to v0.2.3 and update README install/upgrade
fcf7614View on GitHubfix(cli): ensure React is in scope for TSX without config; lint-ignore unused default
00af7d1View on GitHub