ims-mcp 1.0.20__tar.gz → 1.0.21__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.
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/PKG-INFO +1 -1
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp/__init__.py +1 -1
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp/server.py +2 -2
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp.egg-info/PKG-INFO +1 -1
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/pyproject.toml +1 -1
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/LICENSE +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/README.md +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp/__main__.py +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp/resources/bootstrap.md +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp.egg-info/SOURCES.txt +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp.egg-info/dependency_links.txt +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp.egg-info/entry_points.txt +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp.egg-info/requires.txt +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/ims_mcp.egg-info/top_level.txt +0 -0
- {ims_mcp-1.0.20 → ims_mcp-1.0.21}/setup.cfg +0 -0
|
@@ -375,7 +375,7 @@ async def rag(
|
|
|
375
375
|
|
|
376
376
|
|
|
377
377
|
# Document upload tool with upsert semantics
|
|
378
|
-
|
|
378
|
+
#@mcp.tool() # disabled intentionally to prevent accidental document uploads, and because R2R does not support proper permissions management.
|
|
379
379
|
@retry_on_auth_error
|
|
380
380
|
async def put_document(
|
|
381
381
|
content: str,
|
|
@@ -653,7 +653,7 @@ async def get_document(
|
|
|
653
653
|
|
|
654
654
|
|
|
655
655
|
# Delete document tool
|
|
656
|
-
|
|
656
|
+
#@mcp.tool() # disabled intentionally to prevent accidental document uploads, and because R2R does not support proper permissions management.
|
|
657
657
|
@retry_on_auth_error
|
|
658
658
|
async def delete_document(document_id: str) -> str:
|
|
659
659
|
"""
|
|
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
|
|
File without changes
|