codedthemes-cli 0.1.18__tar.gz → 0.1.19__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codedthemes-cli
3
- Version: 0.1.18
3
+ Version: 0.1.19
4
4
  Summary: CLI tool for Code Theme and Integration
5
5
  Author: codedthemes
6
6
  Requires-Python: >=3.10
@@ -28,7 +28,6 @@ def handle_login(server_url: str = None):
28
28
  choice = input("Switch account? (y/N): ").strip().lower()
29
29
  if choice not in ['y', 'yes']:
30
30
  print("Login cancelled.")
31
- print("Please enter your credentials to log in.")
32
31
  return
33
32
  except:
34
33
  pass
@@ -183,8 +182,7 @@ def handle_init():
183
182
  print(' "mcpServers": {')
184
183
  print(' "code-theme-mcp": {')
185
184
  print(' "type": "sse",')
186
- print(' "serverURL": "https://mcp.codedthemes.com/api/mcp",')
187
- print(f' "env": {{ "CODEDTHEMES_TOKEN": "{client.token}" }}')
185
+ print(' "serverURL": "https://mcp.codedthemes.com/api/mcp"')
188
186
  print(' }')
189
187
  print(' }')
190
188
  print(' }\n')
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codedthemes-cli
3
- Version: 0.1.18
3
+ Version: 0.1.19
4
4
  Summary: CLI tool for Code Theme and Integration
5
5
  Author: codedthemes
6
6
  Requires-Python: >=3.10
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "codedthemes-cli"
7
- version = "0.1.18"
7
+ version = "0.1.19"
8
8
  description = "CLI tool for Code Theme and Integration"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"