Metadata-Version: 2.4
Name: mcpbundles-proxy
Version: 0.4.0
Summary: DEPRECATED — use 'mcpbundles' instead. pip install mcpbundles
Author-email: MCPBundles <support@mcpbundles.com>
License-Expression: MIT
Project-URL: Homepage, https://mcpbundles.com
Project-URL: Documentation, https://mcpbundles.com/docs/cli
Project-URL: Repository, https://github.com/thinkchainai/mcpbundles-proxy
Keywords: mcp,proxy,deprecated
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcpbundles>=1.0.0
Dynamic: license-file

# mcpbundles-proxy (DEPRECATED)

> **This package is deprecated.** Use [`mcpbundles`](https://pypi.org/project/mcpbundles/) instead.

## Migration

```bash
pip uninstall mcpbundles-proxy
pip install mcpbundles
```

The new `mcpbundles` CLI includes everything from `mcpbundles-proxy` plus:

- **Full MCP Hub access** — discover and call 500+ tools from the command line
- **Interactive shell** — REPL with tab completion and live connection switching
- **Multi-connection proxy** — aggregate multiple MCP servers into one endpoint
- **AI agent integration** — generate tool manifests, serve local MCP endpoints
- **Streaming output** — progressive results for long-running operations

Proxy tunnel commands are available under `mcpbundles proxy start/stop/status`.

## Links

- **New package**: https://pypi.org/project/mcpbundles/
- **Documentation**: https://mcpbundles.com/docs/cli
- **Repository**: https://github.com/thinkchainai/mcpbundles-proxy
