urmcp 0.8.0__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.
urmcp-0.8.0/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 mp-juns
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
urmcp-0.8.0/PKG-INFO ADDED
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: urmcp
3
+ Version: 0.8.0
4
+ Summary: Short PyPI install alias for Universal Research MCP.
5
+ Author: mp-juns
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/mp-juns/universal-research-mcp
8
+ Project-URL: Repository, https://github.com/mp-juns/universal-research-mcp
9
+ Project-URL: Documentation, https://github.com/mp-juns/universal-research-mcp#readme
10
+ Project-URL: Issues, https://github.com/mp-juns/universal-research-mcp/issues
11
+ Keywords: urmcp,mcp,codex,research,provenance,audit
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Scientific/Engineering :: Information Analysis
19
+ Requires-Python: >=3.11
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Requires-Dist: universal-research-mcp==0.8.0
23
+ Dynamic: license-file
24
+
25
+ # urmcp
26
+
27
+ `urmcp` is the short PyPI install name for
28
+ [Universal Research MCP](https://github.com/mp-juns/universal-research-mcp).
29
+
30
+ ```bash
31
+ python -m pip install --upgrade urmcp
32
+ urmcp --help
33
+ ```
34
+
35
+ It intentionally contains no second MCP implementation. Installing it resolves
36
+ the exactly matching `universal-research-mcp` release, then exposes the same
37
+ `urmcp` command. The full distribution name remains available for users who
38
+ prefer an explicit package name:
39
+
40
+ ```bash
41
+ python -m pip install --upgrade universal-research-mcp
42
+ ```
43
+
44
+ See the main project README for supported Codex integration, semantic retrieval
45
+ setup, source registration, guarded ingestion, and operational boundaries.
urmcp-0.8.0/README.md ADDED
@@ -0,0 +1,21 @@
1
+ # urmcp
2
+
3
+ `urmcp` is the short PyPI install name for
4
+ [Universal Research MCP](https://github.com/mp-juns/universal-research-mcp).
5
+
6
+ ```bash
7
+ python -m pip install --upgrade urmcp
8
+ urmcp --help
9
+ ```
10
+
11
+ It intentionally contains no second MCP implementation. Installing it resolves
12
+ the exactly matching `universal-research-mcp` release, then exposes the same
13
+ `urmcp` command. The full distribution name remains available for users who
14
+ prefer an explicit package name:
15
+
16
+ ```bash
17
+ python -m pip install --upgrade universal-research-mcp
18
+ ```
19
+
20
+ See the main project README for supported Codex integration, semantic retrieval
21
+ setup, source registration, guarded ingestion, and operational boundaries.
@@ -0,0 +1,36 @@
1
+ [build-system]
2
+ requires = ["setuptools>=77"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "urmcp"
7
+ version = "0.8.0"
8
+ description = "Short PyPI install alias for Universal Research MCP."
9
+ readme = "README.md"
10
+ requires-python = ">=3.11"
11
+ license = "MIT"
12
+ license-files = ["LICENSE"]
13
+ authors = [{name = "mp-juns"}]
14
+ keywords = ["urmcp", "mcp", "codex", "research", "provenance", "audit"]
15
+ classifiers = [
16
+ "Development Status :: 3 - Alpha",
17
+ "Intended Audience :: Science/Research",
18
+ "Programming Language :: Python :: 3",
19
+ "Programming Language :: Python :: 3.11",
20
+ "Programming Language :: Python :: 3.12",
21
+ "Programming Language :: Python :: 3.13",
22
+ "Topic :: Scientific/Engineering :: Information Analysis",
23
+ ]
24
+ dependencies = ["universal-research-mcp==0.8.0"]
25
+
26
+ [project.urls]
27
+ Homepage = "https://github.com/mp-juns/universal-research-mcp"
28
+ Repository = "https://github.com/mp-juns/universal-research-mcp"
29
+ Documentation = "https://github.com/mp-juns/universal-research-mcp#readme"
30
+ Issues = "https://github.com/mp-juns/universal-research-mcp/issues"
31
+
32
+ [project.scripts]
33
+ urmcp = "universal_research_mcp.cli:main"
34
+
35
+ [tool.setuptools.packages.find]
36
+ where = ["src"]
urmcp-0.8.0/setup.cfg ADDED
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: urmcp
3
+ Version: 0.8.0
4
+ Summary: Short PyPI install alias for Universal Research MCP.
5
+ Author: mp-juns
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/mp-juns/universal-research-mcp
8
+ Project-URL: Repository, https://github.com/mp-juns/universal-research-mcp
9
+ Project-URL: Documentation, https://github.com/mp-juns/universal-research-mcp#readme
10
+ Project-URL: Issues, https://github.com/mp-juns/universal-research-mcp/issues
11
+ Keywords: urmcp,mcp,codex,research,provenance,audit
12
+ Classifier: Development Status :: 3 - Alpha
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Programming Language :: Python :: 3
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ Classifier: Programming Language :: Python :: 3.13
18
+ Classifier: Topic :: Scientific/Engineering :: Information Analysis
19
+ Requires-Python: >=3.11
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Requires-Dist: universal-research-mcp==0.8.0
23
+ Dynamic: license-file
24
+
25
+ # urmcp
26
+
27
+ `urmcp` is the short PyPI install name for
28
+ [Universal Research MCP](https://github.com/mp-juns/universal-research-mcp).
29
+
30
+ ```bash
31
+ python -m pip install --upgrade urmcp
32
+ urmcp --help
33
+ ```
34
+
35
+ It intentionally contains no second MCP implementation. Installing it resolves
36
+ the exactly matching `universal-research-mcp` release, then exposes the same
37
+ `urmcp` command. The full distribution name remains available for users who
38
+ prefer an explicit package name:
39
+
40
+ ```bash
41
+ python -m pip install --upgrade universal-research-mcp
42
+ ```
43
+
44
+ See the main project README for supported Codex integration, semantic retrieval
45
+ setup, source registration, guarded ingestion, and operational boundaries.
@@ -0,0 +1,10 @@
1
+ LICENSE
2
+ README.md
3
+ pyproject.toml
4
+ src/urmcp.egg-info/PKG-INFO
5
+ src/urmcp.egg-info/SOURCES.txt
6
+ src/urmcp.egg-info/dependency_links.txt
7
+ src/urmcp.egg-info/entry_points.txt
8
+ src/urmcp.egg-info/requires.txt
9
+ src/urmcp.egg-info/top_level.txt
10
+ src/urmcp_alias/__init__.py
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ urmcp = universal_research_mcp.cli:main
@@ -0,0 +1 @@
1
+ universal-research-mcp==0.8.0
@@ -0,0 +1 @@
1
+ urmcp_alias
@@ -0,0 +1,3 @@
1
+ """Metadata-only package for the short Universal Research MCP install alias."""
2
+
3
+ __version__ = "0.8.0"