python-mcp-test 0.1.3__tar.gz → 0.1.4__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.
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/PKG-INFO +1 -1
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/pyproject.toml +1 -1
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test/server.py +1 -1
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/PKG-INFO +1 -1
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/README.md +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/main.py +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test/__init__.py +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/SOURCES.txt +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/dependency_links.txt +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/entry_points.txt +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/requires.txt +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/top_level.txt +0 -0
- {python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/setup.cfg +0 -0
@@ -24,7 +24,7 @@ def getTask(taskID: str) -> str:
|
|
24
24
|
""" This tool is capable of retreieving the task details for a specific task ID and return it to the user"""
|
25
25
|
|
26
26
|
# Get the API token from environment variables
|
27
|
-
api_token = os.getenv("
|
27
|
+
api_token = os.getenv("CLICKUP_API_KEY")
|
28
28
|
|
29
29
|
if not api_token:
|
30
30
|
return "Error: CLICKUP_API_TOKEN environment variable not set"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{python_mcp_test-0.1.3 → python_mcp_test-0.1.4}/python_mcp_test.egg-info/dependency_links.txt
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|