Python library for easily interacting with trained machine learning models
Project description
Gradio MCP Tool Visualizer
Gradio MCP Tool Visualizer is a visualizer for MCP tools. It allows developers and researchers to explore the structure of a mcp server by rendering tools and example input in an interactive and searchable list.
Features
- Visualize mcp stucture
- Searchable list
- Visualize example components
Usage
Installation
pip install -r gradio-mcp-tools-visualizer
Confugiration
import gradio as gr
from gradio_mcp_tools_visualizer import mcp_tools_visualizer
server_parameters = {"url": "https://abidlabs-mcp-tools2.hf.space/gradio_api/mcp/sse", "transport": "sse"} # <--- Your MCP server parameters
with gr.Tab("MCP Tool Visualizer"):
mcp_tools_visualizer(
value={
'server_parameters': server_parameters
},
)
tags: [gradio-custom-component, ] title: gradio_mcp_tools_visualizer short_description: A gradio custom component colorFrom: blue colorTo: yellow sdk: gradio pinned: false app_file: space.py
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gradio_mcp_tools_visualizer-0.0.4.tar.gz.
File metadata
- Download URL: gradio_mcp_tools_visualizer-0.0.4.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d10b7f052b5a5a33ceef4abe0322cd32e39ece9c9cd402c191078abf554eee28
|
|
| MD5 |
359d56ba2af46232189d52ec1c1d5387
|
|
| BLAKE2b-256 |
f6df2734557f94fe947306a7166105ad17771fe7e7af027ddd0c914a6121e6ac
|
File details
Details for the file gradio_mcp_tools_visualizer-0.0.4-py3-none-any.whl.
File metadata
- Download URL: gradio_mcp_tools_visualizer-0.0.4-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
487c14b573eee986d279cf7bc3ece614276d58699259069fc72e84e296fe74a8
|
|
| MD5 |
dfcdf9609a2e197f0c44a7c2d00c52aa
|
|
| BLAKE2b-256 |
3d19064546a0c4a3830512cbd61f9b40297ad7af28ff0c854b27848cb25d11d8
|