python-mcp-test 0.1.3__py3-none-any.whl → 0.1.4__py3-none-any.whl

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/server.py CHANGED
@@ -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("CLICKUP_API_TOKEN")
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"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-mcp-test
3
- Version: 0.1.3
3
+ Version: 0.1.4
4
4
  Summary: Add your description here
5
5
  Requires-Python: >=3.11
6
6
  Description-Content-Type: text/markdown
@@ -0,0 +1,7 @@
1
+ python_mcp_test/__init__.py,sha256=2R-fVi7oABoTTzJ3E39k8hZfm1rF4Q9X9gIXVJh_tsI,56
2
+ python_mcp_test/server.py,sha256=556MuwQlaLJhONl4XbKFcWncDFEVpmxQV9WsUTXEK6c,1178
3
+ python_mcp_test-0.1.4.dist-info/METADATA,sha256=KRR0vkJdskWPwARCMlh2Asagy1vakRnJVbvhb7rFd6E,1440
4
+ python_mcp_test-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ python_mcp_test-0.1.4.dist-info/entry_points.txt,sha256=bLlgGucBpJfNdbBVo9EqImp1wEkmhlL2tqG8hC5NTC4,64
6
+ python_mcp_test-0.1.4.dist-info/top_level.txt,sha256=mTam0zbOY5U9vAEmWo6Ekb17BS-tnN44W9ulZxANDWA,16
7
+ python_mcp_test-0.1.4.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- python_mcp_test/__init__.py,sha256=2R-fVi7oABoTTzJ3E39k8hZfm1rF4Q9X9gIXVJh_tsI,56
2
- python_mcp_test/server.py,sha256=FqHQ6qUDGdFvDdJIGYQYwtVSoV8N8NcoHqGqC_oQCEw,1180
3
- python_mcp_test-0.1.3.dist-info/METADATA,sha256=vGpjnOCCOORiISqzDb5eaKXftOSjC4PugWO2YQ2pHH8,1440
4
- python_mcp_test-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
- python_mcp_test-0.1.3.dist-info/entry_points.txt,sha256=bLlgGucBpJfNdbBVo9EqImp1wEkmhlL2tqG8hC5NTC4,64
6
- python_mcp_test-0.1.3.dist-info/top_level.txt,sha256=mTam0zbOY5U9vAEmWo6Ekb17BS-tnN44W9ulZxANDWA,16
7
- python_mcp_test-0.1.3.dist-info/RECORD,,