| mcp-use@1.34.3 | ### Patch Changes - Updated dependencies [6231261] - @mcp-use/inspector@12.0.3 - @mcp-use/cli@3.6.4 | Medium | 7/8/2026 |
| mcp-use@1.34.2 | ### Patch Changes - Updated dependencies [55a300a] - @mcp-use/inspector@12.0.2 - @mcp-use/cli@3.6.3 | High | 7/6/2026 |
| mcp-use@1.33.0 | ### Minor Changes - 430178c: feat(server): enforce `outputSchema` at the tool return position, and make templates score 100% on the publishing checklist (MCP-2260) - `mcp-use`: a tool's `outputSchema` is now type-checked at the return position with no new API. Returning `object({...})` (or `widget({ props })`, whose props become the result's `structuredContent`) with a shape that does not match `outputSchema` is a compile-time error, while content-only helpers (`text()`, `markdown()`, `image( | High | 6/26/2026 |
| mcp-use@1.32.1 | ### Patch Changes - efa7fe7: Updated dependency `esbuild` to `0.28.1`. - efa7fe7: Fix OAuth metadata discovery for authorization servers with path-suffix issuers (RFC 8414). Construct the upstream OAuth and OpenID metadata URLs correctly and additionally mount the canonical `/.well-known/oauth-authorization-server{issuer-path}` route. Closes #1576. - efa7fe7: OAuth proxy mode now brokers the upstream callback through the server's own `/oauth/callback` instead of forwarding each MCP client's red | High | 6/16/2026 |
| mcp-use@1.32.0 | ### Minor Changes - 5b4afc8: Expose the resolved OAuth `token_endpoint` on `useMcp().authTokens` (and add `getTokenEndpoint()` to the browser OAuth provider / session store). This lets consumers persist the token endpoint alongside the access/refresh tokens so a backend can proactively refresh the token before it expires. The field is additive and optional â existing usage is unaffected. ### Patch Changes - @mcp-use/cli@3.5.1 - @mcp-use/inspector@10.0.0 | High | 6/11/2026 |
| mcp-use@1.30.0 | ### Minor Changes - 25ae46e: Add MCP server instructions support to TypeScript server configuration and scaffolded templates. - 25ae46e: Add `MCPServer.fromOpenAPI` for creating MCP servers from bundled OpenAPI documents, registering included operations as tools with generated input schemas and request handling. ### Patch Changes - 25ae46e: Bump `hono` to `4.12.23` to address [CVE-2026-47674](https://github.com/advisories/GHSA-xrhx-7g5j-rcj5), where non-canonical IPv6 forms could bypass stati | High | 6/8/2026 |
| mcp-use@1.24.2-canary.7 | ### Patch Changes - Updated dependencies [028cd3c] - @mcp-use/inspector@2.2.0-canary.7 - @mcp-use/cli@3.0.2-canary.7 | High | 4/20/2026 |
| @mcp-use/inspector@2.2.0-canary.7 | ### Patch Changes - 028cd3c: fix(inspector): read `MANUFACT_CHAT_URL` in the standalone server entrypoint The runtime hosted-chat URL injection was wired up in `cli.ts` (used by the published `mcp-inspect` bin and by Railway) but the same plumbing in `server.ts` (used by `pnpm start` / the dev server) was dropped during a merge. As a result, running the inspector via `node dist/server/server.js` with `MANUFACT_CHAT_URL` set did not inject `window.__MANUFACT_CHAT_URL__` into the served HTML. | High | 4/20/2026 |
| @mcp-use/cli@3.0.2-canary.7 | ### Patch Changes - Updated dependencies [028cd3c] - @mcp-use/inspector@2.2.0-canary.7 - mcp-use@1.24.2-canary.7 | High | 4/20/2026 |
| mcp-use@1.24.2-canary.6 | ### Patch Changes - Updated dependencies [baa93e6] - @mcp-use/inspector@2.2.0-canary.6 - @mcp-use/cli@3.0.2-canary.6 | High | 4/20/2026 |
| @mcp-use/inspector@2.2.0-canary.6 | ### Minor Changes - baa93e6: fix(inspector): remove `@langchain/*` hard dependencies and drop `MCPAgent` usage Closes [mcp-use/mcp-use#1371](https://github.com/mcp-use/mcp-use/issues/1371). `@mcp-use/inspector` no longer depends on `@langchain/core`, `@langchain/openai`, `@langchain/anthropic`, or `@langchain/google-genai`. The chat, sampling, and props-generation paths now call the OpenAI, Anthropic, and Google REST APIs directly and run their own MCP tool-calling loop instead of going t | High | 4/20/2026 |
| @mcp-use/cli@3.0.2-canary.6 | ### Patch Changes - Updated dependencies [baa93e6] - @mcp-use/inspector@2.2.0-canary.6 - mcp-use@1.24.2-canary.6 | High | 4/20/2026 |
| mcp-use@1.24.2-canary.5 | ### Patch Changes - bd58d95: fix(landing): add deeplink to manufact inspector - Updated dependencies [1b64075] - @mcp-use/inspector@2.2.0-canary.5 - @mcp-use/cli@3.0.2-canary.5 | High | 4/20/2026 |
| @mcp-use/inspector@2.2.0-canary.5 | ### Patch Changes - 1b64075: feat(inspector): configure hosted chat URL at runtime via `MANUFACT_CHAT_URL` The hosted chat endpoint (`chatApiUrl`) previously had to be baked into the client bundle at `vite build` time via `VITE_MANUFACT_CHAT_URL`. This prevented the same pre-built npm tarball from being configured per deploy (Railway, CDN, self-hosted) without a rebuild. The inspector server now reads `MANUFACT_CHAT_URL` at runtime and injects `window.__MANUFACT_CHAT_URL__` into the serve | High | 4/20/2026 |
| @mcp-use/cli@3.0.2-canary.5 | ### Patch Changes - Updated dependencies [bd58d95] - Updated dependencies [1b64075] - mcp-use@1.24.2-canary.5 - @mcp-use/inspector@2.2.0-canary.5 | High | 4/20/2026 |
| mcp-use@1.24.2-canary.4 | ### Patch Changes - Updated dependencies [d9ac208] - @mcp-use/inspector@2.2.0-canary.4 - @mcp-use/cli@3.0.2-canary.4 | High | 4/20/2026 |
| @mcp-use/inspector@2.2.0-canary.4 | ### Minor Changes - d9ac208: feat(inspector): allow free tier chat on hosted inspector ### Patch Changes - mcp-use@1.24.2-canary.4 | High | 4/20/2026 |
| @mcp-use/cli@3.0.2-canary.4 | ### Patch Changes - Updated dependencies [d9ac208] - @mcp-use/inspector@2.2.0-canary.4 - mcp-use@1.24.2-canary.4 | High | 4/20/2026 |
| mcp-use@1.24.2-canary.3 | ### Patch Changes - aa86071: ThemeProvider: gate color-scheme on opt-in prop to fix transparent iframe backgrounds. Setting `color-scheme` to an explicit value ("dark"/"light") on the iframe document root causes browsers to paint an opaque canvas behind the iframe when the widget and host documents use different schemes, making `background-color: transparent` ineffective. `McpUseProvider` now accepts a `colorScheme?: boolean` prop (default `false`). When `false`, `ThemeProvider` clears an | High | 4/19/2026 |
| @mcp-use/inspector@2.2.0-canary.3 | ### Patch Changes - Updated dependencies [aa86071] - mcp-use@1.24.2-canary.3 | High | 4/19/2026 |
| @mcp-use/cli@3.0.2-canary.3 | ### Patch Changes - Updated dependencies [aa86071] - mcp-use@1.24.2-canary.3 - @mcp-use/inspector@2.2.0-canary.3 | High | 4/19/2026 |
| mcp-use@1.24.2-canary.2 | ### Patch Changes - Updated dependencies [ee5abf8] - @mcp-use/inspector@2.2.0-canary.2 - @mcp-use/cli@3.0.2-canary.2 | High | 4/17/2026 |
| @mcp-use/inspector@2.2.0-canary.2 | ### Minor Changes - ee5abf8: Added "Copy Chat" and "Export Chat" buttons to the MCP Inspector chat header. Both actions include tool calls inline in the order they occurred. Copy writes markdown to the clipboard; Export downloads as JSON or Markdown. ### Patch Changes - mcp-use@1.24.2-canary.2 | High | 4/17/2026 |
| @mcp-use/cli@3.0.2-canary.2 | ### Patch Changes - Updated dependencies [ee5abf8] - @mcp-use/inspector@2.2.0-canary.2 - mcp-use@1.24.2-canary.2 | High | 4/17/2026 |
| mcp-use@1.24.2-canary.1 | ### Patch Changes - Updated dependencies [8f8a8e0] - @mcp-use/cli@3.0.2-canary.1 - @mcp-use/inspector@2.1.1-canary.1 | High | 4/17/2026 |
| @mcp-use/inspector@2.1.1-canary.1 | ### Patch Changes - mcp-use@1.24.2-canary.1 | High | 4/17/2026 |
| @mcp-use/cli@3.0.2-canary.1 | ### Patch Changes - 8f8a8e0: Deploy: HTTP 401 is treated as an invalid or expired API key for the current backendâshort re-authenticate prompt instead of the GitHub App "not connected" flow. Runs `testAuth` after org resolution (including when org is read from disk). GitHub connection checks and install polling recover via the same re-auth path on 401. - mcp-use@1.24.2-canary.1 - @mcp-use/inspector@2.1.1-canary.1 | High | 4/17/2026 |
| mcp-use@1.24.2-canary.0 | ### Patch Changes - Updated dependencies [5f0c888] - @mcp-use/cli@3.0.2-canary.0 - @mcp-use/inspector@2.1.1-canary.0 | High | 4/17/2026 |
| @mcp-use/inspector@2.1.1-canary.0 | ### Patch Changes - mcp-use@1.24.2-canary.0 | High | 4/17/2026 |
| @mcp-use/cli@3.0.2-canary.0 | ### Patch Changes - 5f0c888: Deploy: `git init` / `commit` / `push` no longer fail silentlyâmutating git commands throw with stderr, the first branch is normalized to `main` before push, and `git rev-parse HEAD` verifies a commit exists. `mcp-use deploy` catches these errors and prints hints for missing `user.name`/`user.email` and for rejected/non-fast-forward pushes. Commit messages are shell-quoted. - mcp-use@1.24.2-canary.0 - @mcp-use/inspector@2.1.1-canary.0 | High | 4/17/2026 |
| mcp-use@1.24.1-canary.3 | ### Patch Changes - Updated dependencies [d85fb4f] - @mcp-use/inspector@2.1.0-canary.3 - @mcp-use/cli@3.0.1-canary.3 | High | 4/16/2026 |
| @mcp-use/inspector@2.1.0-canary.3 | ### Patch Changes - d85fb4f: Add theme toggle button to MCP Apps debug controls toolbar - mcp-use@1.24.1-canary.3 | High | 4/16/2026 |
| @mcp-use/cli@3.0.1-canary.3 | ### Patch Changes - Updated dependencies [d85fb4f] - @mcp-use/inspector@2.1.0-canary.3 - mcp-use@1.24.1-canary.3 | High | 4/16/2026 |
| mcp-use@1.24.1-canary.2 | ### Patch Changes - Updated dependencies [744db4d] - @mcp-use/cli@3.0.1-canary.2 - @mcp-use/inspector@2.1.0-canary.2 | High | 4/16/2026 |
| @mcp-use/inspector@2.1.0-canary.2 | ### Patch Changes - mcp-use@1.24.1-canary.2 | High | 4/16/2026 |
| @mcp-use/cli@3.0.1-canary.2 | ### Patch Changes - 744db4d: refactor(cli): enhance deploy command with GitHub authorization handling - mcp-use@1.24.1-canary.2 - @mcp-use/inspector@2.1.0-canary.2 | High | 4/16/2026 |
| mcp-use@1.24.1-canary.1 | ### Patch Changes - 9fed740: Fix inspector "Protected resource does not match" error when switching from Via Proxy to Direct connection. The `window.fetch` interceptor installed by `BrowserOAuthClientProvider` is now correctly restored when `useMcp` unmounts, preventing the stale proxy interceptor from interfering with subsequent direct OAuth flows. - @mcp-use/cli@3.0.1-canary.1 - @mcp-use/inspector@2.1.0-canary.1 | High | 4/16/2026 |
| @mcp-use/inspector@2.1.0-canary.1 | ### Patch Changes - Updated dependencies [9fed740] - mcp-use@1.24.1-canary.1 | High | 4/16/2026 |
| @mcp-use/cli@3.0.1-canary.1 | ### Patch Changes - Updated dependencies [9fed740] - mcp-use@1.24.1-canary.1 - @mcp-use/inspector@2.1.0-canary.1 | High | 4/16/2026 |
| mcp-use@1.24.1-canary.0 | ### Patch Changes - Updated dependencies [27bd31c] - @mcp-use/inspector@2.1.0-canary.0 - @mcp-use/cli@3.0.1-canary.0 | High | 4/16/2026 |
| @mcp-use/inspector@2.1.0-canary.0 | ### Minor Changes - 27bd31c: Inspector navbar UX improvements - Chat tab moved to first position, always shows label even when collapsed, with visual separator - Active tab label stays visible when navbar is collapsed (new `alwaysExpanded` prop on TabsTrigger) - Deploy button added linking to manufact.com/signup with inspector referrer - Tunnel button repositioned between Add to Client and Deploy, restyled with violet theme, now visible in mobile layout - Theme toggle, command palette | High | 4/16/2026 |
| @mcp-use/cli@3.0.1-canary.0 | ### Patch Changes - Updated dependencies [27bd31c] - @mcp-use/inspector@2.1.0-canary.0 - mcp-use@1.24.1-canary.0 | High | 4/16/2026 |
| mcp-use@1.24.0-canary.6 | ### Patch Changes - Updated dependencies [c47d149] - @mcp-use/inspector@2.0.0-canary.6 - @mcp-use/cli@3.0.0-canary.6 | High | 4/15/2026 |
| @mcp-use/inspector@2.0.0-canary.6 | ### Minor Changes - c47d149: Inspector navbar UX improvements - Chat tab moved to first position, always shows label even when collapsed, with visual separator - Active tab label stays visible when navbar is collapsed (new `alwaysExpanded` prop on TabsTrigger) - Deploy button added linking to manufact.com/signup with inspector referrer - Tunnel button repositioned between Add to Client and Deploy, restyled with violet theme, now visible in mobile layout - Theme toggle, command palette | High | 4/15/2026 |
| @mcp-use/cli@3.0.0-canary.6 | ### Patch Changes - Updated dependencies [c47d149] - @mcp-use/inspector@2.0.0-canary.6 - mcp-use@1.24.0-canary.6 | High | 4/15/2026 |
| mcp-use@1.24.0-canary.5 | ### Patch Changes - bba147b: Fix deployment flow through cli and github connection - @mcp-use/cli@3.0.0-canary.5 - @mcp-use/inspector@2.0.0-canary.5 | High | 4/15/2026 |
| @mcp-use/inspector@2.0.0-canary.5 | ### Patch Changes - Updated dependencies [bba147b] - mcp-use@1.24.0-canary.5 | High | 4/15/2026 |
| @mcp-use/cli@3.0.0-canary.5 | ### Patch Changes - Updated dependencies [bba147b] - mcp-use@1.24.0-canary.5 - @mcp-use/inspector@2.0.0-canary.5 | High | 4/15/2026 |
| mcp-use@1.24.0-canary.4 | ### Minor Changes - 1718d68: Fix OAuth callback URL for inspector mounted at a sub-path **mcp-use:** Add `defaultCallbackUrl` prop to `McpClientProvider` so apps mounted at a sub-path (e.g. `/inspector`) can declare the correct OAuth redirect URL once at the provider level instead of passing it to every `addServer` call. **inspector:** Pass `defaultCallbackUrl` pointing to `/inspector/oauth/callback`, which is where the React Router (with `basename="/inspector"`) mounts the `OAuthCallback | Medium | 4/14/2026 |
| @mcp-use/inspector@2.0.0-canary.4 | ### Patch Changes - 1718d68: Fix OAuth callback URL for inspector mounted at a sub-path **mcp-use:** Add `defaultCallbackUrl` prop to `McpClientProvider` so apps mounted at a sub-path (e.g. `/inspector`) can declare the correct OAuth redirect URL once at the provider level instead of passing it to every `addServer` call. **inspector:** Pass `defaultCallbackUrl` pointing to `/inspector/oauth/callback`, which is where the React Router (with `basename="/inspector"`) mounts the `OAuthCallback | Medium | 4/14/2026 |
| @mcp-use/cli@3.0.0-canary.4 | ### Major Changes - 2bfcf48: cli: refactor cli to use new manufact apis ### Patch Changes - Updated dependencies [1718d68] - mcp-use@1.24.0-canary.4 - @mcp-use/inspector@2.0.0-canary.4 | Medium | 4/14/2026 |
| mcp-use@1.24.0-canary.3 | ### Patch Changes - c51a656: chore(mcp-use): switch several logers to debug from info - c51a656: fix(mcp-use): correct handling of paths on windows - Updated dependencies [c51a656] - Updated dependencies [c51a656] - Updated dependencies [c51a656] - @mcp-use/cli@3.0.0-canary.3 - @mcp-use/inspector@2.0.0-canary.3 | Medium | 4/14/2026 |
| @mcp-use/inspector@2.0.0-canary.3 | ### Patch Changes - c51a656: feat(inspector): persist tabs on refresh - Updated dependencies [c51a656] - Updated dependencies [c51a656] - mcp-use@1.24.0-canary.3 | Medium | 4/14/2026 |
| @mcp-use/cli@3.0.0-canary.3 | ### Major Changes - c51a656: Moved to device flow authentication. ### Patch Changes - c51a656: fix(mcp-use): correct handling of paths on windows - Updated dependencies [c51a656] - Updated dependencies [c51a656] - Updated dependencies [c51a656] - mcp-use@1.24.0-canary.3 - @mcp-use/inspector@2.0.0-canary.3 | Medium | 4/14/2026 |
| mcp-use@1.24.0-canary.2 | ### Patch Changes - 9478920: Fix Google provider rejecting tool schemas with `propertyNames` keyword. `z.record()` causes `@langchain/core` to emit a `propertyNames` field in the JSON Schema output for constrained or enum key types, which Google's Generative AI API rejects. Switching to `z.object({}).catchall()` produces identical runtime behavior while serializing cleanly without `propertyNames`. - Updated dependencies [b0e2492] - @mcp-use/inspector@2.0.0-canary.2 - @mcp-use/cli@2.21.5 | Medium | 4/13/2026 |
| @mcp-use/inspector@2.0.0-canary.2 | ### Patch Changes - b0e2492: Fix thinking indicator persisting after assistant stream completes - Updated dependencies [9478920] - mcp-use@1.24.0-canary.2 | Medium | 4/13/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Medium | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |
| python-v1.7.0 | ## What's Changed ### Features * feat(python): add mcp_logs_only option to hide non-MCP HTTP access logs by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1164 * feat(python): auto-retry next available port when default is in use by @pietrozullo in https://github.com/mcp-use/mcp-use/pull/1163 * feat(python): add create-mcp-use CLI with rich UI and dependency install by @renvins in https://github.com/mcp-use/mcp-use/pull/1097 * feat(python): add icons parameter to MCPServer constructo | Low | 3/17/2026 |