mcp-ui 0.1.1__tar.gz → 0.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/PKG-INFO +1 -2
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/pyproject.toml +1 -3
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/.gitignore +0 -0
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/.python-version +0 -0
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/LICENSE +0 -0
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/README.md +0 -0
- {mcp_ui-0.1.1/src → mcp_ui-0.1.2/src/mcp_ui}/__init__.py +0 -0
- {mcp_ui-0.1.1/src → mcp_ui-0.1.2/src/mcp_ui}/core.py +0 -0
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/src/mcp_ui.py +0 -0
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/tests/test_ui.py +0 -0
- {mcp_ui-0.1.1 → mcp_ui-0.1.2}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-ui
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A Python SDK for building MCP UI resources (iframe, panels, text blocks, etc.) in a type-safe way.
|
5
5
|
Project-URL: Homepage, https://github.com/jameszokah/mcp-ui
|
6
6
|
Project-URL: Repository, https://github.com/jameszokah/mcp-ui
|
@@ -14,7 +14,6 @@ Classifier: Development Status :: 3 - Alpha
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
15
15
|
Classifier: Operating System :: OS Independent
|
16
16
|
Classifier: Programming Language :: Python :: 3
|
17
|
-
Classifier: Programming Language :: Python :: 3.8
|
18
17
|
Classifier: Programming Language :: Python :: 3.9
|
19
18
|
Classifier: Programming Language :: Python :: 3.10
|
20
19
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "mcp-ui"
|
3
|
-
version = "0.1.
|
3
|
+
version = "0.1.2"
|
4
4
|
description = "A Python SDK for building MCP UI resources (iframe, panels, text blocks, etc.) in a type-safe way."
|
5
5
|
readme = "README.md"
|
6
6
|
license = { text = "MIT" }
|
@@ -11,7 +11,6 @@ keywords = ["mcp", "ui", "sdk", "python", "iframe", "chat", "agents"]
|
|
11
11
|
classifiers = [
|
12
12
|
"Development Status :: 3 - Alpha",
|
13
13
|
"Programming Language :: Python :: 3",
|
14
|
-
"Programming Language :: Python :: 3.8",
|
15
14
|
"Programming Language :: Python :: 3.9",
|
16
15
|
"Programming Language :: Python :: 3.10",
|
17
16
|
"Programming Language :: Python :: 3.11",
|
@@ -33,7 +32,6 @@ Documentation = "https://github.com/jameszokah/mcp-ui#readme"
|
|
33
32
|
requires = ["hatchling"]
|
34
33
|
build-backend = "hatchling.build"
|
35
34
|
|
36
|
-
# ✅ Tell Hatchling to include the package inside `src/mcp_ui`
|
37
35
|
[tool.hatch.build.targets.wheel]
|
38
36
|
packages = ["src/mcp_ui"]
|
39
37
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|