Added
settings.disableProxyToolto hide themcpproxy tool once configured direct tools are fully available from cache. Thanks @tanavamsikrishna for PR #41.- Per-server
excludeToolsto hide specific MCP tools/resources by original or prefixed name across direct tools, proxy discovery, and the/mcppanel. Thanks @ahmadaccino for issue #36. settings.autoAuthto optionally trigger OAuth automatically from proxy/direct tool usage, then rerun the original blocked connect/tool operation once after authentication succeeds. Thanks @unimonkiez for issue #34.
Fixed
- Regenerated
package-lock.jsonso the root lockfile metadata matchespackage.jsonagain, including the declaredopen,@types/bun,@types/open, andtsxentries. - Kept the
mcpproxy tool available as a first-session fallback when configured direct tools are still missing cache metadata, avoiding no-tool startup gaps.